Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cam/
Dcam_periph.c1147 ccb->cgdl.status = CAM_GDEVLIST_MORE_DEVS; in cam_periph_ioctl()
1148 while (ccb->cgdl.status == CAM_GDEVLIST_MORE_DEVS) { in cam_periph_ioctl()
Dcam_ccb.h396 CAM_GDEVLIST_MORE_DEVS, enumerator
Dcam_xpt.c690 CAM_GDEVLIST_MORE_DEVS; in xptdoioctl()
2928 cgdl->status = CAM_GDEVLIST_MORE_DEVS; in xpt_action_default()
/freebsd-12-stable/sbin/camcontrol/
Dcamcontrol.c421 ccb->cgdl.status = CAM_GDEVLIST_MORE_DEVS; in getdevlist()
422 while (ccb->cgdl.status == CAM_GDEVLIST_MORE_DEVS) { in getdevlist()
432 case CAM_GDEVLIST_MORE_DEVS: in getdevlist()