Home
last modified time | relevance | path

Searched refs:LINUX_REBOOT_CMD_CAD_OFF (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/libc-test/src/functionalext/reboot/
H A Dreboot.c23 #define LINUX_REBOOT_CMD_CAD_OFF 0x00000000 macro
37 * @tc.desc : test reboot with flag LINUX_REBOOT_CMD_CAD_OFF
42 TEST(reboot(LINUX_REBOOT_CMD_CAD_OFF) == 0); in reboot_0020()
/third_party/ltp/testcases/kernel/syscalls/reboot/
H A Dreboot01.c13 * Test LINUX_REBOOT_CMD_CAD_ON, LINUX_REBOOT_CMD_CAD_OFF commands,
29 {CMD_DESC(LINUX_REBOOT_CMD_CAD_OFF)},
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1618 pub const LINUX_REBOOT_CMD_CAD_OFF: ::c_int = 0x00000000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3426 pub const LINUX_REBOOT_CMD_CAD_OFF: ::c_int = 0x00000000; consts

Completed in 25 milliseconds