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.c158 typedef int xpt_devicefunc_t (struct cam_ed *device, void *arg); typedef
270 static xpt_devicefunc_t xptpassannouncefunc;
287 static xpt_devicefunc_t xptedtdevicefunc;
300 xpt_devicefunc_t *tr_func, void *arg);
312 static xpt_devicefunc_t xptdefdevicefunc;
323 static xpt_devicefunc_t xptsetasyncfunc;
2217 xpt_devicefunc_t *tr_func, void *arg) in xptdevicetraverse()
2419 xpt_devicefunc_t *tr_func; in xptdefdevicefunc()
2421 tr_func = (xpt_devicefunc_t *)tr_config->tr_func; in xptdefdevicefunc()
2465 xpt_for_all_devices(xpt_devicefunc_t *tr_func, void *arg) in xpt_for_all_devices()