Home
last modified time | relevance | path

Searched defs:E (Results 1 – 9 of 9) sorted by relevance

/xnu-10063.101.15/bsd/nfs/
H A Dnfsm_subs.h101 #define nfsm_name_len_check(E, ND, LEN) \ argument
110 #define nfsm_assert(E, COND, ERR) \ argument
158 #define nfsmout_if(E) do { if (E) goto nfsmout; } while (0) argument
159 #define nfsmerr_if(E) do { if (E) goto nfsmerr; } while (0) argument
166 #define nfsmout_on_status(ND, E) \ argument
191 #define nfsm_mbuf_get(E, MBP, SIZEHINT) \ argument
205 #define nfsm_mbuf_getcluster(E, MBP, SIZEHINT) \ argument
239 #define nfsm_chain_build_alloc_init(E, NMC, SIZEHINT) \ argument
248 #define nfsm_chain_build_done(E, NMC) \ argument
257 #define nfsm_chain_check_size(E, NMC, SIZE) \ argument
[all …]
H A Dxdr_subs.h462 #define xb_build_done(E, XB) \ argument
469 #define xb_add_32(E, XB, VAL) \ argument
478 #define xb_add_64(E, XB, VAL) \ argument
488 #define xb_add_word_array(E, XB, A, LEN) \ argument
495 #define xb_add_bitmap(E, XB, B, LEN) xb_add_word_array((E), (XB), (B), (LEN)) argument
498 #define xb_add_fh(E, XB, FHP, FHLEN) \ argument
506 #define xb_add_string(E, XB, S, LEN) \ argument
519 #define xb_skip(E, XB, LEN) \ argument
526 #define xb_get_32(E, XB, LVAL) \ argument
537 #define xb_get_64(E, XB, LVAL) \ argument
[all …]
/xnu-10063.101.15/EXTERNAL_HEADERS/
H A Dptrcheck.h86 #define __ended_by(E) __attribute__((__ended_by__(E))) argument
145 #define __unsafe_forge_terminated_by(T, P, E) \ argument
270 #define __ended_by(E) argument
287 #define __unsafe_forge_terminated_by(T, P, E) ((T)(P)) argument
/xnu-10063.101.15/EXTERNAL_HEADERS/CoreEntitlements/
H A DResult.h23 static inline CEError_t CEErrorPassThrough(CEError_t E) { in CEErrorPassThrough()
/xnu-10063.101.15/EXTERNAL_HEADERS/CoreTrust/
H A DCTConfig.h29 #define __ended_by(E) argument
/xnu-10063.101.15/iokit/IOKit/
H A DIOReportTypes.h166 #define IOREPORT_MAKEID(A, B, C, D, E, F, G, H) \ argument
/xnu-10063.101.15/iokit/DriverKit/
H A DIOReportTypes.h166 #define IOREPORT_MAKEID(A, B, C, D, E, F, G, H) \ argument
/xnu-10063.101.15/bsd/sys/
H A Dcdefs.h1106 #define __ended_by(E) argument
1123 #define __unsafe_forge_terminated_by(T, P, E) ((T)(P)) argument
/xnu-10063.101.15/bsd/kern/
H A Dtty.c151 #define E 0x00 /* Even parity. */ macro