Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dvdev_impl.h48 char vp_nvlist[VDEV_PHYS_SIZE - sizeof (zio_eck_t)]; member
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c463 nvlist_unpack(vp->vp_nvlist, sizeof (vp->vp_nvlist), in vdev_label_read_config()
768 buf = vp->vp_nvlist; in vdev_label_init()
769 buflen = sizeof (vp->vp_nvlist); in vdev_label_init()
1114 buf = vp->vp_nvlist; in vdev_label_sync()
1115 buflen = sizeof (vp->vp_nvlist); in vdev_label_sync()
H A Dvdev_disk.c912 if (nvlist_unpack(label->vl_vdev_phys.vp_nvlist, in vdev_disk_read_rootlabel()
913 sizeof (label->vl_vdev_phys.vp_nvlist), config, 0) != 0) { in vdev_disk_read_rootlabel()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h247 char vp_nvlist[VDEV_PHYS_SIZE - sizeof (zio_eck_t)]; member
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c888 if (nvlist_unpack(label->vl_vdev_phys.vp_nvlist, in zpool_read_label()
889 sizeof (label->vl_vdev_phys.vp_nvlist), config, 0) != 0) in zpool_read_label()
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1540 if (nvlist_unpack(vdev->vp_nvlist, &nvlist)) in check_pool_label()
/titanic_41/usr/src/cmd/zdb/
H A Dzdb.c2126 char *path, *buf = label.vl_vdev_phys.vp_nvlist; in dump_label()
2127 size_t buflen = sizeof (label.vl_vdev_phys.vp_nvlist); in dump_label()