Searched refs:tr_func (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/cam/ |
H A D | cam_xpt.c | 146 void *tr_func; member 285 xpt_busfunc_t *tr_func, void *arg); 288 xpt_targetfunc_t *tr_func, void *arg); 291 xpt_devicefunc_t *tr_func, void *arg); 294 xpt_periphfunc_t *tr_func, void *arg); 296 xpt_pdrvfunc_t *tr_func, void *arg); 299 xpt_periphfunc_t *tr_func, 2127 xptbustraverse(struct cam_eb *start_bus, xpt_busfunc_t *tr_func, void *arg) in xptbustraverse() argument 2146 retval = tr_func(bus, arg); in xptbustraverse() 2163 xpt_targetfunc_t *tr_func, void *arg) in xpttargettraverse() argument [all …]
|