Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libnv/
H A Dnvlist.c95 #define NV_FLAG_ALL_MASK (NV_FLAG_PRIVATE_MASK | NV_FLAG_PUBLIC_MASK) macro
1059 if ((nvlhdrp->nvlh_flags & ~NV_FLAG_ALL_MASK) != 0) { in nvlist_check_header()
1101 if ((nvlhdr.nvlh_flags & ~NV_FLAG_ALL_MASK) != 0) in nvlist_unpack_header()