Home
last modified time | relevance | path

Searched refs:pid (Results 1626 – 1650 of 2976) sorted by relevance

1...<<61626364656667686970>>...120

/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dpex-djgpp.c281 pex_djgpp_wait (struct pex_obj *obj, pid_t pid, int *status, in pex_djgpp_wait() argument
292 *status = statuses[pid]; in pex_djgpp_wait()
/netbsd/external/mpl/dhcp/dist/server/
H A Ddhcpd.c284 int pid; in main() local
409 if ((pid = fork ()) < 0) in main()
411 if (pid != 0) { in main()
656 if ((pid = fork ()) < 0) in main()
658 else if (pid) in main()
923 pid = atoi(pbuf); in main()
929 if (!pid || in main()
930 (pid != getpid() && kill(pid, 0) == 0)) in main()
/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-mips-low.cc192 int pid = lwpid_of (current_thread); in mips_read_description() local
195 ptrace (PTRACE_PEEKUSER, pid, DSP_CONTROL, 0); in mips_read_description()
504 struct process_info *proc = find_process_pid (ptid.pid ()); in low_prepare_to_resume()
579 for_each_thread (proc->pid, update_watch_registers_callback); in low_insert_point()
628 for_each_thread (proc->pid, update_watch_registers_callback); in low_remove_point()
/netbsd/external/gpl2/xcvs/dist/src/
H A Dmain.c853 long int pid = (long int)getpid (); in main() local
854 p = (unsigned char *) (startrand + sizeof (pid)); in main()
855 while (pid > 0) { in main()
856 *--p = pid % (UCHAR_MAX + 1); in main()
857 pid /= UCHAR_MAX + 1; in main()
/netbsd/sys/arch/powerpc/powerpc/
H A Ddb_interface.c246 DDB_REGS->pid = tf->tf_pid; in kdb_trap()
287 tf->tf_pid = DDB_REGS->pid; in kdb_trap()
639 u_int zpr, pid, opid, msr; in db_ppc4xx_dumptlb() local
655 : "=&r" (tlblo), "=&r" (tlbhi), "=r" (pid), in db_ppc4xx_dumptlb()
671 pid, in db_ppc4xx_dumptlb()
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-mips-low.cc192 int pid = lwpid_of (current_thread); in mips_read_description() local
195 ptrace (PTRACE_PEEKUSER, pid, DSP_CONTROL, 0); in mips_read_description()
504 struct process_info *proc = find_process_pid (ptid.pid ()); in low_prepare_to_resume()
579 for_each_thread (proc->pid, update_watch_registers_callback); in low_insert_point()
628 for_each_thread (proc->pid, update_watch_registers_callback); in low_remove_point()
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DOCSP_resp_find_status.pod44 const ASN1_OCTET_STRING **pid,
47 ASN1_OCTET_STRING **pid,
101 a name then <*pname> is set to the name and I<*pid> is set to NULL. If the
102 responder ID is by key ID then I<*pid> is set to the key ID and I<*pname>
106 but leaves ownership of I<*pid> and I<*pname> with the caller,
/netbsd/external/bsd/ntp/dist/sntp/libevent/
H A Dkqueue.c82 pid_t pid; member
135 kqueueop->pid = getpid(); in kq_init()
426 if (kqop->kq >= 0 && kqop->pid == getpid()) in kqop_free()
/netbsd/external/gpl2/gmake/dist/
H A Dmake.h367 # define kill(pid,sig) w32_kill(pid,sig) argument
370 extern int kill(int pid, int sig);
/netbsd/usr.bin/xargs/
H A Dxargs.c576 pid_t pid; in waitchildren() local
579 while ((pid = waitpid(-1, &status, !waitall && curprocs < maxprocs ? in waitchildren()
612 if (pid == -1 && errno != ECHILD) in waitchildren()
/netbsd/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dadd.c51 ID pid; in wt_add() local
239 pid = p->e_id; in wt_add()
302 rc = wt_dn2id_add( op, wc->session, pid, op->ora_e ); in wt_add()
/netbsd/sys/arch/sh3/sh3/
H A Ddb_trace.c153 pid_t pid = (pid_t)addr; variable
154 print("trace: pid %d ", pid);
155 p = db_proc_find(pid);
/netbsd/lib/libc/gen/
H A Dutmpx.c309 pid_t pid; in utmp_update() local
316 switch (pid = fork()) { in utmp_update()
325 if (waitpid(pid, &status, 0) == -1) in utmp_update()
/netbsd/external/bsd/tmux/dist/
H A Dproc.c367 pid_t pid; in proc_fork_and_daemon() local
372 switch (pid = fork()) { in proc_fork_and_daemon()
384 return (pid); in proc_fork_and_daemon()
/netbsd/sys/compat/sunos32/
H A Dsunos32_misc.c201 SCARG(&bsd_ua, pid) = SCARG(uap, pid) == 0 ? WAIT_ANY : SCARG(uap, pid); in sunos32_sys_wait4()
906 (!SCARG(uap, pid) || SCARG(uap, pid) == p->p_pid)) in sunos32_sys_setpgrp()
1221 SCARG(&pa, pid) = (pid_t)SCARG(uap, pid); in sunos32_sys_ptrace()
/netbsd/usr.bin/mail/
H A Dnames.c334 int pid; in outof() local
351 pid = start_command(shellcmd, &nset, in outof()
353 if (pid < 0) { in outof()
357 free_child(pid); in outof()
/netbsd/sys/miscfs/procfs/
H A Dprocfs.h188 #define PROCFS_FILENO(pid, type, fd) procfs_fileno(pid, type, fd) argument
/netbsd/external/gpl3/gdb/dist/sim/m32c/
H A Dsyscalls.c311 int pid = arg (2); in m32c_syscall() local
313 if (pid == 42) in m32c_syscall()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dinf-child.c81 inf_child_target::post_attach (int pid) in post_attach() argument
239 inf_child_target::pid_to_exec_file (int pid) in pid_to_exec_file() argument
/netbsd/external/mpl/bind/dist/bin/tests/system/rpz/ns5/
H A Dnamed.conf.in23 pid-file "named.pid";
/netbsd/external/mpl/bind/dist/bin/tests/system/kasp/ns5/
H A Dnamed.conf.in49 pid-file "named.pid";
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dinf-child.c81 inf_child_target::post_attach (int pid) in post_attach() argument
239 inf_child_target::pid_to_exec_file (int pid) in pid_to_exec_file() argument
/netbsd/external/gpl3/gdb.old/dist/sim/m32c/
H A Dsyscalls.c311 int pid = arg (2); in m32c_syscall() local
313 if (pid == 42) in m32c_syscall()
/netbsd/external/mpl/bind/dist/bin/tests/system/catz/ns2/
H A Dnamed1.conf.in25 pid-file "named.pid";
/netbsd/sys/arch/arm/at91/
H A Dat91pmcvar.h32 void at91pmc_peripheral_clock(int pid, int enable);

1...<<61626364656667686970>>...120