Searched refs:xptbustraverse (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/sys/cam/ |
| D | cam_xpt.c | 265 static int xptbustraverse(struct cam_eb *start_bus, 1887 ret = xptbustraverse((struct cam_eb *)cdm->pos.cookie.bus, in xptedtmatch() 1890 ret = xptbustraverse(NULL, xptedtbusfunc, cdm); in xptedtmatch() 2074 xptbustraverse(struct cam_eb *start_bus, xpt_busfunc_t *tr_func, void *arg) in xptbustraverse() function 2436 return(xptbustraverse(NULL, xptdefbusfunc, &tr_config)); in xpt_for_all_busses() 2451 return(xptbustraverse(NULL, xptdefbusfunc, &tr_config)); in xpt_for_all_devices()
|