Symbol: ct_hdr_t
sys/dev/isp/isp.c
2096
ct_hdr_t ct;
sys/dev/isp/isp.c
2112
isp_put_ct_hdr(isp, &ct, (ct_hdr_t *)scp);
sys/dev/isp/isp.c
2133
ct_hdr_t ct;
sys/dev/isp/isp.c
2155
isp_put_ct_hdr(isp, &ct, (ct_hdr_t *)scp);
sys/dev/isp/isp.c
2190
ct_hdr_t ct;
sys/dev/isp/isp.c
2212
isp_put_ct_hdr(isp, &ct, (ct_hdr_t *)scp);
sys/dev/isp/isp.c
2561
ct_hdr_t *ct = &rp.rftid_hdr;
sys/dev/isp/isp.c
2575
ct->ct_bcnt_resid = (sizeof (rft_id_t) - sizeof (ct_hdr_t)) >> 2;
sys/dev/isp/isp.c
2582
if (isp_ct_passthru(isp, chan, sizeof(rft_id_t), sizeof(ct_hdr_t))) {
sys/dev/isp/isp.c
2587
isp_get_ct_hdr(isp, (ct_hdr_t *) scp, ct);
sys/dev/isp/isp.c
2605
ct_hdr_t *ct;
sys/dev/isp/isp.c
2623
ct->ct_bcnt_resid = (sizeof (rff_id_t) - sizeof (ct_hdr_t)) >> 2;
sys/dev/isp/isp.c
2637
if (isp_ct_passthru(isp, chan, sizeof(rft_id_t), sizeof(ct_hdr_t))) {
sys/dev/isp/isp.c
2642
isp_get_ct_hdr(isp, (ct_hdr_t *) scp, ct);
sys/dev/isp/isp.c
2663
ct_hdr_t *ct;
sys/dev/isp/isp.c
2698
ct->ct_bcnt_resid = (len - sizeof(ct_hdr_t)) >> 2;
sys/dev/isp/isp.c
2701
if (isp_ct_passthru(isp, chan, len, sizeof(ct_hdr_t))) {
sys/dev/isp/isp.c
2706
isp_get_ct_hdr(isp, (ct_hdr_t *) scp, ct);
sys/dev/isp/isp.c
2727
ct_hdr_t *ct;
sys/dev/isp/isp.c
2754
ct->ct_bcnt_resid = (len - sizeof(ct_hdr_t)) >> 2;
sys/dev/isp/isp.c
2757
if (isp_ct_passthru(isp, chan, len, sizeof(ct_hdr_t))) {
sys/dev/isp/isp.c
2762
isp_get_ct_hdr(isp, (ct_hdr_t *) scp, ct);
sys/dev/isp/isp_library.c
1321
isp_get_ct_hdr(ispsoftc_t *isp, ct_hdr_t *src, ct_hdr_t *dst)
sys/dev/isp/isp_library.c
1340
isp_put_ct_hdr(ispsoftc_t *isp, ct_hdr_t *src, ct_hdr_t *dst)
sys/dev/isp/isp_library.h
140
void isp_get_ct_hdr(ispsoftc_t *isp, ct_hdr_t *, ct_hdr_t *);
sys/dev/isp/isp_library.h
141
void isp_put_ct_hdr(ispsoftc_t *isp, ct_hdr_t *, ct_hdr_t *);
sys/dev/isp/isp_stds.h
139
ct_hdr_t rftid_hdr;
sys/dev/isp/isp_stds.h
151
ct_hdr_t rspnid_hdr;
sys/dev/isp/isp_stds.h
164
ct_hdr_t rffid_hdr;
sys/dev/isp/isp_stds.h
178
ct_hdr_t rsnnnn_hdr;
sys/dev/isp/ispmbox.h
1150
ct_hdr_t snscb_cthdr;
sys/dev/isp/ispmbox.h
1158
ct_hdr_t snscb_cthdr;
sys/dev/isp/ispmbox.h
1178
ct_hdr_t snscb_cthdr;
sys/dev/isp/ispmbox.h
1184
ct_hdr_t snscb_cthdr;
sys/dev/isp/ispmbox.h
1190
ct_hdr_t snscb_cthdr;
sys/dev/isp/ispmbox.h
1196
ct_hdr_t snscb_cthdr;