Searched refs:NS_GET_USERNS (Results 1 – 8 of 8) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/nsfs/ |
D | owner.c | 16 #define NS_GET_USERNS _IO(NSIO, 0x1) macro 59 uns = ioctl(ns, NS_GET_USERNS); in main() 73 init_uns = ioctl(uns, NS_GET_USERNS); in main() 77 if (ioctl(init_uns, NS_GET_USERNS) >= 0 || errno != EPERM) in main() 83 if (ioctl(ns, NS_GET_USERNS) >= 0 || errno != EPERM) in main() 85 if (ioctl(init_uns, NS_GET_USERNS) >= 0 || errno != EPERM) in main()
|
D | pidns.c | 23 #define NS_GET_USERNS _IO(NSIO, 0x1) macro
|
/external/strace/tests-mx32/ |
D | ioctl_nsfs.c | 48 ioctl(-1, NS_GET_USERNS); in test_no_namespace() 68 int userns_fd = ioctl(ns_fd, NS_GET_USERNS); in test_clone()
|
/external/strace/tests/ |
D | ioctl_nsfs.c | 48 ioctl(-1, NS_GET_USERNS); in test_no_namespace() 68 int userns_fd = ioctl(ns_fd, NS_GET_USERNS); in test_clone()
|
/external/strace/tests-m32/ |
D | ioctl_nsfs.c | 48 ioctl(-1, NS_GET_USERNS); in test_no_namespace() 68 int userns_fd = ioctl(ns_fd, NS_GET_USERNS); in test_clone()
|
/external/kernel-headers/original/uapi/linux/ |
D | nsfs.h | 9 #define NS_GET_USERNS _IO(NSIO, 0x1) macro
|
/external/strace/ |
D | nsfs.h | 10 # define NS_GET_USERNS _IO(NSIO, 0x1) macro
|
D | nsfs.c | 38 case NS_GET_USERNS: in nsfs_ioctl()
|