Searched refs:rounddown (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libcmd/common/
H A Drevlib.c30 #define rounddown(n,size) (((n)-1)&~((size)-1)) macro
56 offset = rounddown(offset,BUFSIZE);
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h294 #define rounddown(x, y) (((x)/(y))*(y)) macro
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_init.c156 total_blocks = rounddown(md->c.un_actual_tb, cylsize);
188 total_blocks = rounddown(md->c.un_actual_tb, cylsize);
H A Dmeta_stripe.c1415 size = rounddown(size, interlace);
1757 size = rounddown(size, rp->interlace);
2017 size = rounddown(size, rp->interlace);
H A Dmeta_raid.c1990 size = rounddown(size, raidp->interlace);
2288 mr->un_pwsize = rounddown(((uint_t)(disk_size - column_size)), 2);
/illumos-gate/usr/src/uts/sun4u/opl/sys/
H A Ddrmach.h105 #define rounddown(x, y) ((x) & ~(y - 1)) macro
/illumos-gate/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c120 #define rounddown(x, y) ((x) & ~((y) - 1)) macro
566 vp_boff = rounddown(off, bsize);
568 vp_baddr = (caddr_t)rounddown((uintptr_t)addr, bsize);
/illumos-gate/usr/src/head/
H A Dmeta.h81 #ifndef rounddown
82 #define rounddown(x, y) (((x) / (y)) * (y)) macro
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddr_mem.c1213 new_pa = rounddown(ml0.ml_address + ml0.ml_size - 1,

Completed in 124 milliseconds