Searched refs:ioctl_evtchn_unbind (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/xen/ |
H A D | evtchn.h | 71 _IOC(_IOC_NONE, 'E', 3, sizeof(struct ioctl_evtchn_unbind)) 72 struct ioctl_evtchn_unbind { struct
|
/kernel/linux/linux-6.6/include/uapi/xen/ |
H A D | evtchn.h | 71 _IOC(_IOC_NONE, 'E', 3, sizeof(struct ioctl_evtchn_unbind)) 72 struct ioctl_evtchn_unbind { struct
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/xen/ |
H A D | evtchn.h | 33 #define IOCTL_EVTCHN_UNBIND _IOC(_IOC_NONE, 'E', 3, sizeof(struct ioctl_evtchn_unbind)) 34 struct ioctl_evtchn_unbind { struct
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/xen/ |
H A D | evtchn.h | 33 #define IOCTL_EVTCHN_UNBIND _IOC(_IOC_NONE, 'E', 3, sizeof(struct ioctl_evtchn_unbind)) 34 struct ioctl_evtchn_unbind { struct
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/xen/ |
H A D | evtchn.h | 24 _IOC(_IOC_NONE, 'E', 3, sizeof(struct ioctl_evtchn_unbind)) 25 struct ioctl_evtchn_unbind { struct
|
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | evtchn.c | 544 struct ioctl_evtchn_unbind unbind; in evtchn_ioctl()
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | evtchn.c | 523 struct ioctl_evtchn_unbind unbind; in evtchn_ioctl()
|
Completed in 4 milliseconds