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

/u-boot/fs/zfs/
H A Dzfs.c1509 int name_len, type, encode_size; local
1527 while ((encode_size = be32_to_cpu(*(uint32_t *) nvlist))) {
1551 *size_out = encode_size;
1557 nvlist += encode_size; /* goto the next nvpair */
1689 uint32_t encode_size; local
1695 && (encode_size = be32_to_cpu(*(uint32_t *) nvpairptr)))
1696 nvlist += encode_size; /* goto the next nvpair */

Completed in 38 milliseconds