Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dnvpair.h105 #define NV_FLAG_NOENTOK 0x1 macro
/f-stack/freebsd/contrib/openzfs/module/nvpair/
H A Dnvpair.c1817 int noentok = (flag & NV_FLAG_NOENTOK ? 1 : 0); in nvlist_lookup_pairs()