Searched refs:vl_vdev_phys (Results 1 – 10 of 10) sorted by relevance
| /illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/ |
| H A D | vdev_impl.h | 55 vdev_phys_t vl_vdev_phys; /* 112K */ member
|
| /illumos-gate/usr/src/lib/libzfs/common/ |
| H A D | libzfs_import.c | 193 if (nvlist_unpack(label->vl_vdev_phys.vp_nvlist, in zpool_clear_label() 194 sizeof (label->vl_vdev_phys.vp_nvlist), &config, 0) != 0) { in zpool_clear_label()
|
| /illumos-gate/usr/src/cmd/zinject/ |
| H A D | translate.c | 402 record->zi_start = offsetof(vdev_label_t, vl_vdev_phys); in translate_device()
|
| /illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
| H A D | vdev_impl.h | 472 vdev_phys_t vl_vdev_phys; /* 112K */ member
|
| /illumos-gate/usr/src/uts/common/fs/zfs/ |
| H A D | vdev_label.c | 776 offsetof(vdev_label_t, vl_vdev_phys), in vdev_label_read_config() 1129 offsetof(vdev_label_t, vl_vdev_phys), in vdev_label_init() 1696 offsetof(vdev_label_t, vl_vdev_phys), in vdev_label_sync()
|
| H A D | vdev_disk.c | 1141 if (nvlist_unpack(label->vl_vdev_phys.vp_nvlist, in vdev_disk_read_rootlabel() 1142 sizeof (label->vl_vdev_phys.vp_nvlist), config, 0) != 0) { in vdev_disk_read_rootlabel()
|
| /illumos-gate/usr/src/lib/libzutil/common/ |
| H A D | zutil_import.c | 935 if (nvlist_unpack(label->vl_vdev_phys.vp_nvlist, in zpool_read_label() 936 sizeof (label->vl_vdev_phys.vp_nvlist), config, 0) != 0) in zpool_read_label()
|
| /illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
| H A D | zfsimpl.h | 551 vdev_phys_t vl_vdev_phys; /* 112K */ member
|
| /illumos-gate/usr/src/boot/libsa/zfs/ |
| H A D | zfsimpl.c | 1651 o_phys = offsetof(vdev_label_t, vl_vdev_phys); in vdev_label_write_validate() 1947 offsetof(vdev_label_t, vl_vdev_phys), in vdev_label_read_config()
|
| /illumos-gate/usr/src/cmd/zdb/ |
| H A D | zdb.c | 3266 char *buf = label->label.vl_vdev_phys.vp_nvlist; in dump_label() 3267 size_t buflen = sizeof (label->label.vl_vdev_phys.vp_nvlist); in dump_label() 3338 size_t buflen = sizeof (label->label.vl_vdev_phys.vp_nvlist); in dump_label()
|