Searched defs:nvpair (Results 1 - 4 of 4) sorted by relevance
| /osnet-11/usr/src/grub/grub-0.97/stage2/ |
| H A D | fsys_zfs.c | 1042 * encoded size of the nvpair (4 bytes) 1043 * decoded size of the nvpair (4 bytes) 1047 * # of elements in the nvpair (4 bytes) 1049 * 2 zero's for the last nvpair 1078 nvlist += encode_size; /* goto the next nvpair */ 1091 char *nvpair, *nvp_name, *strval = val; local 1098 * Loop thru the nvpair list 1103 nvpair = nvlist + 4 * 2; /* skip the encode/decode size */ 1105 name_len = BSWAP_32(*(uint32_t *)nvpair); 1106 nvpair [all...] |
| /osnet-11/usr/src/lib/libsysevent/ |
| H A D | libsysevent.c | 1360 nvpair_t *nvpair; local 1377 nvpair = NULL; 1378 if ((nvpair = nvlist_next_nvpair(nvl, nvpair)) == NULL) { 1384 /* Extract the class name from the nvpair */ 1385 if (nvpair_value_string(nvpair, &class_name) != 0) { 1402 * from the nvpair 1404 if ((nvpair = nvlist_next_nvpair(nvl, nvpair)) 1425 sc_list->sl_name = strdup(nvpair_name(nvpair)); 1489 nvpair_t *nvpair = NULL; local [all...] |
| /osnet-11/usr/src/lib/libshare_plugins/nfs/ |
| H A D | libshare_nfs.c | 1260 /* Get value from nvpair */ 1539 * Just add the new nvpair to the destination 2399 * if nvpair type == nvlist, then security list 2633 nvpair_t *nvpair; local 2635 for (nvpair = nvlist_next_nvpair(proplist, NULL); 2636 nvpair != NULL; 2637 nvpair = nvlist_next_nvpair(proplist, nvpair)) { 2638 if (nvpair_type(nvpair) == DATA_TYPE_NVLIST) { 3847 * retrieve the share nvlist from nvpair [all...] |
| /osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/ |
| H A D | zfs.c | 52 * For nvlist manipulation. (from nvpair.h) 3647 * encoded size of the nvpair (4 bytes) 3648 * decoded size of the nvpair (4 bytes) 3652 * # of elements in the nvpair (4 bytes) 3654 * 2 zero's for the last nvpair 3665 const char *nvpair, *nvp_name, *nvlist = nvlist_in; local 3681 * Loop thru the nvpair list 3695 nvpair = nvlist + 4 * 2; /* skip the encode/decode size */ 3697 name_len = grub_be_to_cpu32 (grub_get_unaligned32 (nvpair)); 3698 nvpair 3739 char *nvpair; local 3759 char *nvpair; local 3787 char *nvpair; local 3809 char *nvpair; local 3839 char *nvpair, *nvpairptr; local [all...] |
Completed in 46 milliseconds