Searched refs:tcb_p (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/sys/dev/sym/ |
| D | sym_hipd.c | 1034 typedef struct sym_tcb *tcb_p; typedef 2224 static void sym_sync_nego (hcb_p np, tcb_p tp, ccb_p cp); 2225 static void sym_ppr_nego (hcb_p np, tcb_p tp, ccb_p cp); 2226 static void sym_wide_nego (hcb_p np, tcb_p tp, ccb_p cp); 2227 static void sym_nego_default (hcb_p np, tcb_p tp, ccb_p cp); 2228 static void sym_nego_rejected (hcb_p np, tcb_p tp, ccb_p cp); 2730 tcb_p tp = &np->target[i]; in sym_prepare_setting() 2821 tcb_p tp = &np->target[cp->target]; in sym_prepare_nego() 3282 tcb_p tp = &np->target[i]; in sym_init() 3432 tcb_p tp = &np->target[target]; in sym_xpt_async_transfer_neg() [all …]
|
| /freebsd-9-stable/sys/pci/ |
| D | ncr.c | 441 typedef struct tcb * tcb_p; typedef 3650 tcb_p tp = &np->target[i]; 3866 tcb_p tp; 4186 tcb_p tp; 4284 tcb_p tp = &np->target[ccb->ccb_h.target_id]; 4408 tcb_p tp; 4783 tcb_p tp = &np->target[i]; 4902 tcb_p tp; 5004 tcb_p tp; 5850 tcb_p tp = &np->target[target]; [all …]
|