Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_ccb.h408 CAM_GDEVLIST_LAST_DEVICE, enumerator
H A Dcam_periph.c1165 if ((ccb->cgdl.status == CAM_GDEVLIST_LAST_DEVICE) && in cam_periph_ioctl()
H A Dcam_xpt.c680 CAM_GDEVLIST_LAST_DEVICE; in xptdoioctl()
2794 cgdl->status = CAM_GDEVLIST_LAST_DEVICE; in xpt_action_default()
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c424 case CAM_GDEVLIST_LAST_DEVICE: in getdevlist()