ALIGN             242 altq/altq_cdnr.c 	if (handle != ALIGN(cb))
ALIGN            2508 arch/i386/i386/machdep.c 	segp->c_size = dbtob(1) - ALIGN(sizeof(*segp));
ALIGN             180 arch/i386/i386/vm_machdep.c 	chdr->c_hdrsize = ALIGN(sizeof(*chdr));
ALIGN             181 arch/i386/i386/vm_machdep.c 	chdr->c_seghdrsize = ALIGN(sizeof(cseg));
ALIGN             219 compat/common/compat_util.c 	sz = ALIGN(sz);
ALIGN              51 compat/ibcs2/ibcs2_dirent.h #define IBCS2_RECLEN(de,namlen) ALIGN((IBCS2_NAMEOFF(de) + (namlen) + 1))
ALIGN              56 compat/linux/linux_dirent.h #define LINUX_RECLEN(de,namlen) ALIGN((LINUX_NAMEOFF(de) + (namlen) + 1))
ALIGN              45 compat/sunos/sunos_dirent.h #define SUNOS_RECLEN(de,namlen) ALIGN((SUNOS_NAMEOFF(de) + (namlen) + 1))
ALIGN              51 compat/svr4/svr4_dirent.h #define SVR4_RECLEN(de,namlen) ALIGN((SVR4_NAMEOFF(de) + (namlen) + 1))
ALIGN             403 dev/ic/am7990.c 	pad = ALIGN(sizeof(struct ether_header)) - sizeof(struct ether_header);
ALIGN             389 dev/ic/an.c    	off = ALIGN(sizeof(struct ieee80211_frame));
ALIGN            1154 dev/ic/awi.c   	if (ALIGN(mtod(m0, caddr_t) + sizeof(struct ether_header)) !=
ALIGN            1190 dev/ic/awi.c   				    ALIGN(n->m_data
ALIGN            1423 dev/ic/awi.c   			    ALIGN(m->m_data + hdrlen) - hdrlen;
ALIGN            1048 dev/ic/dp8390.c 			    ALIGN(m->m_data + sizeof(struct ether_header)) -
ALIGN            1399 dev/ic/elink3.c 	pad = ALIGN(sizeof(struct ether_header)) - sizeof(struct ether_header);
ALIGN            1016 dev/ic/i82596.c 			    ALIGN(m->m_data + sizeof(struct ether_header)) -
ALIGN             675 dev/ic/if_wi.c 		m->m_data = (caddr_t)ALIGN(m->m_data +
ALIGN             110 dev/ic/mk48txx.c 	sz = ALIGN(sizeof(struct todr_chip_handle)) + sizeof(struct mk48txx);
ALIGN             117 dev/ic/mk48txx.c 				 ALIGN(sizeof(struct todr_chip_handle)));
ALIGN             750 dev/ic/rln.c   	pad = ALIGN(sizeof(struct ether_header)) - sizeof(struct ether_header);
ALIGN             994 dev/ic/smc91cxx.c 	m->m_data = (caddr_t) ALIGN(mtod(m, caddr_t) +
ALIGN             765 dev/isa/if_ef_isapnp.c 	pad = ALIGN(sizeof(struct ether_header)) - sizeof(struct ether_header);
ALIGN            1578 dev/isa/if_ie.c 	iscp = (void *)ALIGN(realbase + IE_SCP_ADDR - sizeof(*iscp));
ALIGN            1903 dev/isa/if_ie.c #define	ALLOC(p, n)	_ALLOC(p, ALIGN(n))
ALIGN            2023 dev/isa/if_ie.c 	ptr = (void *)ALIGN(scb + 1);
ALIGN             598 dev/pcmcia/if_cnw.c 			    ALIGN(sizeof(struct ether_header)) -
ALIGN             805 dev/pcmcia/if_xe.c 			caddr_t newdata = (caddr_t)ALIGN(m->m_data +
ALIGN             507 dev/sbus/be.c  	pad = ALIGN(sizeof(struct ether_header)) - sizeof(struct ether_header);
ALIGN             346 dev/sbus/qe.c  	pad = ALIGN(sizeof(struct ether_header)) - sizeof(struct ether_header);
ALIGN             665 kern/init_main.c 		ucp = (caddr_t)ALIGN((u_long)ucp);
ALIGN             386 kern/kern_exec.c 	dp = (char *)ALIGN(dp);
ALIGN             395 kern/kern_exec.c 	len = ALIGN(len);	/* make the stack "safely" aligned */
ALIGN             199 kern/subr_extent.c 		cp += ALIGN(sizeof(struct extent_fixed));
ALIGN             200 kern/subr_extent.c 		sz -= ALIGN(sizeof(struct extent_fixed));
ALIGN             209 kern/subr_extent.c 		while (sz >= ALIGN(sizeof(struct extent_region))) {
ALIGN             211 kern/subr_extent.c 			cp += ALIGN(sizeof(struct extent_region));
ALIGN             212 kern/subr_extent.c 			sz -= ALIGN(sizeof(struct extent_region));
ALIGN             412 kern/subr_pool.c 		align = ALIGN(1);
ALIGN             465 kern/subr_pool.c 		    ALIGN(sizeof(struct pool_item_header));
ALIGN             753 kern/uipc_syscalls.c 					i = ALIGN(i);
ALIGN             168 lib/libsa/alloc.c 		if (size < ALIGN(sizeof (struct fl *)))
ALIGN             169 lib/libsa/alloc.c 			size = ALIGN(sizeof (struct fl *));
ALIGN             170 lib/libsa/alloc.c 		top += ALIGN(sizeof(unsigned)) + ALIGN(size);
ALIGN             175 lib/libsa/alloc.c 		*(unsigned *)help = ALIGN(size);
ALIGN             177 lib/libsa/alloc.c 		printf("=%p\n", help + ALIGN(sizeof(unsigned)));
ALIGN             179 lib/libsa/alloc.c 		return(help + ALIGN(sizeof(unsigned)));
ALIGN             192 lib/libsa/alloc.c 	printf("=%p (origsize %u)\n", help + ALIGN(sizeof(unsigned)),
ALIGN             195 lib/libsa/alloc.c 	return(help + ALIGN(sizeof(unsigned)));
ALIGN             202 lib/libsa/alloc.c 	    ALIGN(sizeof(unsigned)));
ALIGN             606 net80211/ieee80211_input.c 				    (caddr_t)ALIGN(n->m_data + sizeof(*eh)) -
ALIGN            1482 nfs/nfs_socket.c 		padding = min(ALIGN(n->m_len) - n->m_len, m->m_len);
ALIGN            1512 nfs/nfs_socket.c 			if (ALIGN(m->m_len) >= MINCLSIZE) {
ALIGN              84 sys/exec.h     	((caddr_t)ALIGN(STACKGAPBASE_UNALIGNED))
ALIGN             102 sys/extent.h   	(ALIGN(sizeof(struct extent_fixed)) +		\
ALIGN             103 sys/extent.h   	((ALIGN(sizeof(struct extent_region))) *	\
ALIGN             402 sys/socket.h   #define	__CMSG_ALIGN(len)	ALIGN(len)