Searched refs:nvlist_lookup_byte (Results 1 – 3 of 3) sorted by relevance
207 int nvlist_lookup_byte(nvlist_t *, const char *, uchar_t *);
334 VERIFY0(nvlist_lookup_byte(nvl, name, &rv)); in fnvlist_lookup_byte()
1638 nvlist_lookup_byte(nvlist_t *nvl, const char *name, uchar_t *val) in nvlist_lookup_byte() function