HomeSort by relevance Sort by last modified time
    Searched refs:_IOC_NONE (Results 1 - 25 of 171) sorted by null

1 2 3 4 5 6 7

  /bionic/libc/kernel/uapi/xen/
evtchn.h 21 #define IOCTL_EVTCHN_BIND_VIRQ _IOC(_IOC_NONE, 'E', 0, sizeof(struct ioctl_evtchn_bind_virq))
26 #define IOCTL_EVTCHN_BIND_INTERDOMAIN _IOC(_IOC_NONE, 'E', 1, sizeof(struct ioctl_evtchn_bind_interdomain))
31 #define IOCTL_EVTCHN_BIND_UNBOUND_PORT _IOC(_IOC_NONE, 'E', 2, sizeof(struct ioctl_evtchn_bind_unbound_port))
36 #define IOCTL_EVTCHN_UNBIND _IOC(_IOC_NONE, 'E', 3, sizeof(struct ioctl_evtchn_unbind))
41 #define IOCTL_EVTCHN_NOTIFY _IOC(_IOC_NONE, 'E', 4, sizeof(struct ioctl_evtchn_notify))
46 #define IOCTL_EVTCHN_RESET _IOC(_IOC_NONE, 'E', 5, 0)
gntdev.h 26 #define IOCTL_GNTDEV_MAP_GRANT_REF _IOC(_IOC_NONE, 'G', 0, sizeof(struct ioctl_gntdev_map_grant_ref))
35 #define IOCTL_GNTDEV_UNMAP_GRANT_REF _IOC(_IOC_NONE, 'G', 1, sizeof(struct ioctl_gntdev_unmap_grant_ref))
42 #define IOCTL_GNTDEV_GET_OFFSET_FOR_VADDR _IOC(_IOC_NONE, 'G', 2, sizeof(struct ioctl_gntdev_get_offset_for_vaddr))
51 #define IOCTL_GNTDEV_SET_MAX_GRANTS _IOC(_IOC_NONE, 'G', 3, sizeof(struct ioctl_gntdev_set_max_grants))
56 #define IOCTL_GNTDEV_SET_UNMAP_NOTIFY _IOC(_IOC_NONE, 'G', 7, sizeof(struct ioctl_gntdev_unmap_notify))
gntalloc.h 21 #define IOCTL_GNTALLOC_ALLOC_GREF _IOC(_IOC_NONE, 'G', 5, sizeof(struct ioctl_gntalloc_alloc_gref))
32 #define IOCTL_GNTALLOC_DEALLOC_GREF _IOC(_IOC_NONE, 'G', 6, sizeof(struct ioctl_gntalloc_dealloc_gref))
39 #define IOCTL_GNTALLOC_SET_UNMAP_NOTIFY _IOC(_IOC_NONE, 'G', 7, sizeof(struct ioctl_gntalloc_unmap_notify))
privcmd.h 61 #define IOCTL_PRIVCMD_HYPERCALL _IOC(_IOC_NONE, 'P', 0, sizeof(struct privcmd_hypercall))
62 #define IOCTL_PRIVCMD_MMAP _IOC(_IOC_NONE, 'P', 2, sizeof(struct privcmd_mmap))
64 #define IOCTL_PRIVCMD_MMAPBATCH _IOC(_IOC_NONE, 'P', 3, sizeof(struct privcmd_mmapbatch))
65 #define IOCTL_PRIVCMD_MMAPBATCH_V2 _IOC(_IOC_NONE, 'P', 4, sizeof(struct privcmd_mmapbatch_v2))
  /external/kernel-headers/original/uapi/xen/
evtchn.h 41 _IOC(_IOC_NONE, 'E', 0, sizeof(struct ioctl_evtchn_bind_virq))
51 _IOC(_IOC_NONE, 'E', 1, sizeof(struct ioctl_evtchn_bind_interdomain))
61 _IOC(_IOC_NONE, 'E', 2, sizeof(struct ioctl_evtchn_bind_unbound_port))
70 _IOC(_IOC_NONE, 'E', 3, sizeof(struct ioctl_evtchn_unbind))
79 _IOC(_IOC_NONE, 'E', 4, sizeof(struct ioctl_evtchn_notify))
86 _IOC(_IOC_NONE, 'E', 5, 0)
gntdev.h 49 _IOC(_IOC_NONE, 'G', 0, sizeof(struct ioctl_gntdev_map_grant_ref))
69 _IOC(_IOC_NONE, 'G', 1, sizeof(struct ioctl_gntdev_unmap_grant_ref))
92 _IOC(_IOC_NONE, 'G', 2, sizeof(struct ioctl_gntdev_get_offset_for_vaddr))
112 _IOC(_IOC_NONE, 'G', 3, sizeof(struct ioctl_gntdev_set_max_grants))
130 _IOC(_IOC_NONE, 'G', 7, sizeof(struct ioctl_gntdev_unmap_notify))
gntalloc.h 18 _IOC(_IOC_NONE, 'G', 5, sizeof(struct ioctl_gntalloc_alloc_gref))
42 _IOC(_IOC_NONE, 'G', 6, sizeof(struct ioctl_gntalloc_dealloc_gref))
62 _IOC(_IOC_NONE, 'G', 7, sizeof(struct ioctl_gntalloc_unmap_notify))
privcmd.h 90 _IOC(_IOC_NONE, 'P', 0, sizeof(struct privcmd_hypercall))
92 _IOC(_IOC_NONE, 'P', 2, sizeof(struct privcmd_mmap))
94 _IOC(_IOC_NONE, 'P', 3, sizeof(struct privcmd_mmapbatch))
96 _IOC(_IOC_NONE, 'P', 4, sizeof(struct privcmd_mmapbatch_v2))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/xen/
evtchn.h 41 _IOC(_IOC_NONE, 'E', 0, sizeof(struct ioctl_evtchn_bind_virq))
51 _IOC(_IOC_NONE, 'E', 1, sizeof(struct ioctl_evtchn_bind_interdomain))
61 _IOC(_IOC_NONE, 'E', 2, sizeof(struct ioctl_evtchn_bind_unbound_port))
70 _IOC(_IOC_NONE, 'E', 3, sizeof(struct ioctl_evtchn_unbind))
79 _IOC(_IOC_NONE, 'E', 4, sizeof(struct ioctl_evtchn_notify))
86 _IOC(_IOC_NONE, 'E', 5, 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xen/
evtchn.h 41 _IOC(_IOC_NONE, 'E', 0, sizeof(struct ioctl_evtchn_bind_virq))
51 _IOC(_IOC_NONE, 'E', 1, sizeof(struct ioctl_evtchn_bind_interdomain))
61 _IOC(_IOC_NONE, 'E', 2, sizeof(struct ioctl_evtchn_bind_unbound_port))
70 _IOC(_IOC_NONE, 'E', 3, sizeof(struct ioctl_evtchn_unbind))
79 _IOC(_IOC_NONE, 'E', 4, sizeof(struct ioctl_evtchn_notify))
86 _IOC(_IOC_NONE, 'E', 5, 0)
  /bionic/libc/kernel/uapi/asm-mips/asm/
ioctl.h 24 #define _IOC_NONE 1U
  /development/ndk/platforms/android-L/arch-mips/include/asm/
ioctl.h 24 #define _IOC_NONE 1U
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
ioctl.h 24 #define _IOC_NONE 1U
  /external/kernel-headers/original/uapi/asm-mips/asm/
ioctl.h 17 * Direction bits _IOC_NONE could be 0, but OSF/1 gives it a bit.
21 #define _IOC_NONE 1U
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/asm/
ioctl.h 24 #define _IOC_NONE 1U
  /bionic/libc/kernel/uapi/asm-generic/
ioctl.h 41 #ifndef _IOC_NONE
42 #define _IOC_NONE 0U
55 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
  /development/ndk/platforms/android-L/include/asm-generic/
ioctl.h 41 #ifndef _IOC_NONE
42 #define _IOC_NONE 0U
55 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
  /external/kernel-headers/original/uapi/asm-generic/
ioctl.h 53 #ifndef _IOC_NONE
54 # define _IOC_NONE 0U
76 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/
ioctl.h 53 #ifndef _IOC_NONE
54 # define _IOC_NONE 0U
74 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
ioctl.h 53 #ifndef _IOC_NONE
54 # define _IOC_NONE 0U
74 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/asm-generic/
ioctl.h 41 #ifndef _IOC_NONE
42 #define _IOC_NONE 0U
55 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/asm-generic/
ioctl.h 41 #ifndef _IOC_NONE
42 #define _IOC_NONE 0U
55 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm-generic/
ioctl.h 41 #ifndef _IOC_NONE
42 #define _IOC_NONE 0U
55 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
  /development/ndk/platforms/android-3/include/asm-generic/
ioctl.h 30 #define _IOC_NONE 0U
39 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
  /development/ndk/platforms/android-9/arch-mips/include/asm/
ioctl.h 36 #define _IOC_NONE 1U
49 #define _IO(type, nr) _IOC(_IOC_NONE, (type), (nr), 0)

Completed in 898 milliseconds

1 2 3 4 5 6 7