Home
last modified time | relevance | path

Searched refs:VIRTIO_CONFIG_S_FAILED (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/virtio/
Dvirtio.c142 add_status(dev, VIRTIO_CONFIG_S_FAILED); in virtio_dev_probe()
212 add_status(dev, VIRTIO_CONFIG_S_FAILED); in register_virtio_device()
/linux-3.4.99/include/linux/
Dvirtio_config.h42 #define VIRTIO_CONFIG_S_FAILED 0x80 macro
/linux-3.4.99/drivers/lguest/
Dlguest_device.c192 if (status & VIRTIO_CONFIG_S_FAILED) in lg_set_status()
/linux-3.4.99/tools/lguest/
Dlguest.c1093 else if (dev->desc->status & VIRTIO_CONFIG_S_FAILED) { in update_device_status()