Searched refs:tr_func (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/cam/ |
| H A D | cam_xpt.c | 152 void *tr_func; member 291 xpt_busfunc_t *tr_func, void *arg); 294 xpt_targetfunc_t *tr_func, void *arg); 297 xpt_devicefunc_t *tr_func, void *arg); 300 xpt_periphfunc_t *tr_func, void *arg); 302 xpt_pdrvfunc_t *tr_func, void *arg); 305 xpt_periphfunc_t *tr_func, 2135 xptbustraverse(struct cam_eb *start_bus, xpt_busfunc_t *tr_func, void *arg) in xptbustraverse() argument 2154 retval = tr_func(bus, arg); in xptbustraverse() 2171 xpt_targetfunc_t *tr_func, void *arg) in xpttargettraverse() argument [all …]
|