Home
last modified time | relevance | path

Searched refs:EPWROFF (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Modules/
H A Derrnomodule.c918 #ifdef EPWROFF in errno_exec()
919 add_errcode("EPWROFF", EPWROFF, "Device power is off"); in errno_exec()
/third_party/rust/crates/nix/src/
H A Derrno.rs1019 EPWROFF => "Device power is off",
1496 EPWROFF = libc::EPWROFF,
1614 libc::EPWROFF => EPWROFF,
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3047 pub const EPWROFF: ::c_int = 82; consts

Completed in 18 milliseconds