Searched refs:tr_func (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/sys/cam/ |
| D | cam_xpt.c | 141 void *tr_func; member 283 xpt_busfunc_t *tr_func, void *arg); 286 xpt_targetfunc_t *tr_func, void *arg); 289 xpt_devicefunc_t *tr_func, void *arg); 292 xpt_periphfunc_t *tr_func, void *arg); 294 xpt_pdrvfunc_t *tr_func, void *arg); 297 xpt_periphfunc_t *tr_func, 2084 xptbustraverse(struct cam_eb *start_bus, xpt_busfunc_t *tr_func, void *arg) in xptbustraverse() argument 2103 retval = tr_func(bus, arg); in xptbustraverse() 2120 xpt_targetfunc_t *tr_func, void *arg) in xpttargettraverse() argument [all …]
|