/src/lib/libc/stdlib/ |
aligned_alloc.c | 44 void *memptr; local in function:aligned_alloc 63 err = posix_memalign(&memptr, alignment, size); 69 return memptr;
|
/src/sys/arch/mips/mips/ |
in_cksum.c | 58 union memptr { union 65 static inline uint32_t fastsum(union memptr, int, unsigned int, int); 77 fastsum(union memptr buf, int n, unsigned int oldsum, int odd_aligned) 252 /*u_short **/ union memptr w;
|
/src/sys/arch/evbmips/mipssim/ |
machdep.c | 230 uint32_t *memptr; local in function:mach_init_memory 243 memptr = (void *)MIPS_PHYS_TO_KSEG1(addr - sizeof(*memptr)); 245 if (badaddr(memptr, sizeof(uint32_t)) < 0) 265 memptr = (void *)MIPS_PHYS_TO_XKPHYS(CCA_CACHEABLE, 266 addr - sizeof(*memptr)); 267 if (badaddr(memptr, sizeof(uint32_t)) < 0)
|