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

/freebsd-12-stable/sys/cam/
H A Dcam_periph.h129 #define CAM_PERIPH_INVALID 0x08 macro
238 while (periph != NULL && (periph->flags & CAM_PERIPH_INVALID) != 0)
255 } while (periph != NULL && (periph->flags & CAM_PERIPH_INVALID) != 0);
H A Dcam_periph.c221 if ((periph->flags & CAM_PERIPH_INVALID) != 0
422 if ((periph->flags & CAM_PERIPH_INVALID) == 0) {
508 if (periph->flags & CAM_PERIPH_INVALID) {
655 if ((periph->flags & CAM_PERIPH_INVALID) != 0)
668 periph->flags |= CAM_PERIPH_INVALID;
1604 if (periph->flags & CAM_PERIPH_INVALID) {
1707 (periph->flags & CAM_PERIPH_INVALID) == 0)
1904 (periph->flags & CAM_PERIPH_INVALID) == 0) {
1945 if (periph->flags & CAM_PERIPH_INVALID) {
1974 if (periph->flags & CAM_PERIPH_INVALID) {
[all...]
/freebsd-12-stable/sys/cam/nvme/
H A Dnvme_da.c321 (periph->flags & CAM_PERIPH_INVALID) == 0 &&
465 if ((periph->flags & CAM_PERIPH_INVALID) != 0) {
507 if ((periph->flags & CAM_PERIPH_INVALID) != 0)
699 if ((periph->flags & CAM_PERIPH_INVALID) != 0) {
H A Dnvme_xpt.c559 if ((old_periph->flags & CAM_PERIPH_INVALID) == 0) {
/freebsd-12-stable/sys/cam/ata/
H A Data_da.c977 (periph->flags & CAM_PERIPH_INVALID) == 0 &&
1045 if ((periph->flags & CAM_PERIPH_INVALID) != 0) {
1091 if ((periph->flags & CAM_PERIPH_INVALID) != 0)
1443 if ((periph->flags & CAM_PERIPH_INVALID) != 0) {
H A Data_xpt.c1607 if ((old_periph->flags & CAM_PERIPH_INVALID) == 0) {
/freebsd-12-stable/sys/cam/mmc/
H A Dmmc_da.c511 if ((periph->flags & CAM_PERIPH_INVALID) != 0) {
1209 if ((periph->flags & CAM_PERIPH_INVALID) != 0) {
H A Dmmc_xpt.c268 if ((old_periph->flags & CAM_PERIPH_INVALID) == 0) {
/freebsd-12-stable/sys/cam/ctl/
H A Dscsi_ctl.c988 if (periph->flags & CAM_PERIPH_INVALID) {
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_ch.c685 (periph->flags & CAM_PERIPH_INVALID) == 0) {
H A Dscsi_pass.c442 if (periph->flags & CAM_PERIPH_INVALID)
H A Dscsi_xpt.c2365 if ((old_periph->flags & CAM_PERIPH_INVALID) == 0) {
H A Dscsi_da.c1735 if (periph->flags & CAM_PERIPH_INVALID)
2206 if (periph->flags & CAM_PERIPH_INVALID) {
H A Dscsi_sa.c2305 if (periph->flags & CAM_PERIPH_INVALID)

Completed in 178 milliseconds