Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/nfs/
H A Dxdr_subs.h526 #define xb_get_32(E, XB, LVAL) \ argument
529 (LVAL) = (typeof((LVAL))) 0; \
533 (LVAL) = fxdr_unsigned(uint32_t, __tmp); \
537 #define xb_get_64(E, XB, LVAL) \ argument
540 (LVAL) = 0; \
544 fxdr_hyper(&__tmp, &(LVAL)); \
H A Dnfsm_subs.h438 #define nfsm_chain_get_32(E, NMC, LVAL) \ argument
441 (LVAL) = 0; \
452 (LVAL) = fxdr_unsigned(uint32_t, *__tmpptr); \
456 #define nfsm_chain_get_64(E, NMC, LVAL) \ argument
459 (LVAL) = 0; \
470 fxdr_hyper(__tmpptr, &(LVAL)); \