Home
last modified time | relevance | path

Searched refs:vdev_phys_t (Results 1 – 6 of 6) sorted by path

/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c1933 vdev_phys_t *label; in vdev_label_read_config()
1940 label = malloc(sizeof (vdev_phys_t)); in vdev_label_read_config()
1947 sizeof (vdev_phys_t))) in vdev_label_read_config()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h526 } vdev_phys_t; typedef
551 vdev_phys_t vl_vdev_phys; /* 112K */
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1533 vdev_phys_t *vdev; in check_pool_label()
1543 vdev = (vdev_phys_t *)stack; in check_pool_label()
1544 stack += sizeof (vdev_phys_t); in check_pool_label()
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dvdev_impl.h50 } vdev_phys_t; typedef
55 vdev_phys_t vl_vdev_phys; /* 112K */
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h438 } vdev_phys_t; typedef
472 vdev_phys_t vl_vdev_phys; /* 112K */
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c741 vdev_phys_t *vp; in vdev_label_read_config()
755 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_read_config()
766 sizeof (vdev_phys_t), NULL, NULL, flags); in vdev_label_read_config()
943 vdev_phys_t *vp; in vdev_label_init()
1029 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_init()
1030 abd_zero(vp_abd, sizeof (vdev_phys_t)); in vdev_label_init()
1119 sizeof (vdev_phys_t), NULL, NULL, flags); in vdev_label_init()
1654 vdev_phys_t *vp; in vdev_label_sync()
1675 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_sync()
1676 abd_zero(vp_abd, sizeof (vdev_phys_t)); in vdev_label_sync()
[all …]