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

/freebsd-11-stable/sys/cam/
H A Dcam_periph.h126 #define CAM_PERIPH_INVALID 0x08 macro
231 while (periph != NULL && (periph->flags & CAM_PERIPH_INVALID) != 0)
248 } while (periph != NULL && (periph->flags & CAM_PERIPH_INVALID) != 0);
H A Dcam_periph.c218 if ((periph->flags & CAM_PERIPH_INVALID) != 0
419 if ((periph->flags & CAM_PERIPH_INVALID) == 0) {
499 if (periph->flags & CAM_PERIPH_INVALID) {
646 if ((periph->flags & CAM_PERIPH_INVALID) != 0)
652 periph->flags |= CAM_PERIPH_INVALID;
1521 if (periph->flags & CAM_PERIPH_INVALID) {
1619 (periph->flags & CAM_PERIPH_INVALID) == 0)
1816 (periph->flags & CAM_PERIPH_INVALID) == 0) {
1857 if (periph->flags & CAM_PERIPH_INVALID) {
1886 if (periph->flags & CAM_PERIPH_INVALID) {
[all...]
/freebsd-11-stable/sys/cam/nvme/
H A Dnvme_da.c299 (periph->flags & CAM_PERIPH_INVALID) == 0 &&
356 if ((periph->flags & CAM_PERIPH_INVALID) != 0) {
396 if ((periph->flags & CAM_PERIPH_INVALID) != 0) {
602 if ((periph->flags & CAM_PERIPH_INVALID) != 0) {
H A Dnvme_xpt.c388 if ((old_periph->flags & CAM_PERIPH_INVALID) == 0) {
/freebsd-11-stable/sys/cam/ata/
H A Data_da.c975 (periph->flags & CAM_PERIPH_INVALID) == 0 &&
1043 if ((periph->flags & CAM_PERIPH_INVALID) != 0) {
1091 if ((periph->flags & CAM_PERIPH_INVALID) != 0) {
1456 if ((periph->flags & CAM_PERIPH_INVALID) != 0) {
H A Data_xpt.c1613 if ((old_periph->flags & CAM_PERIPH_INVALID) == 0) {
/freebsd-11-stable/sys/cam/ctl/
H A Dscsi_ctl.c992 if (periph->flags & CAM_PERIPH_INVALID) {
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_pass.c442 if (periph->flags & CAM_PERIPH_INVALID)
H A Dscsi_ch.c687 (periph->flags & CAM_PERIPH_INVALID) == 0) {
H A Dscsi_da.c1544 if (periph->flags & CAM_PERIPH_INVALID)
2014 if (periph->flags & CAM_PERIPH_INVALID) {
H A Dscsi_xpt.c2362 if ((old_periph->flags & CAM_PERIPH_INVALID) == 0) {
H A Dscsi_sa.c2303 if (periph->flags & CAM_PERIPH_INVALID)

Completed in 245 milliseconds