Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_periph.c1155 ccb->cgdl.status = CAM_GDEVLIST_MORE_DEVS; in cam_periph_ioctl()
1156 while (ccb->cgdl.status == CAM_GDEVLIST_MORE_DEVS) { in cam_periph_ioctl()
H A Dcam_ccb.h410 CAM_GDEVLIST_MORE_DEVS, enumerator
H A Dcam_xpt.c677 CAM_GDEVLIST_MORE_DEVS; in xptdoioctl()
2796 cgdl->status = CAM_GDEVLIST_MORE_DEVS; in xpt_action_default()
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c410 ccb->cgdl.status = CAM_GDEVLIST_MORE_DEVS; in getdevlist()
411 while (ccb->cgdl.status == CAM_GDEVLIST_MORE_DEVS) { in getdevlist()
421 case CAM_GDEVLIST_MORE_DEVS: in getdevlist()