Searched refs:NV_ALIGN4 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Dnvpair.h114 #define NV_ALIGN4(x) (((x) + 3) & ~3) macro
/netbsd-current/external/cddl/osnet/dist/common/nvpair/
H A Dnvpair.c2826 * - name string, (4 + sizeof(NV_ALIGN4(string))
3108 * where name string size = 4 + NV_ALIGN4(strlen(NVP_NAME(nvp)))
3110 uint64_t nvp_sz = 4 + 4 + 4 + NV_ALIGN4(strlen(NVP_NAME(nvp))) + 4 + 4;
3137 nvp_sz += 4 + NV_ALIGN4(strlen((char *)NVP_VALUE(nvp)));
3141 nvp_sz += NV_ALIGN4(NVP_NELEM(nvp));
3164 nvp_sz += 4 + NV_ALIGN4(strlen(strs[i]));
3227 NV_ALIGN4((NVS_XDR_DATA_LEN(x) / 4)))

Completed in 129 milliseconds