Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cam/
H A Dcam_xpt.c149 void *tr_func; member
2371 xpt_busfunc_t *tr_func; in xptdefbusfunc() local
2373 tr_func = (xpt_busfunc_t *)tr_config->tr_func; in xptdefbusfunc()
2388 xpt_targetfunc_t *tr_func; in xptdeftargetfunc() local
2390 tr_func = (xpt_targetfunc_t *)tr_config->tr_func; in xptdeftargetfunc()
2405 xpt_devicefunc_t *tr_func; in xptdefdevicefunc() local
2407 tr_func = (xpt_devicefunc_t *)tr_config->tr_func; in xptdefdevicefunc()
2418 xpt_periphfunc_t *tr_func; in xptdefperiphfunc() local
2422 tr_func = (xpt_periphfunc_t *)tr_config->tr_func; in xptdefperiphfunc()
2441 tr_config.tr_func = tr_func; in xpt_for_all_busses()
[all …]