Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/nfs/ !
H A Dnfsm_subs.h103 #define nfsm_name_len_check(E, ND, LEN) \ argument
112 #define nfsm_assert(E, COND, ERR) \ argument
160 #define nfsmout_if(E) do { if (E) goto nfsmout; } while (0) argument
161 #define nfsmerr_if(E) do { if (E) goto nfsmerr; } while (0) argument
168 #define nfsmout_on_status(ND, E) \ argument
193 #define nfsm_mbuf_get(E, MBP, SIZEHINT) \ argument
207 #define nfsm_mbuf_getcluster(E, MBP, SIZEHINT) \ argument
241 #define nfsm_chain_build_alloc_init(E, NMC, SIZEHINT) \ argument
250 #define nfsm_chain_build_done(E, NMC) \ argument
259 #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-8792.61.2/EXTERNAL_HEADERS/ !
H A Dptrcheck.h86 #define __ended_by(E) __attribute__((__ended_by__(E))) argument
235 #define __ended_by(E) argument
/xnu-8792.61.2/iokit/DriverKit/ !
H A DIOReportTypes.h166 #define IOREPORT_MAKEID(A, B, C, D, E, F, G, H) \ argument
/xnu-8792.61.2/iokit/IOKit/ !
H A DIOReportTypes.h166 #define IOREPORT_MAKEID(A, B, C, D, E, F, G, H) \ argument
/xnu-8792.61.2/bsd/kern/ !
H A Dtty.c151 #define E 0x00 /* Even parity. */ macro
/xnu-8792.61.2/bsd/sys/ !
H A Dcdefs.h1003 #define __ended_by(E) argument