Searched refs:ES (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c61 #define ES(x) x macro
63 #define ES(x) macro
82 { BSM_ERRNO_ESUCCESS, 0, ES("Success") },
83 { BSM_ERRNO_EPERM, EPERM, ES("Operation not permitted") },
84 { BSM_ERRNO_ENOENT, ENOENT, ES("No such file or directory") },
85 { BSM_ERRNO_ESRCH, ESRCH, ES("No such process") },
86 { BSM_ERRNO_EINTR, EINTR, ES("Interrupted system call") },
87 { BSM_ERRNO_EIO, EIO, ES("Input/output error") },
88 { BSM_ERRNO_ENXIO, ENXIO, ES("Device not configured") },
89 { BSM_ERRNO_E2BIG, E2BIG, ES("Argumen
[all...]
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfasttrap_regset.h114 #define ES 2 macro

Completed in 23 milliseconds