Searched refs:nvlist_lookup_uint16 (Results 1 – 5 of 5) sorted by relevance
208 int nvlist_lookup_uint16(nvlist_t *, const char *, uint16_t *);
379 VERIFY0(nvlist_lookup_uint16(nvl, name, &rv)); in fnvlist_lookup_uint16()
1673 nvlist_lookup_uint16(nvlist_t *nvl, const char *name, uint16_t *val) in nvlist_lookup_uint16() function3686 EXPORT_SYMBOL(nvlist_lookup_uint16);
141 …<elf-symbol name='nvlist_lookup_uint16' type='func-type' binding='global-binding' visibility='defa…2078 …nvlist_lookup_uint16' mangled-name='nvlist_lookup_uint16' filepath='../../module/nvpair/nvpair.c' …
2946 (void) nvlist_lookup_uint16(nvinfo, ZPOOL_CONFIG_MMP_SEQ, in spa_activity_check_required()