Searched refs:vdev_phys_t (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | vdev_impl.h | 50 } vdev_phys_t; typedef 55 vdev_phys_t vl_vdev_phys; /* 112K */
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_label.c | 752 vdev_phys_t *vp; in vdev_label_read_config() 766 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_read_config() 777 sizeof (vdev_phys_t), NULL, NULL, flags); in vdev_label_read_config() 954 vdev_phys_t *vp; in vdev_label_init() 1040 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_init() 1041 abd_zero(vp_abd, sizeof (vdev_phys_t)); in vdev_label_init() 1130 sizeof (vdev_phys_t), NULL, NULL, flags); in vdev_label_init() 1665 vdev_phys_t *vp; in vdev_label_sync() 1686 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_sync() 1687 abd_zero(vp_abd, sizeof (vdev_phys_t)); in vdev_label_sync() [all …]
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | vdev_impl.h | 438 } vdev_phys_t; typedef 472 vdev_phys_t vl_vdev_phys; /* 112K */
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 1533 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/boot/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 526 } vdev_phys_t; typedef 551 vdev_phys_t vl_vdev_phys; /* 112K */
|
/illumos-gate/usr/src/boot/libsa/zfs/ |
H A D | zfsimpl.c | 1934 vdev_phys_t *label; in vdev_label_read_config() 1941 label = malloc(sizeof (vdev_phys_t)); in vdev_label_read_config() 1948 sizeof (vdev_phys_t))) in vdev_label_read_config()
|