Home
last modified time | relevance | path

Searched refs:RB_DISABLE_CAD (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dreboot.h10 #define RB_DISABLE_CAD 0 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dreboot.h10 #define RB_DISABLE_CAD 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dreboot.h10 #define RB_DISABLE_CAD 0 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dreboot.h10 #define RB_DISABLE_CAD 0 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dreboot.h26 #define RB_DISABLE_CAD 0 macro
/third_party/musl/include/sys/
H A Dreboot.h10 #define RB_DISABLE_CAD 0 macro
/third_party/rust/crates/nix/src/sys/
H A Dreboot.rs39 /// Corresponds to calling `reboot(RB_ENABLE_CAD)` or `reboot(RB_DISABLE_CAD)` in C.
44 libc::RB_DISABLE_CAD in set_cad_enabled()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs980 pub const RB_DISABLE_CAD: ::c_int = 0x00000000u32 as i32; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2463 pub const RB_DISABLE_CAD: ::c_int = 0x00000000u32 as i32; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1860 pub const RB_DISABLE_CAD: ::c_int = 0x00000000u32 as i32; consts

Completed in 28 milliseconds