| /src/tests/rump/rumpkern/ |
| t_lwproc.c | 112 ATF_TC(inherit); variable 113 ATF_TC_HEAD(inherit, tc) 116 atf_tc_set_md_var(tc, "descr", "new processes inherit creds from " 120 ATF_TC_BODY(inherit, tc) 310 ATF_TP_ADD_TC(tp, inherit);
|
| /src/sys/uvm/ |
| uvm_mmap.c | 624 syscallarg(int) inherit; 629 vm_inherit_t inherit; local 634 inherit = SCARG(uap, inherit); 640 inherit);
|
| uvm_map.c | 1283 const vm_inherit_t inherit = UVM_INHERIT(flags); local 1354 prot, maxprot, inherit, advice, 0)) { 1411 prot, maxprot, inherit, advice, 0)) { 1573 new_entry->inheritance = inherit; 3317 * => note that the inherit code is used during a "fork". see fork
|
| /src/sys/compat/netbsd32/ |
| netbsd32_syscallargs.h | 1463 syscallarg(int) inherit; member in struct:netbsd32_minherit_args
|
| /src/sys/sys/ |
| syscallargs.h | 1775 syscallarg(int) inherit; member in struct:sys_minherit_args
|