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

Function sys_minherit

freebsd/vm/vm_mmap.c:702–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700};
701#endif
702int
703sys_minherit(struct thread *td, struct minherit_args *uap)
704{
705
706 return (kern_minherit(td, (uintptr_t)uap->addr, uap->len,
707 uap->inherit));
708}
709
710int
711kern_minherit(struct thread *td, uintptr_t addr0, size_t len, int inherit0)

Callers

nothing calls this directly

Calls 1

kern_minheritFunction · 0.85

Tested by

no test coverage detected