Home
last modified time | relevance | path

Searched refs:mincore (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/bsd/sys/
H A Dmman.h278 int mincore(const void *, size_t, char *);
/xnu-8020.140.41/bsd/man/man2/
H A DMakefile131 mincore.2 \
/xnu-8020.140.41/bsd/kern/
H A Dkern_mman.c1219 mincore(__unused proc_t p, struct mincore_args *uap, __unused int32_t *retval) in mincore() function