Searched refs:NV_FLAG_NOENTOK (Results 1 – 2 of 2) sorted by relevance
105 #define NV_FLAG_NOENTOK 0x1 macro
1817 int noentok = (flag & NV_FLAG_NOENTOK ? 1 : 0); in nvlist_lookup_pairs()