Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_xpt.c152 typedef int xpt_devicefunc_t (struct cam_ed *device, void *arg); typedef
261 static xpt_devicefunc_t xptpassannouncefunc;
278 static xpt_devicefunc_t xptedtdevicefunc;
291 xpt_devicefunc_t *tr_func, void *arg);
303 static xpt_devicefunc_t xptdefdevicefunc;
314 static xpt_devicefunc_t xptsetasyncfunc;
2199 xpt_devicefunc_t *tr_func, void *arg) in xptdevicetraverse()
2401 xpt_devicefunc_t *tr_func; in xptdefdevicefunc()
2403 tr_func = (xpt_devicefunc_t *)tr_config->tr_func; in xptdefdevicefunc()
2447 xpt_for_all_devices(xpt_devicefunc_t *tr_func, void *arg) in xpt_for_all_devices()