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

/u-boot/fs/zfs/
H A Dzfs.c58 * For nvlist manipulation. (from nvpair.h)
1493 * encoded size of the nvpair (4 bytes)
1494 * decoded size of the nvpair (4 bytes)
1498 * # of elements in the nvpair (4 bytes)
1500 * 2 zero's for the last nvpair
1510 char *nvpair, *nvp_name; local
1524 * Loop thru the nvpair list
1530 nvpair = nvlist + 4 * 2; /* skip the encode/decode size */
1532 name_len = be32_to_cpu(*(uint32_t *) nvpair);
1533 nvpair
1569 char *nvpair; local
1602 char *nvpair; local
1629 char *nvpair; local
1655 char *nvpair; local
1670 char *nvpair, *nvpairptr; local
[all...]

Completed in 34 milliseconds