Home
last modified time | relevance | path

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

/freebsd/lib/libcam/
H A Dcamlib.c481 if (ccb.cgdl.status == CAM_GDEVLIST_ERROR) { in cam_lookup_pass()
584 if (ccb.cgdl.status == CAM_GDEVLIST_ERROR) { in cam_real_open_device()
/freebsd/sys/cam/
H A Dcam_ccb.h413 CAM_GDEVLIST_ERROR enumerator
H A Dcam_xpt.c635 ccb->cgdl.status = CAM_GDEVLIST_ERROR; in xptdoioctl()
720 ccb->cgdl.status = CAM_GDEVLIST_ERROR; in xptdoioctl()
2807 cgdl->status = CAM_GDEVLIST_ERROR; in xpt_action_default()
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c430 case CAM_GDEVLIST_ERROR: in getdevlist()