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

/u-boot/fs/zfs/
H A Dzfs.c1506 nvlist_find_value(char *nvlist, char *name, int valtype, char **val, function
1573 found = nvlist_find_value(nvlist, name, DATA_TYPE_UINT64, &nvpair, &size, 0);
1608 found = nvlist_find_value(nvlist, name, DATA_TYPE_STRING, &nvpair, &size, 0);
1634 found = nvlist_find_value(nvlist, name, DATA_TYPE_NVLIST, &nvpair,
1659 found = nvlist_find_value(nvlist, name, DATA_TYPE_NVLIST, &nvpair,
1677 found = nvlist_find_value(nvlist, name, DATA_TYPE_NVLIST, &nvpair,

Completed in 85 milliseconds