Home
last modified time | relevance | path

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

/src/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()
/src/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()
2811 cgdl->status = CAM_GDEVLIST_ERROR; in xpt_action_default()
/src/sbin/camcontrol/
H A Dcamcontrol.c432 case CAM_GDEVLIST_ERROR: in getdevlist()