roundup           119 compat/common/compat_exec.c 	epp->ep_daddr = roundup(epp->ep_taddr + execp->a_text, __LDPGSZ);
roundup           154 compat/hpux/m68k/hpux_exec.c 	epp->ep_daddr = epp->ep_taddr + roundup(execp->ha_text, HPUX_LDPGSZ);
roundup           210 compat/hpux/m68k/hpux_exec.c 	epp->ep_daddr = epp->ep_taddr + roundup(execp->ha_text, HPUX_LDPGSZ);
roundup           247 compat/hpux/m68k/hpux_exec.c 	epp->ep_daddr = epp->ep_taddr + roundup(execp->ha_text, HPUX_LDPGSZ);
roundup           190 compat/m68k4k/m68k4k_exec.c 	epp->ep_daddr = roundup(epp->ep_taddr + execp->a_text,
roundup           215 ddb/db_elf.c   		    (u_long)roundup(((char *)esymtab - (char *)symtab), 
roundup          5235 dev/ic/aic79xx.c 	max_list_size = roundup(sg_list_increment, PAGE_SIZE);
roundup           135 dev/ic/aic79xx_openbsd.h #define AHD_NSEG (roundup(btoc(MAXPHYS) + 1, 16))
roundup           125 dev/ic/aic7xxx_openbsd.h #define AHC_NSEG (roundup(btoc(MAXPHYS) + 1, 16))
roundup          2569 dev/ic/ar5212.c 	    (roundup(state->bs_sleepduration, interval) ==
roundup          2574 dev/ic/ar5212.c 	    (dtim == 0 || roundup(state->bs_sleepduration, dtim) ==
roundup          1388 dev/ic/ath.c   		, roundup(bf->bf_segs[0].ds_len, 4)	/* buffer length */
roundup          1474 dev/ic/ath.c   		nexttbtt = roundup(nexttbtt, intval);
roundup          1513 dev/ic/ath.c   			roundup(MS_TO_TU(100), bs.bs_intval);
roundup          1516 dev/ic/ath.c   			    roundup(bs.bs_sleepduration, bs.bs_dtimperiod);
roundup          2316 dev/ic/atw.c   	u_int8_t buf[roundup(1 /* length */ + IEEE80211_NWID_LEN, 2)];
roundup          2323 dev/ic/atw.c   	    roundup(1 + ic->ic_bss->ni_esslen, 2));
roundup          2337 dev/ic/atw.c   	u_int8_t buf[roundup(1 /* length */ + IEEE80211_RATE_SIZE, 2)];
roundup           899 dev/ic/gdt_common.c 	    roundup(GDT_CMD_UNION + GDT_CACHE_SG_LST + sg_canz * GDT_SG_SZ,
roundup           428 dev/ic/hme.c   	dma = (bus_addr_t)roundup((u_long)dma, 2048);
roundup           429 dev/ic/hme.c   	p = (caddr_t)roundup((u_long)p, 2048);
roundup           439 dev/ic/hme.c   	dma = (bus_addr_t)roundup((u_long)dma, 2048);
roundup           440 dev/ic/hme.c   	p = (caddr_t)roundup((u_long)p, 2048);
roundup           358 dev/ic/lsi64854.c 			bcnt = roundup(bcnt, PAGE_SIZE);
roundup           764 dev/ic/midway.c   ptr = roundup(ptr, EN_TXSZ * 1024);	/* align */
roundup           786 dev/ic/midway.c   ptr = roundup(ptr, EN_RXSZ * 1024);	/* align */
roundup          1857 dev/ic/midway.c   launch.need = roundup(launch.need - MID_TBD_SIZE, MID_ATMDATASZ);
roundup          2075 dev/ic/midway.c       len = roundup(len, sizeof(u_int32_t));
roundup          2834 dev/ic/midway.c   need = roundup(mlen, sizeof(u_int32_t));
roundup          2838 dev/ic/midway.c     tlen = roundup(tmp->m_len, sizeof(u_int32_t)); /* m_len set by en_mget */
roundup           721 dev/pci/gdt_pci.c 	u_int16_t cp_count = roundup(gdt->sc_cmd_len, sizeof (u_int32_t));
roundup           214 dev/sbus/agten.c 	    roundup(sc->sc_sunfb.sf_width, sc->sc_sunfb.sf_depth) *
roundup           165 kern/exec_aout.c 	epp->ep_daddr = roundup(epp->ep_taddr + execp->a_text, __LDPGSZ);
roundup           152 kern/kern_malloc_debug.c 	*addr = (void *)(md->md_va + PAGE_SIZE - roundup(size, sizeof(long)));
roundup           417 kern/subr_pool.c 	size = roundup(size, align);
roundup          1015 kern/subr_pool.c 	newpages = roundup(n, pp->pr_itemsperpage) / pp->pr_itemsperpage;
roundup          1175 kern/subr_pool.c 		: roundup(n, pp->pr_itemsperpage) / pp->pr_itemsperpage;
roundup          1197 kern/subr_pool.c 		: roundup(n, pp->pr_itemsperpage) / pp->pr_itemsperpage;
roundup          1226 kern/subr_pool.c 		: roundup(n, pp->pr_itemsperpage) / pp->pr_itemsperpage;
roundup          2037 kern/tty.c     	tp->t_hiwat = roundup(x, CBSIZE);
roundup            73 lib/libsa/cd9660.c #define	PTSIZE(pp)	roundup(PTFIXSZ + isonum_711((pp)->namlen), 2)
roundup           174 lib/libsa/cd9660.c 		buf = alloc(buf_size = roundup(psize, ISO_DEFAULT_BLOCK_SIZE));
roundup           243 lib/libsa/cd9660.c 				psize = roundup(psize, ISO_DEFAULT_BLOCK_SIZE);
roundup           165 lib/libsa/loadfile_elf.c 	elfp = maxp = roundup(maxp, sizeof(long));
roundup           184 lib/libsa/loadfile_elf.c 		maxp += roundup(sz, sizeof(long));
roundup           191 lib/libsa/loadfile_elf.c 		off = roundup((sizeof(Elf_Ehdr) + sz), sizeof(long));
roundup           216 lib/libsa/loadfile_elf.c 				maxp += roundup(shp[i].sh_size,
roundup           219 lib/libsa/loadfile_elf.c 				off += roundup(shp[i].sh_size, sizeof(long));
roundup           141 lib/libsa/nfs.c 	len = 4 + roundup(len, 4);
roundup           204 lib/libsa/nfs.c 	len = 4 + roundup(len, 4);
roundup           157 net/if_sl.c    #define	SLIP_HIWAT	roundup(50,CBSIZE)
roundup           198 net/if_strip.c #define	SLIP_HIWAT	roundup(50,CBSIZE)
roundup          3199 netinet/tcp_input.c 		bufsize = roundup(bufsize, mss);
roundup          3207 netinet/tcp_input.c 		bufsize = roundup(bufsize, mss);
roundup           171 sys/tty.h      #define	TTMAXHIWAT	roundup(2048, CBSIZE)
roundup           172 sys/tty.h      #define	TTMINHIWAT	roundup(100, CBSIZE)
roundup           347 ufs/ext2fs/ext2fs_lookup.c 	endsearch = roundup(ext2fs_size(dp), dirblksize);
roundup           490 ufs/ext2fs/ext2fs_lookup.c 			dp->i_offset = roundup(ext2fs_size(dp), dirblksize);
roundup           499 ufs/ext2fs/ext2fs_lookup.c 		dp->i_endoff = roundup(enduseful, dirblksize);
roundup           797 ufs/ext2fs/ext2fs_lookup.c 				roundup(ext2fs_size(dp), dirblksize));
roundup           250 ufs/ufs/ufs_lookup.c 	endsearch = roundup(DIP(dp, size), DIRBLKSIZ);
roundup           397 ufs/ufs/ufs_lookup.c 			dp->i_offset = roundup(DIP(dp, size), DIRBLKSIZ);
roundup           412 ufs/ufs/ufs_lookup.c 		dp->i_endoff = roundup(enduseful, DIRBLKSIZ);
roundup           608 uvm/uvm_amap.c 			endva = roundup(endva, chunksize);
roundup          1088 uvm/uvm_map.c  			hint = roundup(hint, align);
roundup          1326 uvm/uvm_map.c  				hint = roundup(hint, align);
roundup           206 uvm/uvm_pglist.c 	try = roundup(low, alignment);