Home
last modified time | relevance | path

Searched refs:VFIO_GROUP_GET_STATUS (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/vfio_sys/src/
Dlib.rs19 ioctl_io_nr!(VFIO_GROUP_GET_STATUS, VFIO_TYPE, VFIO_BASE + 3);
/external/kernel-headers/original/uapi/linux/
Dvfio.h148 #define VFIO_GROUP_GET_STATUS _IO(VFIO_TYPE, VFIO_BASE + 3) macro
/external/crosvm/devices/src/
Dvfio.rs249 unsafe { ioctl_with_mut_ref(&group_file, VFIO_GROUP_GET_STATUS(), &mut group_status) }; in new()