Home
last modified time | relevance | path

Searched refs:NSIO (Results 1 – 5 of 5) sorted by relevance

/external/ltp/include/lapi/
Dioctl_ns.h11 #ifndef NSIO
12 #define NSIO 0xb7 macro
15 #define NS_GET_PARENT _IO(NSIO, 0x2)
18 #define NS_GET_OWNER_UID _IO(NSIO, 0x4)
21 #define NS_GET_USERNS _IO(NSIO, 0x1)
24 #define NS_GET_NSTYPE _IO(NSIO, 0x3)
/external/kernel-headers/original/uapi/linux/
Dnsfs.h7 #define NSIO 0xb7 macro
10 #define NS_GET_USERNS _IO(NSIO, 0x1)
12 #define NS_GET_PARENT _IO(NSIO, 0x2)
15 #define NS_GET_NSTYPE _IO(NSIO, 0x3)
17 #define NS_GET_OWNER_UID _IO(NSIO, 0x4)
/external/strace/
Dnsfs.h9 # define NSIO 0xb7 macro
10 # define NS_GET_USERNS _IO(NSIO, 0x1)
11 # define NS_GET_PARENT _IO(NSIO, 0x2)
15 # define NS_GET_NSTYPE _IO(NSIO, 0x3)
18 # define NS_GET_OWNER_UID _IO(NSIO, 0x4)
/external/linux-kselftest/tools/testing/selftests/nsfs/
Dpidns.c23 #define NSIO 0xb7 macro
24 #define NS_GET_USERNS _IO(NSIO, 0x1)
25 #define NS_GET_PARENT _IO(NSIO, 0x2)
Downer.c16 #define NSIO 0xb7 macro
17 #define NS_GET_USERNS _IO(NSIO, 0x1)