Searched refs:tr_func (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/cam/ |
| H A D | cam_xpt.c | 155 void *tr_func; member 297 xpt_busfunc_t *tr_func, void *arg); 300 xpt_targetfunc_t *tr_func, void *arg); 303 xpt_devicefunc_t *tr_func, void *arg); 306 xpt_periphfunc_t *tr_func, void *arg); 308 xpt_pdrvfunc_t *tr_func, void *arg); 311 xpt_periphfunc_t *tr_func, 2148 xptbustraverse(struct cam_eb *start_bus, xpt_busfunc_t *tr_func, void *arg) in xptbustraverse() argument 2167 retval = tr_func(bus, arg); in xptbustraverse() 2184 xpt_targetfunc_t *tr_func, void *arg) in xpttargettraverse() argument [all …]
|