Searched refs:nvlist (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/zfs/ |
| H A D | zfs.h | 98 int zfs_fetch_nvlist(device_t dev, char **nvlist); 102 char *zfs_nvlist_lookup_string(char *nvlist, char *name); 103 char *zfs_nvlist_lookup_nvlist(char *nvlist, char *name); 104 int zfs_nvlist_lookup_uint64(char *nvlist, char *name, 106 char *zfs_nvlist_lookup_nvlist_array(char *nvlist, char *name, 108 int zfs_nvlist_lookup_nvlist_array_get_nelm(char *nvlist, char *name);
|
| /OK3568_Linux_fs/u-boot/fs/zfs/ |
| H A D | zfs.c | 1506 nvlist_find_value(char *nvlist, char *name, int valtype, char **val, in nvlist_find_value() argument 1515 if (nvlist[0] != NV_ENCODE_XDR || (nvlist[1] != NV_LITTLE_ENDIAN in nvlist_find_value() 1516 && nvlist[1] != NV_BIG_ENDIAN)) { in nvlist_find_value() 1522 nvlist = nvlist + 4 * 3; in nvlist_find_value() 1527 while ((encode_size = be32_to_cpu(*(uint32_t *) nvlist))) { in nvlist_find_value() 1530 nvpair = nvlist + 4 * 2; /* skip the encode/decode size */ in nvlist_find_value() 1557 nvlist += encode_size; /* goto the next nvpair */ in nvlist_find_value() 1563 zfs_nvlist_lookup_uint64(char *nvlist, char *name, uint64_t *out) in zfs_nvlist_lookup_uint64() argument 1569 found = nvlist_find_value(nvlist, name, DATA_TYPE_UINT64, &nvpair, &size, 0); in zfs_nvlist_lookup_uint64() 1582 zfs_nvlist_lookup_string(char *nvlist, char *name) in zfs_nvlist_lookup_string() argument [all …]
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0006-malloc-Use-overflow-checking-primitives-where-we-do-.patch | 860 @@ -3468,14 +3472,18 @@ grub_zfs_nvlist_lookup_nvlist (const char *nvlist, const char *name) 868 found = nvlist_find_value (nvlist, name, DATA_TYPE_NVLIST, &nvpair, 880 grub_memcpy (ret, nvlist, sizeof (grub_uint32_t));
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |