OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_IOC_DIRBITS
(Results
1 - 25
of
76
) sorted by null
1
2
3
4
/bionic/libc/kernel/uapi/asm-mips/asm/
ioctl.h
22
#define
_IOC_DIRBITS
3
/development/ndk/platforms/android-21/arch-mips/include/asm/
ioctl.h
22
#define
_IOC_DIRBITS
3
/development/ndk/platforms/android-21/arch-mips64/include/asm/
ioctl.h
22
#define
_IOC_DIRBITS
3
/external/kernel-headers/original/uapi/asm-mips/asm/
ioctl.h
14
#define
_IOC_DIRBITS
3
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/asm/
ioctl.h
22
#define
_IOC_DIRBITS
3
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/asm/
ioctl.h
22
#define
_IOC_DIRBITS
3
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/asm/
ioctl.h
22
#define
_IOC_DIRBITS
3
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/asm/
ioctl.h
22
#define
_IOC_DIRBITS
3
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/asm/
ioctl.h
22
#define
_IOC_DIRBITS
3
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/asm/
ioctl.h
22
#define
_IOC_DIRBITS
3
/bionic/libc/kernel/uapi/asm-generic/
ioctl.h
27
#ifndef
_IOC_DIRBITS
29
#define
_IOC_DIRBITS
2
35
#define _IOC_DIRMASK ((1 <<
_IOC_DIRBITS
) - 1)
/development/ndk/platforms/android-21/include/asm-generic/
ioctl.h
27
#ifndef
_IOC_DIRBITS
29
#define
_IOC_DIRBITS
2
35
#define _IOC_DIRMASK ((1 <<
_IOC_DIRBITS
)-1)
/development/ndk/platforms/android-3/include/asm-generic/
ioctl.h
18
#define
_IOC_DIRBITS
2
23
#define _IOC_DIRMASK ((1 <<
_IOC_DIRBITS
)-1)
/development/ndk/platforms/android-9/arch-mips/include/asm/
ioctl.h
25
#define
_IOC_DIRBITS
3
30
#define _IOC_DIRMASK ((1 <<
_IOC_DIRBITS
)-1)
/external/autotest/client/bin/input/
linux_ioctl.py
25
_IOC_DIRBITS
= 2
30
_IOC_DIRMASK = ((1 <<
_IOC_DIRBITS
) - 1)
/external/kernel-headers/original/uapi/asm-generic/
ioctl.h
34
#ifndef
_IOC_DIRBITS
35
# define
_IOC_DIRBITS
2
41
#define _IOC_DIRMASK ((1 <<
_IOC_DIRBITS
)-1)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
ioctl.h
34
#ifndef
_IOC_DIRBITS
35
# define
_IOC_DIRBITS
2
41
#define _IOC_DIRMASK ((1 <<
_IOC_DIRBITS
)-1)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
ioctl.h
34
#ifndef
_IOC_DIRBITS
35
# define
_IOC_DIRBITS
2
41
#define _IOC_DIRMASK ((1 <<
_IOC_DIRBITS
)-1)
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm-generic/
ioctl.h
18
#define
_IOC_DIRBITS
2
23
#define _IOC_DIRMASK ((1 <<
_IOC_DIRBITS
)-1)
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
ioctl.h
25
#define
_IOC_DIRBITS
3
30
#define _IOC_DIRMASK ((1 <<
_IOC_DIRBITS
)-1)
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm-generic/
ioctl.h
18
#define
_IOC_DIRBITS
2
23
#define _IOC_DIRMASK ((1 <<
_IOC_DIRBITS
)-1)
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm-generic/
ioctl.h
18
#define
_IOC_DIRBITS
2
23
#define _IOC_DIRMASK ((1 <<
_IOC_DIRBITS
)-1)
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm-generic/
ioctl.h
18
#define
_IOC_DIRBITS
2
23
#define _IOC_DIRMASK ((1 <<
_IOC_DIRBITS
)-1)
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
ioctl.h
25
#define
_IOC_DIRBITS
3
30
#define _IOC_DIRMASK ((1 <<
_IOC_DIRBITS
)-1)
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm-generic/
ioctl.h
18
#define
_IOC_DIRBITS
2
23
#define _IOC_DIRMASK ((1 <<
_IOC_DIRBITS
)-1)
Completed in 550 milliseconds
1
2
3
4