Searched refs:NS_GET_USERNS (Results 1 – 12 of 12) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/nsfs/ |
D | owner.c | 17 #define NS_GET_USERNS _IO(NSIO, 0x1) macro 60 uns = ioctl(ns, NS_GET_USERNS); in main() 74 init_uns = ioctl(uns, NS_GET_USERNS); in main() 78 if (ioctl(init_uns, NS_GET_USERNS) >= 0 || errno != EPERM) in main() 84 if (ioctl(ns, NS_GET_USERNS) >= 0 || errno != EPERM) in main() 86 if (ioctl(init_uns, NS_GET_USERNS) >= 0 || errno != EPERM) in main()
|
D | pidns.c | 24 #define NS_GET_USERNS _IO(NSIO, 0x1) macro
|
/external/ltp/include/lapi/ |
D | ioctl_ns.h | 20 #ifndef NS_GET_USERNS 21 #define NS_GET_USERNS _IO(NSIO, 0x1) macro
|
/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/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-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/kernel-headers/original/uapi/linux/ |
D | nsfs.h | 10 #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 | 39 case NS_GET_USERNS: in nsfs_ioctl()
|
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl_ns04.c | 32 parent_fd = ioctl(fd, NS_GET_USERNS); in run()
|
D | ioctl_ns07.c | 21 static int requests[] = {NS_GET_PARENT, NS_GET_USERNS,
|
D | ioctl_ns06.c | 66 parent_fd = ioctl(child_fd, NS_GET_USERNS); in run()
|