Searched refs:encode_size (Results 1 – 1 of 1) sorted by relevance
1252 int i, encode_size; in nvlist_array() local1258 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() local1286 encode_size = BSWAP_32(*(uint32_t *)nvpair); in nvlist_next_nvpair()1287 nvpair += encode_size; in nvlist_next_nvpair()