Searched refs:xpt_devicefunc_t (Results 1 – 1 of 1) sorted by relevance
158 typedef int xpt_devicefunc_t (struct cam_ed *device, void *arg); typedef270 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()