MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sys_mincore

Function sys_mincore

freebsd/vm/vm_mmap.c:800–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

798#endif
799
800int
801sys_mincore(struct thread *td, struct mincore_args *uap)
802{
803
804 return (kern_mincore(td, (uintptr_t)uap->addr, uap->len, uap->vec));
805}
806
807int
808kern_mincore(struct thread *td, uintptr_t addr0, size_t len, char *vec)

Callers

nothing calls this directly

Calls 1

kern_mincoreFunction · 0.85

Tested by

no test coverage detected