Searched refs:NV_FLAG_PUBLIC_MASK (Results 1 – 1 of 1) sorted by relevance
94 #define NV_FLAG_PUBLIC_MASK (NV_FLAG_IGNORE_CASE | NV_FLAG_NO_UNIQUE) macro95 #define NV_FLAG_ALL_MASK (NV_FLAG_PRIVATE_MASK | NV_FLAG_PUBLIC_MASK)133 PJDLOG_ASSERT((flags & ~(NV_FLAG_PUBLIC_MASK)) == 0); in nvlist_create()314 return (nvl->nvl_flags & NV_FLAG_PUBLIC_MASK); in nvlist_flags()407 newnvl = nvlist_create(nvl->nvl_flags & NV_FLAG_PUBLIC_MASK); in nvlist_clone()1105 nvl->nvl_flags = (nvlhdr.nvlh_flags & NV_FLAG_PUBLIC_MASK) | inarrayf; in nvlist_unpack_header()1128 PJDLOG_ASSERT((flags & ~(NV_FLAG_PUBLIC_MASK)) == 0); in nvlist_xunpack()