Symbol: nvp_header_t
stand/libsa/zfs/nvlist.c
1162
nvp_header_t head, *hp;
stand/libsa/zfs/nvlist.c
1215
hp = (nvp_header_t *)nvl->nv_idx;
stand/libsa/zfs/nvlist.c
1540
nvp_header_t *
stand/libsa/zfs/nvlist.c
1543
nvp_header_t *nvh;
stand/libsa/zfs/nvlist.c
1558
nvpair_print(nvp_header_t *nvp, unsigned int indent)
stand/libsa/zfs/nvlist.c
1689
nvp_header_t *nvp;
stand/libsa/zfs/nvlist.c
1695
nvp = (nvp_header_t *)((uint8_t *)nvp + nvp->encoded_size);
stand/libsa/zfs/nvlist.c
538
nvp_header_t *nvph;
stand/libsa/zfs/nvlist.c
568
nvph = (nvp_header_t *)(xdr->xdr_idx);
stand/libsa/zfs/nvlist.c
610
nvp_header_t *
stand/libsa/zfs/nvlist.c
611
nvlist_next_nvpair(nvlist_t *nvl, nvp_header_t *nvh)
stand/libsa/zfs/nvlist.c
647
return ((nvp_header_t *)pair);
stand/libsa/zfs/nvlist.c
650
nvh = (nvp_header_t *)xdr.xdr_idx;
stand/libsa/zfs/nvlist.c
802
nvp_header_t *nvp;
stand/libsa/zfs/nvlist.c
845
nvp = (nvp_header_t *)head;
stand/libsa/zfs/nvlist.c
881
nvp_header_t *nvp;
stand/libsa/zfs/nvlist.c
887
nvp = (nvp_header_t *)((uint8_t *)nvp + nvp->encoded_size);
stand/libsa/zfs/nvlist.c
900
nvp_header_t *nvp;
stand/libsa/zfs/nvlist.c
971
nvp = (nvp_header_t *)((uint8_t *)nvp + nvp->encoded_size);
stand/libsa/zfs/nvlist.h
111
nvp_header_t nvl_pair;
stand/libsa/zfs/nvlist.h
131
nvp_header_t *nvpair_find(nvlist_t *, const char *);
stand/libsa/zfs/nvlist.h
132
void nvpair_print(nvp_header_t *, unsigned int);
stand/libsa/zfs/nvlist.h
137
nvp_header_t *nvlist_next_nvpair(nvlist_t *, nvp_header_t *);
stand/libsa/zfs/zfs.c
1114
nvp_header_t *nvh;
stand/libsa/zfs/zfs.c
1298
nvp_header_t *nvh = ptr;
stand/libsa/zfs/zfs.c
1399
nvp_header_t *nvh;
stand/libsa/zfs/zfsimpl.c
183
nvp_header_t *nvp;
stand/libsa/zfs/zfsimpl.c
222
nvp = (nvp_header_t *)((uint8_t *)nvp + nvp->encoded_size);
usr.sbin/makefs/zfs/dsl.c
490
for (nvp_header_t *nvh = NULL;