Home
last modified time | relevance | path

Searched refs:nvpair (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/zfs/
H A Dzfs.c1510 char *nvpair, *nvp_name; in nvlist_find_value() local
1530 nvpair = nvlist + 4 * 2; /* skip the encode/decode size */ in nvlist_find_value()
1532 name_len = be32_to_cpu(*(uint32_t *) nvpair); in nvlist_find_value()
1533 nvpair += 4; in nvlist_find_value()
1535 nvp_name = nvpair; in nvlist_find_value()
1536 nvpair = nvpair + ((name_len + 3) & ~3); /* align */ in nvlist_find_value()
1538 type = be32_to_cpu(*(uint32_t *) nvpair); in nvlist_find_value()
1539 nvpair += 4; in nvlist_find_value()
1541 nelm = be32_to_cpu(*(uint32_t *) nvpair); in nvlist_find_value()
1547 nvpair += 4; in nvlist_find_value()
[all …]
/OK3568_Linux_fs/buildroot/package/zfs/
H A Dzfs.mk74 module/nvpair \
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0006-malloc-Use-overflow-checking-primitives-where-we-do-.patch862 char *nvpair;
868 found = nvlist_find_value (nvlist, name, DATA_TYPE_NVLIST, &nvpair,