Symbol: DS_NOTPRESENT
sys/dev/acpica/acpi.c
1006
if (device_get_state(child) == DS_NOTPRESENT) {
sys/dev/atkbdc/psm.c
7628
if (device_get_state(psm) != DS_NOTPRESENT)
sys/dev/cardbus/cardbus.c
276
if (device_get_state(dev) != DS_NOTPRESENT)
sys/dev/cardbus/cardbus.c
283
if (device_get_state(dev) != DS_NOTPRESENT)
sys/dev/iicbus/acpi_iicbus.c
659
if (device_get_state(child) == DS_NOTPRESENT) {
sys/dev/pccbb/pccbb.c
391
if (device_get_state(dev) == DS_NOTPRESENT &&
sys/dev/pci/pci.c
4822
if (device_get_state(child) != DS_NOTPRESENT)
sys/dev/spibus/acpi_spibus.c
470
if (device_get_state(child) == DS_NOTPRESENT) {
sys/dev/virtio/mmio/virtio_mmio.c
843
if (device_get_state(child) != DS_NOTPRESENT) {
sys/dev/virtio/pci/virtio_pci_legacy.c
627
if (child == NULL || device_get_state(child) != DS_NOTPRESENT)
sys/dev/virtio/pci/virtio_pci_modern.c
1138
if (child == NULL || device_get_state(child) != DS_NOTPRESENT)
sys/isa/isa_common.c
906
if (device_get_state(child) != DS_NOTPRESENT)
sys/kern/subr_bus.c
1419
dev->state = DS_NOTPRESENT;
sys/kern/subr_bus.c
2615
dev->state = DS_NOTPRESENT;
sys/kern/subr_bus.c
2655
dev->state = DS_NOTPRESENT;
sys/kern/subr_bus.c
2726
dev->state = DS_NOTPRESENT;
sys/kern/subr_bus.c
3896
if (child->state == DS_NOTPRESENT)
sys/kern/subr_bus.c
3926
else if (child->state == DS_NOTPRESENT)
sys/kern/subr_bus.c
5690
dev->state == DS_NOTPRESENT) {
sys/xen/xenbus/xenbusb.c
445
if (device_get_state(kids[i]) != DS_NOTPRESENT) {
sys/xen/xenbus/xenbusb.c
801
if (device_get_state(kids[i]) == DS_NOTPRESENT)
tools/tools/ncpus/acpi.c
248
case DS_NOTPRESENT:
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_device_tbl.c
354
case DS_NOTPRESENT: /* not probed or probe failed */