Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cam/
Dcam_periph.h129 #define CAM_PERIPH_INVALID 0x08 macro
238 while (periph != NULL && (periph->flags & CAM_PERIPH_INVALID) != 0) in cam_periph_acquire_first()
255 } while (periph != NULL && (periph->flags & CAM_PERIPH_INVALID) != 0); in cam_periph_acquire_next()
Dcam_periph.c221 if ((periph->flags & CAM_PERIPH_INVALID) != 0 in cam_periph_alloc()
423 if ((periph->flags & CAM_PERIPH_INVALID) == 0) { in cam_periph_acquire()
509 if (periph->flags & CAM_PERIPH_INVALID) { in cam_periph_hold()
656 if ((periph->flags & CAM_PERIPH_INVALID) != 0) in cam_periph_invalidate()
669 periph->flags |= CAM_PERIPH_INVALID; in cam_periph_invalidate()
1606 if (periph->flags & CAM_PERIPH_INVALID) { in camperiphscsistatuserror()
1709 (periph->flags & CAM_PERIPH_INVALID) == 0) in camperiphscsisenseerror()
1906 (periph->flags & CAM_PERIPH_INVALID) == 0) { in cam_periph_error()
1947 if (periph->flags & CAM_PERIPH_INVALID) { in cam_periph_error()
1976 if (periph->flags & CAM_PERIPH_INVALID) { in cam_periph_error()
/freebsd-12-stable/sys/cam/nvme/
Dnvme_da.c321 (periph->flags & CAM_PERIPH_INVALID) == 0 && in ndaclose()
465 if ((periph->flags & CAM_PERIPH_INVALID) != 0) { in ndastrategy()
507 if ((periph->flags & CAM_PERIPH_INVALID) != 0) in ndadump()
699 if ((periph->flags & CAM_PERIPH_INVALID) != 0) { in ndasysctlinit()
Dnvme_xpt.c562 if ((old_periph->flags & CAM_PERIPH_INVALID) == 0) { in nvme_scan_lun()
/freebsd-12-stable/sys/cam/ata/
Data_da.c977 (periph->flags & CAM_PERIPH_INVALID) == 0 && in adaclose()
1045 if ((periph->flags & CAM_PERIPH_INVALID) != 0) { in adastrategy()
1091 if ((periph->flags & CAM_PERIPH_INVALID) != 0) in adadump()
1443 if ((periph->flags & CAM_PERIPH_INVALID) != 0) { in adasysctlinit()
Data_xpt.c1607 if ((old_periph->flags & CAM_PERIPH_INVALID) == 0) { in ata_scan_lun()
/freebsd-12-stable/sys/cam/mmc/
Dmmc_da.c511 if ((periph->flags & CAM_PERIPH_INVALID) != 0) { in sddastrategy()
1205 if ((periph->flags & CAM_PERIPH_INVALID) != 0) { in sdda_start_init()
Dmmc_xpt.c268 if ((old_periph->flags & CAM_PERIPH_INVALID) == 0) { in mmc_scan_lun()
/freebsd-12-stable/sys/cam/scsi/
Dscsi_ch.c685 (periph->flags & CAM_PERIPH_INVALID) == 0) { in chdone()
Dscsi_pass.c454 if (periph->flags & CAM_PERIPH_INVALID) in pass_add_physpath()
Dscsi_da.c1735 if (periph->flags & CAM_PERIPH_INVALID) in daopen()
2201 if (periph->flags & CAM_PERIPH_INVALID) { in dasysctlinit()
Dscsi_xpt.c2379 if ((old_periph->flags & CAM_PERIPH_INVALID) == 0) { in scsi_scan_lun()
Dscsi_sa.c2407 if (periph->flags & CAM_PERIPH_INVALID) in sasysctlinit()
/freebsd-12-stable/sys/cam/ctl/
Dscsi_ctl.c988 if (periph->flags & CAM_PERIPH_INVALID) { in ctlfe_requeue_ccb()