Symbol: device_get_state
sys/bus/firewire/firewire.c
1619
if (device_get_state(devlistp[i]) >= DS_ATTACHED) {
sys/bus/firewire/firewire.c
654
if (device_get_state(devlistp[i]) >= DS_ATTACHED) {
sys/bus/isa/isa_common.c
841
if (device_get_state(child) != DS_NOTPRESENT)
sys/bus/isa/isahint.c
101
if (device_get_state(parent) == DS_INPROGRESS)
sys/bus/isa/isahint.c
99
if (device_get_state(parent) == DS_ATTACHED)
sys/bus/isa/pnp.c
710
if (device_get_state(parent) == DS_ATTACHED)
sys/bus/isa/pnp.c
712
if (device_get_state(parent) == DS_INPROGRESS)
sys/bus/pccard/pccard.c
1085
if (device_get_state(child) != DS_NOTPRESENT)
sys/bus/pccard/pccard.c
306
state = device_get_state(pf->dev);
sys/bus/pci/pci.c
3262
if (device_get_state(child) != DS_NOTPRESENT)
sys/bus/pci/x86_64/legacy.c
103
if (device_get_state(parent) == DS_ATTACHED)
sys/bus/pci/x86_64/legacy.c
105
if (device_get_state(parent) == DS_INPROGRESS)
sys/dev/acpica/acpi.c
911
if (device_get_state(child) == DS_NOTPRESENT) {
sys/dev/acpica/acpi_hpet.c
325
if (device_get_state(parent) == DS_ATTACHED)
sys/dev/acpica/acpi_timer.c
146
if (device_get_state(parent) == DS_ATTACHED)
sys/dev/misc/orm/orm.c
92
if (device_get_state(parent) == DS_ATTACHED)
sys/dev/misc/psm/psm.c
7569
if (device_get_state(psm) != DS_NOTPRESENT)
sys/dev/misc/psm/psm.c
7633
if ((atkbdc != NULL) && (device_get_state(atkbdc) == DS_ATTACHED)) {
sys/dev/pccard/cardbus/cardbus.c
238
int status = device_get_state(devlist[tmp]);
sys/dev/pccard/cardbus/cardbus.c
272
if (device_get_state(dev) != DS_NOTPRESENT)
sys/dev/pccard/cardbus/cardbus.c
279
if (device_get_state(dev) != DS_NOTPRESENT)
sys/dev/pccard/pccbb/pccbb.c
398
if (device_get_state(dev) == DS_NOTPRESENT &&
sys/dev/virtual/virtio/mmio/virtio_mmio.c
826
if (device_get_state(child) != DS_NOTPRESENT)
sys/dev/virtual/virtio/mmio/virtio_mmio.c
831
if (error != 0 || device_get_state(child) == DS_NOTPRESENT) {
sys/dev/virtual/virtio/pci/virtio_pci.c
1004
if (device_get_state(child) != DS_NOTPRESENT)
sys/dev/virtual/virtio/pci/virtio_pci.c
1009
if (error != 0 || device_get_state(child) == DS_NOTPRESENT) {
sys/sys/bus.h
376
device_state_t device_get_state(device_t dev);