Home
last modified time | relevance | path

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

/NextBSD/sys/cam/
HDcam_xpt.c146 typedef int xpt_targetfunc_t (struct cam_et *target, void *arg); typedef
271 static xpt_targetfunc_t xptedttargetfunc;
282 xpt_targetfunc_t *tr_func, void *arg);
296 static xpt_targetfunc_t xptdeftargetfunc;
2098 xpt_targetfunc_t *tr_func, void *arg) in xpttargettraverse()
2319 xpt_targetfunc_t *tr_func; in xptdeftargetfunc()
2321 tr_func = (xpt_targetfunc_t *)tr_config->tr_func; in xptdeftargetfunc()