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 Dvdev_impl.h50 } vdev_phys_t; typedef in typeref:struct:vdev_phys
55 vdev_phys_t vl_vdev_phys; /* 112K */
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c446 vdev_phys_t *vp;
458 vp = zio_buf_alloc(sizeof (vdev_phys_t));
468 sizeof (vdev_phys_t), NULL, NULL, flags);
505 zio_buf_free(vp, sizeof (vdev_phys_t));
638 vdev_phys_t *vp;
722 vp = zio_buf_alloc(sizeof (vdev_phys_t));
723 bzero(vp, sizeof (vdev_phys_t));
783 zio_buf_free(vp, sizeof (vdev_phys_t));
810 sizeof (vdev_phys_t), NULL, NULL, flags);
836 zio_buf_free(vp, sizeof (vdev_phys_t));
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h264 } vdev_phys_t; typedef in typeref:struct:vdev_phys
269 vdev_phys_t vl_vdev_phys; /* 112K */
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1531 vdev_phys_t *vdev;
1542 vdev = (vdev_phys_t *)stack;
1543 stack += sizeof (vdev_phys_t);
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c906 vdev_phys_t *vdev_label = (vdev_phys_t *) zap_scratch;
932 BP_SET_LSIZE(&bp, sizeof(vdev_phys_t));
933 BP_SET_PSIZE(&bp, sizeof(vdev_phys_t));
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h497 } vdev_phys_t; typedef in typeref:struct:vdev_phys
502 vdev_phys_t vl_vdev_phys; /* 112K */

Completed in 242 milliseconds