Searched refs:tr_config (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/cam/
H A Dcam_xpt.c2354 struct xpt_traverse_config *tr_config; local
2356 tr_config = (struct xpt_traverse_config *)arg;
2358 if (tr_config->depth == XPT_DEPTH_BUS) {
2361 tr_func = (xpt_busfunc_t *)tr_config->tr_func;
2363 return(tr_func(bus, tr_config->tr_arg));
2371 struct xpt_traverse_config *tr_config; local
2373 tr_config = (struct xpt_traverse_config *)arg;
2375 if (tr_config->depth == XPT_DEPTH_TARGET) {
2378 tr_func = (xpt_targetfunc_t *)tr_config->tr_func;
2380 return(tr_func(target, tr_config
2388 struct xpt_traverse_config *tr_config; local
2405 struct xpt_traverse_config *tr_config; local
2426 struct xpt_traverse_config tr_config; local
2441 struct xpt_traverse_config tr_config; local
[all...]

Completed in 327 milliseconds