Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_xpt.c150 typedef int xpt_busfunc_t (struct cam_eb *bus, void *arg); typedef
276 static xpt_busfunc_t xptedtbusfunc;
285 xpt_busfunc_t *tr_func, void *arg);
301 static xpt_busfunc_t xptdefbusfunc;
315 static xpt_busfunc_t xptsetasyncbusfunc;
2127 xptbustraverse(struct cam_eb *start_bus, xpt_busfunc_t *tr_func, void *arg) in xptbustraverse()
2367 xpt_busfunc_t *tr_func; in xptdefbusfunc()
2369 tr_func = (xpt_busfunc_t *)tr_config->tr_func; in xptdefbusfunc()
2432 xpt_for_all_busses(xpt_busfunc_t *tr_func, void *arg) in xpt_for_all_busses()