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