Searched refs:nvlist_lookup_uint32 (Results 1 – 5 of 5) sorted by relevance
/netbsd/external/cddl/osnet/sys/sys/ |
H A D | nvnamespace.h | 153 #define nvlist_lookup_uint32 opensolaris_nvlist_lookup_uint32 macro
|
/netbsd/external/cddl/osnet/dist/uts/common/sys/ |
H A D | nvpair.h | 214 int nvlist_lookup_uint32(nvlist_t *, const char *, uint32_t *);
|
/netbsd/external/cddl/osnet/dist/common/nvpair/ |
H A D | fnvpair.c | 390 VERIFY0(nvlist_lookup_uint32(nvl, name, &rv)); in fnvlist_lookup_uint32()
|
H A D | nvpair.c | 1396 nvlist_lookup_uint32(nvlist_t *nvl, const char *name, uint32_t *val) in nvlist_lookup_uint32() function
|
/netbsd/external/cddl/osnet/dist/cmd/zfs/ |
H A D | zfs_main.c | 2338 (void) nvlist_lookup_uint32(lnvl, propname, &lv32); in us_compare() 2339 (void) nvlist_lookup_uint32(rnvl, propname, &rv32); in us_compare() 2592 (void) nvlist_lookup_uint32(nvl, "type", &ustype); in print_us_node()
|