Home
last modified time | relevance | path

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

/dragonfly/sys/bus/cam/
H A Dcam_periph.c903 ccb->cgdl.status = CAM_GDEVLIST_MORE_DEVS; in cam_periph_ioctl()
904 while (ccb->cgdl.status == CAM_GDEVLIST_MORE_DEVS) { in cam_periph_ioctl()
H A Dcam_ccb.h316 CAM_GDEVLIST_MORE_DEVS, enumerator
H A Dcam_xpt.c1304 CAM_GDEVLIST_MORE_DEVS; in xptioctl()
3253 cgdl->status = CAM_GDEVLIST_MORE_DEVS; in xpt_action()
/dragonfly/sbin/camcontrol/
H A Dcamcontrol.c290 ccb->cgdl.status = CAM_GDEVLIST_MORE_DEVS; in getdevlist()
291 while (ccb->cgdl.status == CAM_GDEVLIST_MORE_DEVS) { in getdevlist()
301 case CAM_GDEVLIST_MORE_DEVS: in getdevlist()