Home
last modified time | relevance | path

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

/dragonfly/sys/bus/cam/
H A Dcam_xpt.c819 static int xptbustraverse(struct cam_eb *start_bus,
2445 ret = xptbustraverse((struct cam_eb *)cdm->pos.cookie.bus, in xptedtmatch()
2448 ret = xptbustraverse(NULL, xptedtbusfunc, cdm); in xptedtmatch()
2630 xptbustraverse(struct cam_eb *start_bus, xpt_busfunc_t *tr_func, void *arg) in xptbustraverse() function
2859 return(xptbustraverse(NULL, xptdefbusfunc, &tr_config)); in xpt_for_all_busses()
2874 return(xptbustraverse(NULL, xptdefbusfunc, &tr_config)); in xpt_for_all_devices()