Searched refs:pid (Results 726 - 750 of 1046) sorted by relevance

<<21222324252627282930>>

/freebsd-11.0-release/sys/i386/linux/
H A Dlinux_systrace_args.c64 iarg[0] = p->pid; /* l_pid_t */
203 iarg[1] = p->pid; /* l_long */
260 iarg[0] = p->pid; /* l_int */
382 iarg[0] = p->pid; /* int */
792 iarg[0] = p->pid; /* l_pid_t */
923 iarg[0] = p->pid; /* int */
1038 iarg[0] = p->pid; /* l_pid_t */
1087 iarg[0] = p->pid; /* l_pid_t */
1095 iarg[0] = p->pid; /* l_pid_t */
1103 iarg[0] = p->pid; /* l_pid_
[all...]
/freebsd-11.0-release/sys/amd64/linux32/
H A Dlinux32_systrace_args.c64 iarg[0] = p->pid; /* l_pid_t */
203 iarg[1] = p->pid; /* l_long */
252 iarg[0] = p->pid; /* l_int */
374 iarg[0] = p->pid; /* int */
763 iarg[0] = p->pid; /* l_pid_t */
885 iarg[0] = p->pid; /* int */
1000 iarg[0] = p->pid; /* l_pid_t */
1049 iarg[0] = p->pid; /* l_pid_t */
1057 iarg[0] = p->pid; /* l_pid_t */
1065 iarg[0] = p->pid; /* l_pid_
[all...]
/freebsd-11.0-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1148 int pid = i; local
1158 wtmp.ut_pid = pid;
1175 utmp_sig_notify(pid);
1288 int pid = getpid(); local
1304 utmpx.ut_pid = pid;
1729 utmp_sig_notify(pid)
1731 kill(pid, SIGUSR1);
/freebsd-11.0-release/contrib/ntp/lib/isc/
H A Dentropy.c367 pid_t pid; local
370 pid = getpid();
371 entropypool_adddata(ent, &pid, sizeof(pid), 0);
372 pid = getppid();
373 entropypool_adddata(ent, &pid, sizeof(pid), 0);
/freebsd-11.0-release/contrib/gdb/gdb/
H A Drs6000-nat.c523 int ret, status, pid; local
549 pid = wait (&status);
551 while (pid != PIDGET (inferior_ptid));
970 set_host_arch (int pid)
1024 xcoff_relocate_symtab (unsigned int pid)
1047 rc = rs6000_ptrace64 (PT_LDINFO, pid, (unsigned long) ldi, size, NULL);
1049 rc = rs6000_ptrace32 (PT_LDINFO, pid, (int *) ldi, size, NULL);
966 set_host_arch(int pid) argument
1019 xcoff_relocate_symtab(unsigned int pid) argument
H A Dsol-thread.c85 We don't have much use for it, except as a handy place to get a real pid
124 #define BUILD_LWP(lwp, pid) ptid_build (pid, lwp, 0)
125 #define BUILD_THREAD(tid, pid) ptid_build (pid, 0, tid)
457 signal activated. We may have to convert pid from a thread-id to an LWP id
925 int pid;
927 pid = GET_THREAD (ptid);
928 if ((val = p_td_ta_map_id2thr (main_ta, pid, &th)) != TD_OK)
1371 /* Convert a pid t
921 int pid; local
[all...]
/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdsmcmnapi.c228 TI_DBG2(("smHandleDirect: pid %d\n", tdsaAllShared->Ports[PhyID].portContext->id));
292 bit32 pid = 0xff; local
317 pid = tdIORequestBody->pid;
352 if (pid != onePortContext->id)
354 TI_DBG1(("tdsmIDCompletedCB: not matching pid; pid %d onePortContext->id %d!!!\n", pid, onePortContext->id));
468 tdIORequestBody->pid = onePortContext->id;
581 tdIORequestBody->pid
[all...]
/freebsd-11.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c1238 pid_t pid; local
1245 if ((pid = fork()) == 0) {
1246 for (pid = 3; pid < 20; pid++)
1247 close(pid);
1274 if (pid > 0)
1275 while (waitpid(-1, &waitstatus, 0) != pid)
1279 if (pid == -1) {
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c604 * The pid provider shares the int3 trap with debugger
733 fasttrap_return_common(struct reg *rp, uintptr_t pc, pid_t pid, argument
749 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)];
752 if (pid == tp->ftt_pid && pc == tp->ftt_pc &&
1010 pid_t pid; local
1048 pid = p->p_pid;
1056 pid = pp->p_pid;
1063 bucket = &fasttrap_tpoints.fth_table[FASTTRAP_TPOINTS_INDEX(pid, pc)];
1069 if (pid == tp->ftt_pid && pc == tp->ftt_pc &&
1076 * been inserted without using the pid<pi
[all...]
/freebsd-11.0-release/sys/kern/
H A Dsys_process.c99 pid_t pl_child_pid; /* New child pid */
482 CTR3(KTR_PTRACE, "PT_VM_ENTRY: pid %d, entry %d, start %p",
541 pid_t pid; member in struct:ptrace_args
599 AUDIT_ARG_PID(uap->pid);
631 error = kern_ptrace(td, uap->req, uap->pid, addr, uap->data);
684 kern_ptrace(struct thread *td, int req, pid_t pid, void *addr, int data) argument
727 if (pid <= PID_MAX) {
728 if ((p = pfind(pid)) == NULL) {
734 td2 = tdfind(pid, -1);
741 tid = pid;
[all...]
/freebsd-11.0-release/usr.sbin/pmcstat/
H A Dpmcstat.c97 * - Attaches PMCs to the child's pid
228 pid_t pid; local
235 switch (pid = fork()) {
265 EV_SET(&kev, pid, EVFILT_PROC, EV_ADD|EV_ONESHOT, NOTE_EXIT, 0,
268 err(EX_OSERR, "ERROR: cannot monitor child process %d", pid);
273 pt->pt_pid = pid;
286 int n, nproc, pid, rv; local
294 pid = strtol(spec, &end, 0);
295 if (end != spec && pid >= 0) {
298 pt->pt_pid = pid;
[all...]
H A Dpmcstat_log.c1241 * is zero, we return a NULL if a pid descriptor could not be found or
1249 pmcstat_process_lookup(pid_t pid, int allocate) argument
1255 hash = (uint32_t) pid & PMCSTAT_HASH_MASK; /* simplicity wins */
1258 if (pp->pp_pid == pid) {
1280 err(EX_OSERR, "ERROR: Cannot allocate pid descriptor");
1282 pp->pp_pid = pid;
1364 pid_t pid; local
1392 * userland process or the kernel (pid == -1).
1399 pid = ev.pl_u.pl_mi.pl_pid;
1400 if (pid
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp432 PlatformFreeBSD::GetProcessInfo (lldb::pid_t pid, ProcessInstanceInfo &process_info) argument
437 success = Platform::GetProcessInfo (pid, process_info);
441 success = m_remote_platform_sp->GetProcessInfo (pid, process_info);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp411 PlatformNetBSD::GetProcessInfo (lldb::pid_t pid, ProcessInstanceInfo &process_info) argument
416 success = Platform::GetProcessInfo (pid, process_info);
420 success = m_remote_platform_sp->GetProcessInfo (pid, process_info);
/freebsd-11.0-release/contrib/sendmail/libsm/
H A Dclock.c399 pid_t pid; local
408 pid = ev->ev_pid;
413 if (pid != getpid())
/freebsd-11.0-release/contrib/dma/
H A Ddma.c247 pid_t pid; local
264 pid = fork();
265 switch (pid) {
/freebsd-11.0-release/lib/libutil/
H A Dpw_util.c251 pid_t pid; local
254 switch ((pid = fork())) {
272 if (waitpid(pid, &pstat, 0) == -1)
/freebsd-11.0-release/contrib/ntp/sntp/libevent/
H A Dkqueue.c80 pid_t pid; member in struct:kqop
133 kqueueop->pid = getpid();
424 if (kqop->kq >= 0 && kqop->pid == getpid())
/freebsd-11.0-release/usr.bin/m4/
H A Dgnum4.c616 pid_t pid, cpid; local
654 while ((pid = wait(&status)) != cpid && pid >= 0)
/freebsd-11.0-release/usr.bin/script/
H A Dscript.c227 int pid; local
229 pid = getpid();
230 if (ioctl(fm_fd, FILEMON_SET_PID, &pid) < 0)
/freebsd-11.0-release/usr.bin/su/
H A Dsu.c161 pid_t child_pid, child_pgrp, pid; local
456 while ((pid = waitpid(child_pid, &statusp, WUNTRACED)) != -1) {
473 if (pid == -1)
/freebsd-11.0-release/sys/amd64/linux/
H A Dlinux_systrace_args.c548 iarg[0] = p->pid; /* l_pid_t */
558 iarg[0] = p->pid; /* l_int */
876 iarg[1] = p->pid; /* l_long */
928 iarg[0] = p->pid; /* int */
1019 iarg[0] = p->pid; /* int */
1040 iarg[0] = p->pid; /* l_pid_t */
1081 iarg[0] = p->pid; /* l_pid_t */
1180 iarg[0] = p->pid; /* l_pid_t */
1188 iarg[0] = p->pid; /* l_pid_t */
1196 iarg[0] = p->pid; /* l_pid_
[all...]
/freebsd-11.0-release/crypto/heimdal/appl/push/
H A Dpush.c385 pid_t pid; local
387 pid = fork();
388 if (pid < 0)
390 else if(pid != 0) {
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h99 AttachToProcess (lldb::pid_t pid);
/freebsd-11.0-release/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c167 fprintf(stderr, "\t-j <pid> : subject id \n");
172 fprintf(stderr, "\t\t pid=<ID>\n");
257 * Check if the given subject id (pid) matches the selection criteria.
273 * Check if object's pid maches the given pid.
276 select_pidobj(uint32_t pid) argument
280 if (pid != (uint32_t)strtol(p_pidobj, (char **)NULL, 10))
449 if (!select_pidobj(tok.tt.proc32.pid))
479 if (!select_subid(tok.tt.subj32.pid))

Completed in 319 milliseconds

<<21222324252627282930>>