Home
last modified time | relevance | path

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

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