Home
last modified time | relevance | path

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

/freebsd-head/lib/libcam/
HDcamlib.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-head/sys/cam/
HDcam_ccb.h411 CAM_GDEVLIST_ERROR enumerator
HDcam_xpt.c629 ccb->cgdl.status = CAM_GDEVLIST_ERROR; in xptdoioctl()
714 ccb->cgdl.status = CAM_GDEVLIST_ERROR; in xptdoioctl()
2788 cgdl->status = CAM_GDEVLIST_ERROR; in xpt_action_default()
/freebsd-head/sbin/camcontrol/
HDcamcontrol.c430 case CAM_GDEVLIST_ERROR: in getdevlist()