Searched refs:nvlist_find_value (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c3660 nvlist_find_value (const char *nvlist_in, const char *name, function
3743 found = nvlist_find_value (nvlist, name, DATA_TYPE_UINT64, &nvpair, &size, 0);
3765 found = nvlist_find_value (nvlist, name, DATA_TYPE_STRING, &nvpair, &size, 0);
3792 found = nvlist_find_value (nvlist, name, DATA_TYPE_NVLIST, &nvpair,
3813 found = nvlist_find_value (nvlist, name, DATA_TYPE_NVLIST_ARRAY, &nvpair,
3847 found = nvlist_find_value (nvlist, name, DATA_TYPE_NVLIST_ARRAY, &nvpair,

Completed in 31 milliseconds