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

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach_debug/
H A Dtemplate.mk26 # CR9605: Add SUBDIRS to mach_kernel build process.
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmach_process.c113 struct proc *t = current_proc(); /* target process */
185 AUDIT_ARG(process, t);
216 * If the process was stopped, wake up and run through
218 * process.
237 * You can't do what you want to the process if:
293 * Tell child process to kill itself after it
394 * determine if one process (cur_procp) can trace another process (traced_procp).
402 * You can't trace a process if:
403 * (1) it's the process tha
[all...]
H A Dkern_authorization.c469 kauth_authorize_process(kauth_cred_t credential, kauth_action_t action, struct proc *process, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3) argument
471 return(kauth_authorize_action(kauth_scope_process, credential, action, (uintptr_t)process, arg1, arg2, arg3));
482 /* arg0 - process to signal
483 * arg1 - signal to send the process
489 /* current_proc() - process that will do the tracing
490 * arg0 - process to be traced
772 * If the process has a umask ACL and one is not supplied, we use
791 * XXX TODO: <rdar://3634665> wants a "umask ACL" from the process.
820 * XXX the caller, fetch the umask ACL from the process,
H A Dkern_sig.c248 * Can process p, with ucred uc, send the signal signum to process q?
577 * as we have to restart the process.
597 * Initialize signal state for process 0;
611 * Reset signals for an exec of the specified process.
649 /* process */
719 * Suspend process until signal, providing mask to be set
1204 /* kill single process */
1215 AUDIT_ARG(process, p);
1228 case 0: /* signal own process grou
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvm_unix.c286 * fetching and setting of process-sized size_t and pointer values.
392 * Verify that the current process should be allowed to
393 * get the target process's task port. This is only
395 * - The current process is root
397 * - The target process's real, effective, and saved uids
399 * - The target process's group set is a subset of the
400 * calling process's group set, and
401 * - The target process hasn't switched credentials.
469 * Get the task port for another "process", named by its
470 * process I
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_vm.s391 rlwinm. r0,r22,0,mpRIPb,mpRIPb ; Are we in the process of removing this one?
414 hamRemv: ori r4,r4,mapRtRemove ; We are in the process of removing the collision
447 * and needing it to process a fault.
1726 * and needing it to process a fault.
1844 * and needing it to process a fault.
1956 * and needing it to process a fault.
2246 * and needing it to process a fault.
2585 * and needing it to process a fault.
4670 ; is in the process of handling the fault.
5940 ; r22 : updated active map word in process
[all...]
H A Dlowmem_vectors.s1975 bctr ; Go process the exception...
3041 * by R13. In the process, it throws away the savearea. If there

Completed in 65 milliseconds