Home
last modified time | relevance | path

Searched refs:LVAL (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dxdr_subs.h499 #define xb_get_32(E, XB, LVAL) \ argument
502 (LVAL) = (typeof((LVAL))) 0; \
506 (LVAL) = fxdr_unsigned(uint32_t, __tmp); \
510 #define xb_get_64(E, XB, LVAL) \ argument
513 (LVAL) = 0; \
517 fxdr_hyper(&__tmp, &(LVAL)); \
H A Dnfsm_subs.h600 #define nfsm_chain_get_32(E, NMC, LVAL) \ argument
603 (LVAL) = 0; \
614 (LVAL) = fxdr_unsigned(uint32_t, *__tmpptr); \
618 #define nfsm_chain_get_64(E, NMC, LVAL) \ argument
621 (LVAL) = 0; \
632 fxdr_hyper(__tmpptr, &(LVAL)); \