Searched refs:xpt_busfunc_t (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/cam/
H A Dcam_xpt.c145 typedef int xpt_busfunc_t (struct cam_eb *bus, void *arg); typedef
274 static xpt_busfunc_t xptedtbusfunc;
283 xpt_busfunc_t *tr_func, void *arg);
299 static xpt_busfunc_t xptdefbusfunc;
313 static xpt_busfunc_t xptsetasyncbusfunc;
2084 xptbustraverse(struct cam_eb *start_bus, xpt_busfunc_t *tr_func, void *arg)
2324 xpt_busfunc_t *tr_func;
2326 tr_func = (xpt_busfunc_t *)tr_config->tr_func;
2389 xpt_for_all_busses(xpt_busfunc_t *tr_func, void *arg)

Completed in 101 milliseconds