Home
last modified time | relevance | path

Searched refs:minherit (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.81.4/bsd/sys/
H A Dmman.h290 int minherit(void *, size_t, int);
/xnu-12377.81.4/bsd/man/man2/
H A DMakefile135 minherit.2 \
/xnu-12377.81.4/tests/
H A Darm_mte.c1168 ret = minherit(tagged_ptr, alloc_size, NEW_INHERIT);
1563 int ret = minherit((void*) untagged_addr, ALLOC_SIZE, VM_INHERIT_SHARE);
/xnu-12377.81.4/tests/vm/
H A Dvm_stress.cpp1467 if ((err = minherit((void *)mappings[i], 2 * PAGE_SIZE, inheritance % 2)) != 0) {
H A Dvm_parameter_validation.c1411 int err = minherit(start, size, VM_INHERIT_SHARE); in call_minherit()
1425 int err = minherit(start, size, value); in call_minherit__inherit()
/xnu-12377.81.4/bsd/kern/
H A Dkern_mman.c1354 minherit(__unused proc_t p, struct minherit_args *uap, __unused int32_t *retval) in minherit() function