/third_party/ltp/include/lapi/ |
H A D | ioctl_ns.h | 14 #ifndef NS_GET_PARENT 15 #define NS_GET_PARENT _IO(NSIO, 0x2) macro
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
H A D | ioctl_ns07.c | 23 static int requests[] = {NS_GET_PARENT, NS_GET_USERNS,
|
H A D | ioctl_ns02.c | 10 * 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 D | ioctl_ns01.c | 10 * 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 D | ioctl_ns05.c | 10 * 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 D | ioctl.h | 115 #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 D | ioctl.rs | 115 pub const NS_GET_PARENT: u32 = 46850; consts
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
H A D | list.c | 353 IOCTL_REQUEST(NS_GET_PARENT); in list()
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | ioctl.rs | 110 pub const NS_GET_PARENT: u32 = 536917762; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | ioctl.rs | 111 pub const NS_GET_PARENT: u32 = 536917762; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | ioctl.rs | 110 pub const NS_GET_PARENT: u32 = 536917762; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | ioctl.rs | 111 pub const NS_GET_PARENT: u32 = 536917762; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | ioctl.rs | 115 pub const NS_GET_PARENT: u32 = 46850; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | ioctl.rs | 115 pub const NS_GET_PARENT: u32 = 46850; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | ioctl.rs | 115 pub const NS_GET_PARENT: u32 = 46850; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | ioctl.rs | 115 pub const NS_GET_PARENT: u32 = 46850; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | ioctl.rs | 115 pub const NS_GET_PARENT: u32 = 46850; consts
|