Home
last modified time | relevance | path

Searched refs:CAM_PERIPH_INVALID (Results 1 – 9 of 9) sorted by relevance

/trueos/sys/cam/
HDcam_periph.h120 #define CAM_PERIPH_INVALID 0x08 macro
222 while (periph != NULL && (periph->flags & CAM_PERIPH_INVALID) != 0) in cam_periph_acquire_first()
239 } while (periph != NULL && (periph->flags & CAM_PERIPH_INVALID) != 0); in cam_periph_acquire_next()
HDcam_periph.c181 if ((periph->flags & CAM_PERIPH_INVALID) != 0 in cam_periph_alloc()
380 if ((periph->flags & CAM_PERIPH_INVALID) == 0) { in cam_periph_acquire()
460 if (periph->flags & CAM_PERIPH_INVALID) { in cam_periph_hold()
607 if ((periph->flags & CAM_PERIPH_INVALID) != 0) in cam_periph_invalidate()
613 periph->flags |= CAM_PERIPH_INVALID; in cam_periph_invalidate()
1471 (periph->flags & CAM_PERIPH_INVALID) == 0) in camperiphscsisenseerror()
1649 (periph->flags & CAM_PERIPH_INVALID) == 0) { in cam_periph_error()
1690 if (periph->flags & CAM_PERIPH_INVALID) { in cam_periph_error()
1719 if (periph->flags & CAM_PERIPH_INVALID) { in cam_periph_error()
/trueos/sys/cam/ata/
HData_da.c680 (periph->flags & CAM_PERIPH_INVALID) == 0 && in adaclose()
753 if ((periph->flags & CAM_PERIPH_INVALID) != 0) { in adastrategy()
804 if ((periph->flags & CAM_PERIPH_INVALID) != 0) { in adadump()
1090 if ((periph->flags & CAM_PERIPH_INVALID) != 0) { in adasysctlinit()
HData_xpt.c1530 if ((old_periph->flags & CAM_PERIPH_INVALID) == 0) { in ata_scan_lun()
/trueos/sys/cam/ctl/
HDscsi_ctl.c1121 if (periph->flags & CAM_PERIPH_INVALID) { in ctlfedone()
1291 if (periph->flags & CAM_PERIPH_INVALID) { in ctlfedone()
2035 if (periph->flags & CAM_PERIPH_INVALID) { in ctlfe_done()
/trueos/sys/cam/scsi/
HDscsi_pass.c239 if (periph->flags & CAM_PERIPH_INVALID) { in pass_add_physpath()
HDscsi_da.c1325 if (periph->flags & CAM_PERIPH_INVALID) in daopen()
1782 if (periph->flags & CAM_PERIPH_INVALID) { in dasysctlinit()
HDscsi_xpt.c2328 if ((old_periph->flags & CAM_PERIPH_INVALID) == 0) { in scsi_scan_lun()
HDscsi_sa.c2309 if (periph->flags & CAM_PERIPH_INVALID) in sasysctlinit()