Home
last modified time | relevance | path

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

/dragonfly/sys/bus/cam/
H A Dcam_xpt.c648 typedef int xpt_devicefunc_t (struct cam_ed *device, void *arg); typedef
795 static xpt_devicefunc_t xptpassannouncefunc;
813 static xpt_devicefunc_t xptedtdevicefunc;
826 xpt_devicefunc_t *tr_func, void *arg);
838 static xpt_devicefunc_t xptdefdevicefunc;
841 static int xpt_for_all_devices(xpt_devicefunc_t *tr_func,
843 static xpt_devicefunc_t xptsetasyncfunc;
2681 xpt_devicefunc_t *tr_func, void *arg) in xptdevicetraverse()
2820 xpt_devicefunc_t *tr_func; in xptdefdevicefunc()
2822 tr_func = (xpt_devicefunc_t *)tr_config->tr_func; in xptdefdevicefunc()
[all …]