Searched defs:tr_func (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/cam/
H A Dcam_xpt.c141 void *tr_func; member in struct:xpt_traverse_config
2084 xptbustraverse(struct cam_eb *start_bus, xpt_busfunc_t *tr_func, void *arg) argument
2119 xpttargettraverse(struct cam_eb *bus, struct cam_et *start_target, xpt_targetfunc_t *tr_func, void *arg) argument
2155 xptdevicetraverse(struct cam_et *target, struct cam_ed *start_device, xpt_devicefunc_t *tr_func, void *arg) argument
2195 xptperiphtraverse(struct cam_ed *device, struct cam_periph *start_periph, xpt_periphfunc_t *tr_func, void *arg) argument
2244 xptpdrvtraverse(struct periph_driver **start_pdrv, xpt_pdrvfunc_t *tr_func, void *arg) argument
2272 xptpdperiphtraverse(struct periph_driver **pdrv, struct cam_periph *start_periph, xpt_periphfunc_t *tr_func, void *arg) argument
2324 xpt_busfunc_t *tr_func; local
2341 xpt_targetfunc_t *tr_func; local
2358 xpt_devicefunc_t *tr_func; local
2371 xpt_periphfunc_t *tr_func; local
2389 xpt_for_all_busses(xpt_busfunc_t *tr_func, void *arg) argument
2404 xpt_for_all_devices(xpt_devicefunc_t *tr_func, void *arg) argument
[all...]

Completed in 61 milliseconds