Searched refs:pid (Results 51 - 75 of 122) sorted by relevance

12345

/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DRootDomain.h385 uint32_t pid, bool doSuspend);
448 @param pid the process ID
451 void suspendPMNotificationsForPID( uint32_t pid, bool doSuspend);
455 @param pid the process ID
458 bool pmNotificationIsSuspended( uint32_t pid );
638 uint32_t pid; member in struct:IOPMrootDomain::__anon706
656 int findSuspendedPID(uint32_t pid, uint32_t *outRefCount);
/darwin-on-arm/xnu/bsd/netat/
H A Dddp.c107 static int ot_ddp_check_socket(unsigned char ,int pid);
432 static int ot_ddp_check_socket(socket, pid)
434 int pid;
441 if (gref->lport == socket && gref->pid == pid)
444 && (atp_pidM[socket] == pid))
446 if ((adsp_inputQ[socket] != NULL) && (adsp_pidM[socket] == pid))
454 int pid,
465 pid == nve_entry->pid
452 ddp_notify_nbp( unsigned char socket, int pid, __unused unsigned char ddptype) argument
[all...]
H A Dadsp.c74 sp->pid = gref->pid; /* save the caller process pointer */
385 pidsig(sp->pid, SIGIO);
393 pidsig(sp->pid, SIGURG);
H A Dadsp_Close.c204 ddp_notify_nbp(skt, sp->pid, DDP_ADSP);
269 dPrintf(D_M_ADSP, D_L_TRACE, ("DoClose: pid=%d,e=%d,a=%d,s=%d,r=%d\n",
270 sp->pid, err, force_abort, sp->localSocket, sp->removing));
H A Dasp_proto.c153 scb->pid = gref->pid;
164 dPrintf(D_M_ASP, D_L_INFO, ("asp_open: pid=%d\n", scb->pid));
183 if (scb->pid && scb->sess_ioc && (scb->dflag != 1)) {
214 new_scb->atp_state->pid = new_scb->pid;
431 scb->atp_state->pid = scb->pid;
462 scb->atp_state->pid
[all...]
/darwin-on-arm/xnu/osfmk/mach/
H A Dmach_traps.h240 int pid);
259 int pid,
264 int pid,
457 PAD_ARG_(int, pid);
465 PAD_ARG_(int, pid);
473 PAD_ARG_(user_addr_t, pid);
510 PAD_ARG_(int, pid);
/darwin-on-arm/xnu/bsd/kern/
H A Dkdebug.c225 stack_snapshot2(pid_t pid, user_addr_t tracebuf, uint32_t tracebuf_size, uint32_t flags, uint32_t dispatch_offset, int32_t *retval);
228 kdp_snapshot_preflight(int pid, void *tracebuf, uint32_t tracebuf_size, uint32_t flags, uint32_t dispatch_offset);
273 pid_t pid; /* from procs p_pid */ member in struct:tts
1098 * Some kernel threads have no associated pid.
1101 if (t->atts->pid)
1102 mapptr->valid = t->atts->pid;
1181 tts_mapptr[i].pid = p->p_pid;
1254 pid_t pid; local
1258 pid = (pid_t)kdr->value1;
1261 if (pid >
1296 pid_t pid; local
2396 stack_snapshot2(pid_t pid, user_addr_t tracebuf, uint32_t tracebuf_size, uint32_t flags, uint32_t dispatch_offset, int32_t *retval) argument
[all...]
H A Dkern_exit.c166 kern_return_t sys_perf_notify(thread_t thread, int pid);
339 printf("pid 1 exited (signal %d, exit %d)",
440 pid_t pid; local
478 pid = p->p_pid;
482 pid, exitval, 0, 0, 0);
857 pid, exitval, 0, 0, 0);
881 pid, exitval, 0, 0, 0);
1138 AUDIT_ARG(pid, uap->pid);
1140 if (uap->pid
[all...]
H A Dkern_resource.c1266 pid_t pid; local
1268 pid = curp->p_pid;
1269 p = proc_find(pid);
1281 pid_t pid; local
1283 pid = curp->p_pid;
1284 p = proc_find(pid);
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h212 pid_t p_ppid; /* process's parent pid number */
260 pid_t p_oppid; /* Save parent pid during ptrace. XXX */
502 pid_t p_oppid; /* Save parent pid during ptrace. XXX */
554 pid_t p_oppid; /* Save parent pid during ptrace. XXX */
628 #define PIDHASH(pid) (&pidhashtbl[(pid) & pidhash])
665 __private_extern__ int proc_core_name(const char *name, uid_t uid, pid_t pid,
701 extern proc_t proc_findinternal(int pid, int funneled);
745 int proc_getpcontrol(int pid, int * pcontrolp);
747 int proc_resetpcontrol(int pid);
[all...]
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c60 pid_t pid; member in union:__anon1335
626 thread->pid = fork();
627 if (thread->pid == 0) {
634 printf("forked pid %d\n", thread->pid);
650 printf("waiting for pid %d\n", thread->pid);
651 waitpid(thread->pid, &stat, 0);
712 /* PORT names include pid of main process for disambiguation */
H A DKQMPMMtest.c62 pid_t pid; member in union:__anon1330
679 thread->pid = fork();
680 if (thread->pid == 0) {
687 printf("forked pid %d\n", thread->pid);
703 printf("waiting for pid %d\n", thread->pid);
704 waitpid(thread->pid, &stat, 0);
765 /* PORT names include pid of main process for disambiguation */
/darwin-on-arm/xnu/bsd/net/
H A Dif_pflog.c325 hdr.pid = pd->lookup.pid;
328 hdr.pid = NO_PID;
H A Dntstat.h127 u_int32_t pid; member in struct:nstat_tcp_descriptor
154 u_int32_t pid; member in struct:nstat_udp_descriptor
/darwin-on-arm/xnu/bsd/vm/
H A Ddp_backing_file.c112 int pid = args->pid; local
123 if(pid != proc_selfpid()) {
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOStatistics.h206 int32_t pid; member in struct:IOStatisticsUserClientCall
/darwin-on-arm/xnu/osfmk/arm/
H A Dstatus.c389 void thread_set_parent(thread_t parent, int pid) argument
395 iss->r[0] = pid;
467 void thread_set_child(thread_t child, int pid) argument
470 child->machine.uss->r[0] = pid;
/darwin-on-arm/xnu/security/
H A Dmac_process.c483 pid_t pid, pid_t lcid)
491 MAC_CHECK(proc_check_setlcid, p0, p, pid, lcid);
496 mac_proc_check_getlcid (struct proc *p0, struct proc *p, pid_t pid) argument
504 MAC_CHECK(proc_check_getlcid, p0, p, pid);
482 mac_proc_check_setlcid(struct proc *p0, struct proc *p, pid_t pid, pid_t lcid) argument
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfasttrap_isa.c573 * The pid provider shares the int3 trap with debugger
676 fasttrap_return_common(x86_saved_state_t *regs, user_addr_t pc, pid_t pid, argument
702 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)];
705 if (pid == tp->ftt_pid && pc == tp->ftt_pc &&
964 pid_t pid; local
1003 pid = p->p_pid;
1006 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)];
1012 if (pid == tp->ftt_pid && pc == tp->ftt_pc &&
1019 * been inserted without using the pid<pid> ioct
1522 pid_t pid; local
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOKitKernelInternal.h208 extern "C" OSString * IOCopyLogNameForPID(int pid);
/darwin-on-arm/xnu/osfmk/i386/
H A Dbsd_i386.c209 void thread_set_child(thread_t child, int pid);
211 thread_set_child(thread_t child, int pid) argument
220 iss64->rax = pid;
228 iss32->eax = pid;
/darwin-on-arm/xnu/osfmk/kern/
H A Ddebug.h55 int32_t pid; member in struct:task_snapshot
H A Dexception.c407 kern_return_t sys_perf_notify(thread_t thread, int pid) argument
418 code[1] = pid; /* Pass out the pid */
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp.c155 kdp_stackshot(int pid, void *tracebuf, uint32_t tracebuf_size, uint32_t trace_flags, uint32_t dispatch_offset, uint32_t *pbytesTraced);
1039 int pid = -1; local
1042 pid = proc_pid(task->bsd_info);
1044 return pid;
1126 kdp_stackshot(int pid, void *tracebuf, uint32_t tracebuf_size, uint32_t trace_flags, uint32_t dispatch_offset, uint32_t *pbytesTraced) argument
1176 if ((pid == -1) || (pid == task_pid)) {
1216 task_snap->pid = task_pid;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fsevents.c72 pid_t pid; // pid of the process that did the op member in struct:kfs_event
115 pid_t pid; member in struct:fs_event_watcher
560 kfse->pid = p->p_pid;
566 kfse_dest->pid = p->p_pid;
821 kfse->pid = kfse->type; // save this off for debugging...
914 watcher->pid = proc_selfpid();
924 printf("fsevents: watcher %s (pid: %d) - Using /dev/fsevents directly is unsupported. Migrate to FSEventsFramework\n",
925 watcher->proc_name, watcher->pid);
1136 printf("fsevents: watcher falling behind: %s (pid
[all...]

Completed in 112 milliseconds

12345