Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1252 int i, encode_size; in nvlist_array() local
1258 while (encode_size = BSWAP_32(*(uint32_t *)nvlist)) in nvlist_array()
1259 nvlist += encode_size; /* goto the next nvpair */ in nvlist_array()
1276 int encode_size; in nvlist_next_nvpair() local
1286 encode_size = BSWAP_32(*(uint32_t *)nvpair); in nvlist_next_nvpair()
1287 nvpair += encode_size; in nvlist_next_nvpair()