Searched refs:P2ALIGN_TYPED (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 179 size = P2ALIGN_TYPED(statbuf.st_size, sizeof (vdev_label_t), uint64_t); in zpool_clear_label()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sysmacros.h | 312 #define P2ALIGN_TYPED(x, align, type) \ macro
|
/illumos-gate/usr/src/uts/sun4v/os/ |
H A D | error.c | 642 va = P2ALIGN_TYPED(orig_va, MMU_PAGESIZE, uint64_t); in mem_sync()
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | fastboot.c | 349 fake_va = P2ALIGN_TYPED(fake_va, nk->fi_lpagesize, uintptr_t); in fastboot_build_pagetables()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_disk.c | 1128 size = P2ALIGN_TYPED(s, sizeof (vdev_label_t), uint64_t); in vdev_disk_read_rootlabel()
|
H A D | zfs_vnops.c | 4782 io_off = P2ALIGN_TYPED(off, blksz, u_offset_t); in zfs_putpage()
|
/illumos-gate/usr/src/lib/libzutil/common/ |
H A D | zutil_import.c | 923 size = P2ALIGN_TYPED(statbuf.st_size, sizeof (vdev_label_t), uint64_t); in zpool_read_label()
|