ALIGNED_POINTER   110 ddb/db_aout.c  	if (ALIGNED_POINTER(vsymtab, long) == 0) {
ALIGNED_POINTER   124 ddb/db_aout.c  	if (ALIGNED_POINTER(strtab, int) == 0) {
ALIGNED_POINTER   112 ddb/db_elf.c   	if (ALIGNED_POINTER(symtab, long) == 0) {
ALIGNED_POINTER   198 ddb/db_elf.c   	    ALIGNED_POINTER(symtab_start, long) == 0 ||
ALIGNED_POINTER   199 ddb/db_elf.c   	    ALIGNED_POINTER(strtab_start, long) == 0) {
ALIGNED_POINTER   108 ddb/db_sym.c   	if (ALIGNED_POINTER(vss, long) == 0) {
ALIGNED_POINTER   551 dev/ic/ne2000.c 				} else if (ALIGNED_POINTER(data,
ALIGNED_POINTER   632 dev/isa/if_ec.c 			} else if (ALIGNED_POINTER(data, u_int16_t) == 0) {
ALIGNED_POINTER   660 dev/isa/if_we.c 			} else if (ALIGNED_POINTER(data, u_int16_t) == 0) {
ALIGNED_POINTER   572 net80211/ieee80211_input.c 	if (!ALIGNED_POINTER(mtod(m, caddr_t) + sizeof(*eh), u_int32_t)) {
ALIGNED_POINTER  1492 nfs/nfs_socket.c 	} while (!ALIGNED_POINTER(n->m_len, void *));
ALIGNED_POINTER  1509 nfs/nfs_socket.c 		if (!ALIGNED_POINTER(m->m_data, void *) ||
ALIGNED_POINTER  1510 nfs/nfs_socket.c 		    !ALIGNED_POINTER(m->m_len,  void *)) {
ALIGNED_POINTER  1533 nfs/nfs_socket.c 			if (!ALIGNED_POINTER(m->m_len, void *))