Home
last modified time | relevance | path

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

/freebsd-14.2/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.c221 if ((periph->flags & CAM_PERIPH_INVALID) != 0 in cam_periph_alloc()
421 if ((periph->flags & CAM_PERIPH_INVALID) == 0) { in cam_periph_acquire()
507 if (periph->flags & CAM_PERIPH_INVALID) { in cam_periph_hold()
676 if ((periph->flags & CAM_PERIPH_INVALID) != 0) in cam_periph_invalidate()
689 periph->flags |= CAM_PERIPH_INVALID; in cam_periph_invalidate()
1635 if (periph->flags & CAM_PERIPH_INVALID) { in camperiphscsistatuserror()
1740 (periph->flags & CAM_PERIPH_INVALID) == 0) in camperiphscsisenseerror()
1945 (periph->flags & CAM_PERIPH_INVALID) == 0) { in cam_periph_error()
1986 if (periph->flags & CAM_PERIPH_INVALID) { in cam_periph_error()
2017 if (periph->flags & CAM_PERIPH_INVALID) { in cam_periph_error()
/freebsd-14.2/sys/cam/nvme/
H A Dnvme_da.c334 (periph->flags & CAM_PERIPH_INVALID) == 0 && in ndaclose()
477 if ((periph->flags & CAM_PERIPH_INVALID) != 0) { in ndastrategy()
519 if ((periph->flags & CAM_PERIPH_INVALID) != 0) in ndadump()
715 if ((periph->flags & CAM_PERIPH_INVALID) != 0) { in ndasysctlinit()
H A Dnvme_xpt.c558 if ((old_periph->flags & CAM_PERIPH_INVALID) == 0) { in nvme_scan_lun()
/freebsd-14.2/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()
1489 if ((periph->flags & CAM_PERIPH_INVALID) != 0) { in adasysctlinit()
H A Data_xpt.c1593 if ((old_periph->flags & CAM_PERIPH_INVALID) == 0) { in ata_scan_lun()
/freebsd-14.2/sys/cam/mmc/
H A Dmmc_da.c541 if ((periph->flags & CAM_PERIPH_INVALID) != 0) { in sddastrategy()
1236 if ((periph->flags & CAM_PERIPH_INVALID) != 0) { in sdda_start_init()
H A Dmmc_xpt.c261 if ((old_periph->flags & CAM_PERIPH_INVALID) == 0) { in mmc_scan_lun()
/freebsd-14.2/sys/dev/sdio/
H A Dsdiob.c973 if ((periph->flags & CAM_PERIPH_INVALID) != 0) { in sdiobdiscover()
/freebsd-14.2/sys/cam/scsi/
H A Dscsi_ch.c679 (periph->flags & CAM_PERIPH_INVALID) == 0) { in chdone()
H A Dscsi_pass.c453 if (periph->flags & CAM_PERIPH_INVALID) in pass_add_physpath()
H A Dscsi_da.c1795 if (periph->flags & CAM_PERIPH_INVALID) in daopen()
2266 if (periph->flags & CAM_PERIPH_INVALID) { in dasysctlinit()
H A Dscsi_xpt.c2353 if ((old_periph->flags & CAM_PERIPH_INVALID) == 0) { in scsi_scan_lun()
H A Dscsi_sa.c2400 if (periph->flags & CAM_PERIPH_INVALID) in sasysctlinit()
/freebsd-14.2/sys/cam/ctl/
H A Dscsi_ctl.c987 if (periph->flags & CAM_PERIPH_INVALID) { in ctlfe_requeue_ccb()