Home
last modified time | relevance | path

Searched refs:pid (Results 1751 – 1775 of 2976) sorted by relevance

1...<<71727374757677787980>>...120

/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic6x/
H A Dattr-pid-directive-1.d4 #source: attr-pid-directive-1.s
H A Dattr-pid-directive-2.d4 #source: attr-pid-directive-2.s
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mac.cc233 int pid = internal_fork(); in internal_forkpty() local
234 if (pid == -1) { in internal_forkpty()
239 if (pid == 0) { in internal_forkpty()
250 return pid; in internal_forkpty()
266 uptr internal_waitpid(int pid, int *status, int options) { in internal_waitpid() argument
267 return waitpid(pid, status, options); in internal_waitpid()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_mac.cc246 int pid = internal_fork(); in internal_forkpty() local
247 if (pid == -1) { in internal_forkpty()
252 if (pid == 0) { in internal_forkpty()
263 return pid; in internal_forkpty()
279 uptr internal_waitpid(int pid, int *status, int options) { in internal_waitpid() argument
280 return waitpid(pid, status, options); in internal_waitpid()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mac.cc233 int pid = internal_fork(); in internal_forkpty() local
234 if (pid == -1) { in internal_forkpty()
239 if (pid == 0) { in internal_forkpty()
250 return pid; in internal_forkpty()
266 uptr internal_waitpid(int pid, int *status, int options) { in internal_waitpid() argument
267 return waitpid(pid, status, options); in internal_waitpid()
/netbsd/external/cddl/dtracetoolkit/dist/Mem/
H A Danonpgpid.d68 @total[pid, execname, args[3] & B_READ ? "R" : "W"] = sum(arg1);
/netbsd/external/cddl/dtracetoolkit/dist/Bin/
H A Danonpgpid.d68 @total[pid, execname, args[3] & B_READ ? "R" : "W"] = sum(arg1);
H A Dtcpwdist.d73 @Size[pid, curpsinfo->pr_psargs] = quantize(this->size);
H A Dkill.d58 pid, execname, self->signal, self->target, (int)arg0);
H A Dpy_mallocstk.d40 pid$target:libc:malloc:entry
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/tic6x/
H A Dattr-pid-directive-2.d4 #source: attr-pid-directive-2.s
/netbsd/external/cddl/dtracetoolkit/dist/Net/
H A Dtcpwdist.d73 @Size[pid, curpsinfo->pr_psargs] = quantize(this->size);
/netbsd/external/mpl/bind/dist/bin/tests/system/names/
H A Dclean.sh18 rm -f ns*/named.pid
/netbsd/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_gpu_error.c469 prefix, erq->pid, erq->context, erq->seqno, in error_print_request()
483 header, ctx->comm, ctx->pid, ctx->sched_attr.priority, in error_print_context()
765 ee->context.pid); in __err_print_to_sgl()
1233 erq->pid = 0; in record_request()
1237 erq->pid = pid_nr(ctx->pid); in record_request()
1269 task = pid_task(ctx->pid, PIDTYPE_PID); in record_context()
1272 e->pid = task->pid; in record_context()
1711 if (first && first->context.pid) { in error_msg()
1716 first->context.comm, first->context.pid); in error_msg()
/netbsd/external/gpl3/gdb/dist/gdbsupport/
H A Dagent.h25 int agent_run_command (int pid, const char *cmd, int len);
/netbsd/lib/libc/arch/or1k/sys/
H A D__vfork14.S14 l.and r11,r11,r12 # return 0 in child, pid in parent
H A Dfork.S14 l.and r11,r11,r12 # return 0 in child, pid in parent
/netbsd/external/cddl/dtracetoolkit/dist/Proc/
H A Dkill.d58 pid, execname, self->signal, self->target, (int)arg0);
/netbsd/external/cddl/dtracetoolkit/dist/Python/
H A Dpy_mallocstk.d40 pid$target:libc:malloc:entry
/netbsd/etc/rc.d/
H A Ddhcpcd25 : ${pidfile:=/var/run/$name.pid}
/netbsd/external/gpl3/gdb.old/dist/gdbsupport/
H A Dagent.h25 int agent_run_command (int pid, const char *cmd, int len);
/netbsd/external/bsd/libproc/dist/
H A D_libproc.h39 pid_t pid; /* Process ID. */ member
/netbsd/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/mssql/
H A Dslapd.conf16 pidfile ./slapd.pid
/netbsd/crypto/external/bsd/openssl/dist/util/
H A Dc-compress-test.pl44 my $pid = open2(\*Reader, \*Writer, "perl $c_compress 'C'");
/netbsd/lib/libc/arch/mips/sys/
H A Dfork.S48 SYSTRAP(fork) # pid = fork()

1...<<71727374757677787980>>...120