Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libnv/
H A Dnvlist.c123 uint8_t nvlh_flags; member
862 nvlhdr.nvlh_flags = nvl->nvl_flags; in nvlist_pack_header()
864 nvlhdr.nvlh_flags |= NV_FLAG_BIG_ENDIAN; in nvlist_pack_header()
1059 if ((nvlhdrp->nvlh_flags & ~NV_FLAG_ALL_MASK) != 0) { in nvlist_check_header()
1064 if ((nvlhdrp->nvlh_flags & NV_FLAG_BIG_ENDIAN) == 0) { in nvlist_check_header()
1069 if ((nvlhdrp->nvlh_flags & NV_FLAG_BIG_ENDIAN) != 0) { in nvlist_check_header()
1101 if ((nvlhdr.nvlh_flags & ~NV_FLAG_ALL_MASK) != 0) in nvlist_unpack_header()
1105 nvl->nvl_flags = (nvlhdr.nvlh_flags & NV_FLAG_PUBLIC_MASK) | inarrayf; in nvlist_unpack_header()
1109 *isbep = (((int)nvlhdr.nvlh_flags & NV_FLAG_BIG_ENDIAN) != 0); in nvlist_unpack_header()