Searched refs:process (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dcreate_stuff.sh3 echo Raising process limits
H A DREADME68 [-1] (single process; overrides -P > 1)
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_process.c118 struct proc *t = current_proc(); /* target process */
200 AUDIT_ARG(process, t);
235 * If the process was stopped, wake up and run through
237 * process.
256 * You can't do what you want to the process if:
312 * Tell child process to kill itself after it
428 * determine if one process (cur_procp) can trace another process (traced_procp).
436 * You can't trace a process if:
437 * (1) it's the process tha
[all...]
H A Dkern_authorization.c471 kauth_authorize_process(kauth_cred_t credential, kauth_action_t action, struct proc *process, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3) argument
473 return(kauth_authorize_action(kauth_scope_process, credential, action, (uintptr_t)process, arg1, arg2, arg3));
484 /* arg0 - process to signal
485 * arg1 - signal to send the process
491 /* current_proc() - process that will do the tracing
492 * arg0 - process to be traced
779 * If the process has a umask ACL and one is not supplied, we use
798 * XXX TODO: <rdar://3634665> wants a "umask ACL" from the process.
849 * XXX the caller, fetch the umask ACL from the process,
H A Dkern_sig.c285 * Can process p, with ucred uc, send the signal signum to process q?
565 * process/thread pair.
629 * as we have to restart the process.
649 * Initialize signal state for process 0;
663 * Reset signals for an exec of the specified process.
675 * transfer saved signal states from the process
678 * NOTE: We do this without the process locked,
681 * only accessed by threads inside the process.
712 /* process */
[all...]
H A Dproc_info.c565 /* if process is a zombie skip bg state */
646 /* if process is a zombie skip bg state */
831 * Path is relative to current process directory; may different from current
1727 /* ********* process control sets on self only */
1787 /* mark or clear the process property to delay idle sleep disk IO */
1832 /* See that the process isn't marked for termination */
1867 /* Only allow the process itself, its parent, or root */
1896 /* Check privileges; use cansignal() here since the process could be terminated */
1919 /* Clearing the dirty shutdown flag, and the process is otherwise clean - kill */
2006 AUDIT_ARG(process,
[all...]
/darwin-on-arm/xnu/bsd/vm/
H A Dvm_unix.c331 * fetching and setting of process-sized size_t and pointer values.
392 * Find the BSD process ID for the Mach task associated with the given Mach port
453 * Verify that the current process should be allowed to
454 * get the target process's task port. This is only
456 * - The current process is root
458 * - The target process's real, effective, and saved uids
460 * - The target process's group set is a subset of the
461 * calling process's group set, and
462 * - The target process hasn't switched credentials.
530 * Get the task port for another "process", name
[all...]

Completed in 44 milliseconds