Searched refs:nvlh_flags (Results 1 – 2 of 2) sorted by relevance
832 nvlhdr.nvlh_flags = nvl->nvl_flags; in nvlist_pack_header()834 nvlhdr.nvlh_flags |= NV_FLAG_BIG_ENDIAN; in nvlist_pack_header()1033 if ((nvlhdrp->nvlh_flags & ~NV_FLAG_ALL_MASK) != 0) { in nvlist_check_header()1038 if ((nvlhdrp->nvlh_flags & NV_FLAG_BIG_ENDIAN) == 0) { in nvlist_check_header()1043 if ((nvlhdrp->nvlh_flags & NV_FLAG_BIG_ENDIAN) != 0) { in nvlist_check_header()1075 if ((nvlhdr.nvlh_flags & ~NV_FLAG_ALL_MASK) != 0) in nvlist_unpack_header()1079 nvl->nvl_flags = (nvlhdr.nvlh_flags & NV_FLAG_PUBLIC_MASK) | inarrayf; in nvlist_unpack_header()1083 *isbep = (((int)nvlhdr.nvlh_flags & NV_FLAG_BIG_ENDIAN) != 0); in nvlist_unpack_header()
48 uint8_t nvlh_flags; member