Searched refs:VFIO_GROUP_GET_STATUS (Results 1 – 7 of 7) sorted by relevance
152 #define VFIO_GROUP_GET_STATUS _IO(VFIO_TYPE, VFIO_BASE + 3) macro
394 case VFIO_GROUP_GET_STATUS: in vfio_group_fops_unl_ioctl()
345 if (ioctl(s->group, VFIO_GROUP_GET_STATUS, &group_status)) { in qemu_vfio_init_pci()
749 if (ioctl(group->fd, VFIO_GROUP_GET_STATUS, &status)) { in vfio_get_group()
189 ioctl(group, VFIO_GROUP_GET_STATUS, &group_status);
1112 +pub const VFIO_GROUP_GET_STATUS: u32 = 15207;