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 294 xpt_busfunc_t *tr_func, void *arg); 297 xpt_targetfunc_t *tr_func, void *arg); 300 xpt_devicefunc_t *tr_func, void *arg); 303 xpt_periphfunc_t *tr_func, void *arg); 305 xpt_pdrvfunc_t *tr_func, void *arg); 308 xpt_periphfunc_t *tr_func, 2145 xptbustraverse(struct cam_eb *start_bus, xpt_busfunc_t *tr_func, void *arg) in xptbustraverse() argument 2164 retval = tr_func(bus, arg); in xptbustraverse() 2181 xpt_targetfunc_t *tr_func, void *arg) in xpttargettraverse() argument [all …]
|