Home
last modified time | relevance | path

Searched refs:P2ALIGN_TYPED (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dsysmacros.h305 #define P2ALIGN_TYPED(x, align, type) \ macro
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c878 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 Derror.c642 va = P2ALIGN_TYPED(orig_va, MMU_PAGESIZE, uint64_t); in mem_sync()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dvdev_disk.c899 size = P2ALIGN_TYPED(s, sizeof (vdev_label_t), uint64_t); in vdev_disk_read_rootlabel()
H A Dzfs_vnops.c4358 io_off = P2ALIGN_TYPED(off, blksz, u_offset_t); in zfs_putpage()
/titanic_41/usr/src/uts/i86pc/os/
H A Dfastboot.c357 fake_va = P2ALIGN_TYPED(fake_va, nk->fi_lpagesize, uintptr_t); in fastboot_build_pagetables()