Home
last modified time | relevance | path

Searched refs:NS_GET_USERNS (Results 1 – 12 of 12) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/nsfs/
Downer.c17 #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()
Dpidns.c24 #define NS_GET_USERNS _IO(NSIO, 0x1) macro
/external/ltp/include/lapi/
Dioctl_ns.h20 #ifndef NS_GET_USERNS
21 #define NS_GET_USERNS _IO(NSIO, 0x1) macro
/external/strace/tests/
Dioctl_nsfs.c48 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/
Dioctl_nsfs.c48 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/
Dioctl_nsfs.c48 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/
Dnsfs.h10 #define NS_GET_USERNS _IO(NSIO, 0x1) macro
/external/strace/
Dnsfs.h10 # define NS_GET_USERNS _IO(NSIO, 0x1) macro
Dnsfs.c39 case NS_GET_USERNS: in nsfs_ioctl()
/external/ltp/testcases/kernel/syscalls/ioctl/
Dioctl_ns04.c32 parent_fd = ioctl(fd, NS_GET_USERNS); in run()
Dioctl_ns07.c21 static int requests[] = {NS_GET_PARENT, NS_GET_USERNS,
Dioctl_ns06.c66 parent_fd = ioctl(child_fd, NS_GET_USERNS); in run()