Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/nsfs/
Downer.c16 #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()
Dpidns.c23 #define NS_GET_USERNS _IO(NSIO, 0x1) macro
/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/
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.h9 #define NS_GET_USERNS _IO(NSIO, 0x1) macro
/external/strace/
Dnsfs.h10 # define NS_GET_USERNS _IO(NSIO, 0x1) macro
Dnsfs.c38 case NS_GET_USERNS: in nsfs_ioctl()