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 D | vdev_impl.h | 48 char vp_nvlist[VDEV_PHYS_SIZE - sizeof (zio_eck_t)]; member
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | vdev_label.c | 463 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 D | vdev_disk.c | 912 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 D | vdev_impl.h | 247 char vp_nvlist[VDEV_PHYS_SIZE - sizeof (zio_eck_t)]; member
|
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 888 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 D | fsys_zfs.c | 1540 if (nvlist_unpack(vdev->vp_nvlist, &nvlist)) in check_pool_label()
|
/titanic_41/usr/src/cmd/zdb/ |
H A D | zdb.c | 2126 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()
|