Searched refs:EPWROFF (Results 1 – 5 of 5) sorted by relevance
914 #ifdef EPWROFF in errno_exec()915 add_errcode("EPWROFF", EPWROFF, "Device power is off"); in errno_exec()
574 EPWROFF => "Device power is off", in desc()1008 EPWROFF = libc::EPWROFF, enumerator1126 libc::EPWROFF => EPWROFF, in from_i32()
2893 #ifdef EPWROFF2894 || errno == EPWROFF
50 macOS: cope with getting EPWROFF from SIOCGIFMEDIA
1844 pub const EPWROFF: ::c_int = 82; constant