OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:memptr
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/stdlib/
aligned_alloc.c
44
void *
memptr
;
local
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
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)
Completed in 17 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026