Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libcam/
H A Dcamlib.c484 if (ccb.cgdl.status == CAM_GDEVLIST_ERROR) { in cam_lookup_pass()
587 if (ccb.cgdl.status == CAM_GDEVLIST_ERROR) { in cam_real_open_device()
/freebsd-13.1/sys/cam/
H A Dcam_ccb.h400 CAM_GDEVLIST_ERROR enumerator
H A Dcam_xpt.c636 ccb->cgdl.status = CAM_GDEVLIST_ERROR; in xptdoioctl()
721 ccb->cgdl.status = CAM_GDEVLIST_ERROR; in xptdoioctl()
2862 cgdl->status = CAM_GDEVLIST_ERROR; in xpt_action_default()
/freebsd-13.1/sbin/camcontrol/
H A Dcamcontrol.c424 case CAM_GDEVLIST_ERROR: in getdevlist()