Searched refs:nvlist_lookup_int8 (Results 1 – 3 of 3) sorted by relevance
207 int nvlist_lookup_int8(nvlist_t *, const char *, int8_t *);
342 VERIFY0(nvlist_lookup_int8(nvl, name, &rv)); in fnvlist_lookup_int8()
1373 nvlist_lookup_int8(nvlist_t *nvl, const char *name, int8_t *val) in nvlist_lookup_int8() function