Searched refs:NV_FLAG_IN_ARRAY (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/contrib/libnv/
H A Dnv_impl.h52 #define NV_FLAG_IN_ARRAY 0x100 macro
H A Dnvlist.c93 #define NV_FLAG_PRIVATE_MASK (NV_FLAG_BIG_ENDIAN | NV_FLAG_IN_ARRAY)
241 nvl->nvl_flags |= NV_FLAG_IN_ARRAY;
243 nvl->nvl_flags &= ~NV_FLAG_IN_ARRAY;
256 return ((nvl->nvl_flags & NV_FLAG_IN_ARRAY) != 0);
1095 inarrayf = (nvl->nvl_flags & NV_FLAG_IN_ARRAY);
H A Dnvpair.c1109 nvlist_set_flags(value[nvp->nvp_nitems - 1], NV_FLAG_IN_ARRAY);
1470 flags = nvlist_flags(nvls[nitems - 1]) | NV_FLAG_IN_ARRAY;
1735 flags = nvlist_flags(value[nitems - 1]) | NV_FLAG_IN_ARRAY;
1987 flags = nvlist_flags(nvl) | NV_FLAG_IN_ARRAY;

Completed in 137 milliseconds