Searched defs:NVS_XDR_HDR_LEN (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c3240 #define NVS_XDR_HDR_LEN ((size_t)(5 * 4)) macro
3241 #define NVS_XDR_DATA_LEN(y) (((size_t)(y) <= NVS_XDR_HDR_LEN) ? \
3242 0 : ((size_t)(y) - NVS_XDR_HDR_LEN))

Completed in 67 milliseconds