Home
last modified time | relevance | path

Searched refs:EPWROFF (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Modules/
Derrnomodule.c914 #ifdef EPWROFF in errno_exec()
915 add_errcode("EPWROFF", EPWROFF, "Device power is off"); in errno_exec()
/external/rust/crates/nix/src/
Derrno.rs574 EPWROFF => "Device power is off", in desc()
1008 EPWROFF = libc::EPWROFF, enumerator
1126 libc::EPWROFF => EPWROFF, in from_i32()
/external/libpcap/
Dpcap-bpf.c2893 #ifdef EPWROFF
2894 || errno == EPWROFF
DCHANGES50 macOS: cope with getting EPWROFF from SIOCGIFMEDIA
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs1844 pub const EPWROFF: ::c_int = 82; constant