Home
last modified time | relevance | path

Searched refs:vl_vdev_phys (Results 1 – 10 of 10) sorted by relevance

/NextBSD/usr.sbin/fstyp/
HDzfs.c65 vdev_phys = &(vdev_label->vl_vdev_phys); in fstyp_zfs()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDvdev_label.c459 offsetof(vdev_label_t, vl_vdev_phys), in vdev_label_read_config()
811 offsetof(vdev_label_t, vl_vdev_phys), in vdev_label_init()
1131 offsetof(vdev_label_t, vl_vdev_phys), in vdev_label_sync()
HDvdev_disk.c914 if (nvlist_unpack(label->vl_vdev_phys.vp_nvlist, in vdev_disk_read_rootlabel()
915 sizeof (label->vl_vdev_phys.vp_nvlist), config, 0) != 0) { in vdev_disk_read_rootlabel()
HDvdev_geom.c284 buflen = sizeof(label->vl_vdev_phys.vp_nvlist); in vdev_geom_read_config()
295 buf = label->vl_vdev_phys.vp_nvlist; in vdev_geom_read_config()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDvdev_impl.h277 vdev_phys_t vl_vdev_phys; /* 112K */ member
/NextBSD/cddl/contrib/opensolaris/cmd/zinject/
HDtranslate.c479 record->zi_start = offsetof(vdev_label_t, vl_vdev_phys); in translate_device()
/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_import.c890 if (nvlist_unpack(label->vl_vdev_phys.vp_nvlist, in zpool_read_label()
891 sizeof (label->vl_vdev_phys.vp_nvlist), config, 0) != 0) in zpool_read_label()
/NextBSD/sys/cddl/boot/zfs/
HDzfsimpl.h494 vdev_phys_t vl_vdev_phys; /* 112K */ member
/NextBSD/cddl/contrib/opensolaris/cmd/zdb/
HDzdb.c2152 char *path, *buf = label.vl_vdev_phys.vp_nvlist; in dump_label()
2153 size_t buflen = sizeof (label.vl_vdev_phys.vp_nvlist); in dump_label()
/NextBSD/sys/boot/zfs/
HDzfsimpl.c905 off = offsetof(vdev_label_t, vl_vdev_phys); in vdev_probe()