Home
last modified time | relevance | path

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

/xnu-11215/bsd/dev/dtrace/scripts/
H A Derrno.d187 inline int EPWROFF = 82; variable
188 #pragma D binding "1.0" EPWROFF
/xnu-11215/bsd/sys/
H A Derrno.h219 #define EPWROFF 82 /* Device power is off */ macro
/xnu-11215/bsd/security/audit/
H A Daudit_bsm_errno.c456 #ifdef EPWROFF
457 .be_local_errno = EPWROFF,
/xnu-11215/osfmk/arm64/
H A Dmonotonic_arm64.c890 return EPWROFF; in uncore_read()
/xnu-11215/iokit/Kernel/
H A DIOService.cpp8256 return EPWROFF; in errnoFromReturn()
/xnu-11215/bsd/net/
H A Dif_bridge.c2819 case EPWROFF: in bridge_ioctl_add()