Home
last modified time | relevance | path

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

/src/sys/cam/
H A Dcam_periph.h131 #define CAM_PERIPH_INVALID 0x08 macro
244 while (periph != NULL && (periph->flags & CAM_PERIPH_INVALID) != 0) in cam_periph_acquire_first()
261 } while (periph != NULL && (periph->flags & CAM_PERIPH_INVALID) != 0); in cam_periph_acquire_next()
H A Dcam_periph.c220 if ((periph->flags & CAM_PERIPH_INVALID) != 0 in cam_periph_alloc()
420 if ((periph->flags & CAM_PERIPH_INVALID) == 0) { in cam_periph_acquire()
506 if (periph->flags & CAM_PERIPH_INVALID) { in cam_periph_hold()
675 if ((periph->flags & CAM_PERIPH_INVALID) != 0) in cam_periph_invalidate()
688 periph->flags |= CAM_PERIPH_INVALID; in cam_periph_invalidate()
1621 if (periph->flags & CAM_PERIPH_INVALID) { in camperiphscsistatuserror()
1723 (periph->flags & CAM_PERIPH_INVALID) == 0) in camperiphscsisenseerror()
1929 (periph->flags & CAM_PERIPH_INVALID) == 0) { in cam_periph_error()
1970 if (periph->flags & CAM_PERIPH_INVALID) { in cam_periph_error()
2001 if (periph->flags & CAM_PERIPH_INVALID) { in cam_periph_error()
/src/sys/cam/nvme/
H A Dnvme_da.c412 (periph->flags & CAM_PERIPH_INVALID) == 0 && in ndaclose()
555 if ((periph->flags & CAM_PERIPH_INVALID) != 0) { in ndastrategy()
597 if ((periph->flags & CAM_PERIPH_INVALID) != 0) in ndadump()
818 if ((periph->flags & CAM_PERIPH_INVALID) != 0) { in ndasysctlinit()
H A Dnvme_xpt.c559 if ((old_periph->flags & CAM_PERIPH_INVALID) == 0) { in nvme_scan_lun()
/src/sys/cam/ata/
H A Data_da.c1025 (periph->flags & CAM_PERIPH_INVALID) == 0 && in adaclose()
1092 if ((periph->flags & CAM_PERIPH_INVALID) != 0) { in adastrategy()
1138 if ((periph->flags & CAM_PERIPH_INVALID) != 0) in adadump()
1486 if ((periph->flags & CAM_PERIPH_INVALID) != 0) { in adasysctlinit()
H A Data_xpt.c1591 if ((old_periph->flags & CAM_PERIPH_INVALID) == 0) { in ata_scan_lun()
/src/sys/cam/mmc/
H A Dmmc_da.c540 if ((periph->flags & CAM_PERIPH_INVALID) != 0) { in sddastrategy()
1219 if ((periph->flags & CAM_PERIPH_INVALID) != 0) { in sdda_start_init()
H A Dmmc_xpt.c259 if ((old_periph->flags & CAM_PERIPH_INVALID) == 0) { in mmc_scan_lun()
/src/sys/dev/sdio/
H A Dsdiob.c970 if ((periph->flags & CAM_PERIPH_INVALID) != 0) { in sdiobdiscover()
/src/sys/cam/scsi/
H A Dscsi_ch.c678 (periph->flags & CAM_PERIPH_INVALID) == 0) { in chdone()
H A Dscsi_pass.c454 if (periph->flags & CAM_PERIPH_INVALID) in pass_add_physpath()
H A Dscsi_da.c1806 if (periph->flags & CAM_PERIPH_INVALID) in daopen()
2304 if (periph->flags & CAM_PERIPH_INVALID) { in dasysctlinit()
H A Dscsi_xpt.c2440 if ((old_periph->flags & CAM_PERIPH_INVALID) == 0) { in scsi_scan_lun()
H A Dscsi_cd.c852 if ((periph->flags & CAM_PERIPH_INVALID) != 0) { in cdstrategy()
H A Dscsi_sa.c2399 if (periph->flags & CAM_PERIPH_INVALID) in sasysctlinit()
/src/sys/cam/ctl/
H A Dscsi_ctl.c986 if (periph->flags & CAM_PERIPH_INVALID) { in ctlfe_requeue_ccb()