Home
last modified time | relevance | path

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

/freebsd-head/sys/cam/
HDcam_xpt.c286 static int xpttargettraverse(struct cam_eb *bus,
1677 return (xpttargettraverse(bus, target, xptedttargetfunc, arg)); in xptedtbusfunc()
2162 xpttargettraverse(struct cam_eb *bus, struct cam_et *start_target, in xpttargettraverse() function
2373 return(xpttargettraverse(bus, NULL, xptdeftargetfunc, arg)); in xptdefbusfunc()
4211 xpttargettraverse(bus, NULL, xpt_async_process_tgt, ccb); in xpt_async_process()