Searched refs:inherit_memory (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/osfmk/mach/
H A Dmach_norma.defs199 inherit_memory : boolean_t;
211 inherit_memory : boolean_t;
242 inherit_memory : boolean_t;
H A Dhost_security.defs88 inherit_memory : boolean_t;
H A Dtask.defs78 * target task (or empty, if inherit_memory is FALSE).
83 inherit_memory : boolean_t;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_fork.c147 thread_t fork_create_child(task_t parent_task, proc_t child, int inherit_memory, int is64bit);
742 * inherit_memory TRUE, if the parents address space is
761 * in this case, 'inherit_memory' MUST be FALSE.
764 fork_create_child(task_t parent_task, proc_t child_proc, int inherit_memory, int is64bit) argument
772 inherit_memory,
917 * inherit_memory True if the child is to inherit
936 * and inherit_memory as the minor key is something we should
942 cloneproc(task_t parent_task, proc_t parent_proc, int inherit_memory) argument
953 child_thread = fork_create_child(parent_task, child_proc, inherit_memory, (parent_task == TASK_NULL) ? FALSE : (parent_proc->p_flag & P_LP64));
H A Dkern_exec.c165 thread_t fork_create_child(task_t parent_task, proc_t child_proc, int inherit_memory, int is64bit);
/darwin-on-arm/xnu/osfmk/kern/
H A Dtask.c321 __unused boolean_t inherit_memory,
343 __unused boolean_t inherit_memory,
396 boolean_t inherit_memory,
421 /* if inherit_memory is true, parent_task MUST not be NULL */
422 if (inherit_memory)
523 if (inherit_memory && parent_task->i386_ldt)
526 if (inherit_memory && parent_task->affinity_space)
317 task_create( task_t parent_task, __unused ledger_port_array_t ledger_ports, __unused mach_msg_type_number_t num_ledger_ports, __unused boolean_t inherit_memory, __unused task_t *child_task) argument
335 host_security_create_task_token( host_security_t host_security, task_t parent_task, __unused security_token_t sec_token, __unused audit_token_t audit_token, __unused host_priv_t host_priv, __unused ledger_port_array_t ledger_ports, __unused mach_msg_type_number_t num_ledger_ports, __unused boolean_t inherit_memory, __unused task_t *child_task) argument
394 task_create_internal( task_t parent_task, boolean_t inherit_memory, boolean_t is_64bit, task_t *child_task) argument
H A Dtask.h488 boolean_t inherit_memory,
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dtask.h57 boolean_t inherit_memory,
556 boolean_t inherit_memory; member in struct:__anon1106

Completed in 93 milliseconds