OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NV_ALIGN4
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/sys/
nvpair.h
114
#define
NV_ALIGN4
(x) (((x) + 3) & ~3)
/src/external/cddl/osnet/dist/common/nvpair/
nvpair.c
2832
* - name string, (4 + sizeof(
NV_ALIGN4
(string))
3114
* where name string size = 4 +
NV_ALIGN4
(strlen(NVP_NAME(nvp)))
3116
uint64_t nvp_sz = 4 + 4 + 4 +
NV_ALIGN4
(strlen(NVP_NAME(nvp))) + 4 + 4;
3143
nvp_sz += 4 +
NV_ALIGN4
(strlen((char *)NVP_VALUE(nvp)));
3147
nvp_sz +=
NV_ALIGN4
(NVP_NELEM(nvp));
3170
nvp_sz += 4 +
NV_ALIGN4
(strlen(strs[i]));
3233
NV_ALIGN4
((NVS_XDR_DATA_LEN(x) / 4)))
Completed in 23 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026