Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/zfs/
H A Dzfs.c1506 nvlist_find_value(char *nvlist, char *name, int valtype, char **val, in nvlist_find_value() function
1569 found = nvlist_find_value(nvlist, name, DATA_TYPE_UINT64, &nvpair, &size, 0); in zfs_nvlist_lookup_uint64()
1590 found = nvlist_find_value(nvlist, name, DATA_TYPE_STRING, &nvpair, &size, 0); in zfs_nvlist_lookup_string()
1616 found = nvlist_find_value(nvlist, name, DATA_TYPE_NVLIST, &nvpair, in zfs_nvlist_lookup_nvlist()
1636 found = nvlist_find_value(nvlist, name, DATA_TYPE_NVLIST, &nvpair, in zfs_nvlist_lookup_nvlist_array_get_nelm()
1654 found = nvlist_find_value(nvlist, name, DATA_TYPE_NVLIST, &nvpair, in zfs_nvlist_lookup_nvlist_array()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0006-malloc-Use-overflow-checking-primitives-where-we-do-.patch868 found = nvlist_find_value (nvlist, name, DATA_TYPE_NVLIST, &nvpair,