Home
last modified time | relevance | path

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

/xnu-8792.41.9/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.h440 #define nfsm_chain_get_32(E, NMC, LVAL) \ argument
443 (LVAL) = 0; \
454 (LVAL) = fxdr_unsigned(uint32_t, *__tmpptr); \
458 #define nfsm_chain_get_64(E, NMC, LVAL) \ argument
461 (LVAL) = 0; \
472 fxdr_hyper(__tmpptr, &(LVAL)); \