Home
last modified time | relevance | path

Searched refs:NS_GET_PARENT (Results 1 - 17 of 17) sorted by relevance

/third_party/ltp/include/lapi/
H A Dioctl_ns.h14 #ifndef NS_GET_PARENT
15 #define NS_GET_PARENT _IO(NSIO, 0x2) macro
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl_ns07.c23 static int requests[] = {NS_GET_PARENT, NS_GET_USERNS,
H A Dioctl_ns02.c10 * Test ioctl_ns with NS_GET_PARENT request.
36 parent_fd = ioctl(fd, NS_GET_PARENT); in run()
39 tst_brk(TCONF, "ioctl(NS_GET_PARENT) not implemented"); in run()
42 tst_res(TPASS, "NS_GET_PARENT fails with EINVAL"); in run()
H A Dioctl_ns01.c10 * Test ioctl_ns with NS_GET_PARENT request.
53 parent_fd = ioctl(fd, NS_GET_PARENT); in test_ns_get_parent()
56 tst_brk(TCONF, "ioctl(NS_GET_PARENT) not implemented"); in test_ns_get_parent()
59 tst_res(TPASS, "NS_GET_PARENT fails with EPERM"); in test_ns_get_parent()
H A Dioctl_ns05.c10 * Test ioctl_ns with NS_GET_PARENT request.
70 parent_fd = ioctl(child_fd, NS_GET_PARENT); in run()
76 tst_res(TCONF, "ioctl(NS_GET_PARENT) not implemented"); in run()
80 tst_brk(TBROK | TERRNO, "ioctl(NS_GET_PARENT) failed"); in run()
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dioctl.h115 #define NS_GET_PARENT 0xb702ul macro
1671 #define NS_GET_PARENT 0xb702ul macro
3231 #define NS_GET_PARENT 0xb702ul macro
4787 #define NS_GET_PARENT 0xb702ul macro
6234 #define NS_GET_PARENT 0x2000b702ul macro
7682 #define NS_GET_PARENT 0x2000b702ul macro
9232 #define NS_GET_PARENT 0x2000b702ul macro
10786 #define NS_GET_PARENT 0xb702ul macro
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dioctl.rs115 pub const NS_GET_PARENT: u32 = 46850; consts
/third_party/rust/crates/linux-raw-sys/gen/ioctl/
H A Dlist.c353 IOCTL_REQUEST(NS_GET_PARENT); in list()
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dioctl.rs110 pub const NS_GET_PARENT: u32 = 536917762; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dioctl.rs111 pub const NS_GET_PARENT: u32 = 536917762; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dioctl.rs110 pub const NS_GET_PARENT: u32 = 536917762; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dioctl.rs111 pub const NS_GET_PARENT: u32 = 536917762; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dioctl.rs115 pub const NS_GET_PARENT: u32 = 46850; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dioctl.rs115 pub const NS_GET_PARENT: u32 = 46850; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dioctl.rs115 pub const NS_GET_PARENT: u32 = 46850; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dioctl.rs115 pub const NS_GET_PARENT: u32 = 46850; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dioctl.rs115 pub const NS_GET_PARENT: u32 = 46850; consts

Completed in 101 milliseconds