Searched refs:pid (Results 326 - 350 of 1046) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/contrib/gdb/gdb/
H A Dsolib.h72 #define SOLIB_IN_DYNAMIC_LINKER(pid,pc) \
76 #define SOLIB_IN_DYNAMIC_LINKER(pid,pc) \
H A Dlynx-nat.c34 static unsigned long registers_addr (int pid);
265 registers_addr (int pid) argument
272 stblock = (CORE_ADDR) ptrace (PTRACE_THREADUSER, pid, (PTRACE_ARG3_TYPE) 0,
277 ecp = (CORE_ADDR) ptrace (PTRACE_PEEKTHREAD, pid, (PTRACE_ARG3_TYPE) ecpoff,
381 /* Wait for child to do something. Return pid of child, or -1 in case
390 int pid; local
398 pid = wait (&status);
404 if (pid == -1)
416 if (pid != PIDGET (inferior_ptid)) /* Some other process?!? */
430 ptid = BUILDPID (pid, threa
509 int pid = PIDGET (ptid); local
531 int pid = PIDGET (ptid); local
[all...]
/freebsd-11.0-release/contrib/bmake/mk/
H A Dmeta2deps.sh28 # E "pid" "path"
29 # R "pid" "path"
30 # C "pid" "cwd"
31 # R "pid" "path"
32 # X "pid" "status"
241 while read op pid path junk
243 : op=$op pid=$pid path=$path
244 # we track cwd and ldir (of interest) per pid
246 case "$lpid,$pid" i
[all...]
/freebsd-11.0-release/bin/rcp/
H A Dutil.c108 pid_t pid; local
110 pid = vfork();
111 switch (pid) {
122 if (waitpid(pid, &status, 0) < 0)
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printa/
H A Dtst.largeusersym.ksh63 /pid == \$target/
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/syscall/
H A Dtst.openret.ksh32 /pid == \$target/
/freebsd-11.0-release/sys/nfs/
H A Dnfs_lock.h51 * detect the unlikely, but possible, event of the recycling of a pid.
54 pid_t pid; /* The process ID. */ member in struct:lockd_msg_ident
84 int la_set_getlk_pid; /* use returned pid */
85 int la_getlk_pid; /* returned pid for F_GETLK */
/freebsd-11.0-release/lib/libproc/
H A D_libproc.h39 pid_t pid; /* Process ID. */ member in struct:proc_handle
/freebsd-11.0-release/share/mk/
H A Dmeta2deps.sh29 # E "pid" "path"
30 # R "pid" "path"
31 # C "pid" "cwd"
32 # R "pid" "path"
33 # X "pid" "status"
242 while read op pid path junk
244 : op=$op pid=$pid path=$path
245 # we track cwd and ldir (of interest) per pid
247 case "$lpid,$pid" i
[all...]
/freebsd-11.0-release/tests/sys/mqueue/
H A Dmqtest4.c35 pid_t pid; local
49 pid = fork();
50 if (pid == 0) { /* child */
84 } else if (pid == -1) {
/freebsd-11.0-release/tools/tools/net80211/scripts/
H A Dsetup.updown.wpa50 pid=$!
54 kill $pid
/freebsd-11.0-release/tools/test/upsdl/
H A Dupsdl.c143 pid_t pid; local
155 pid = fork();
157 if (pid == 0)
163 if (pid == -1)
/freebsd-11.0-release/sys/ddb/
H A Ddb_thread.c44 pid_t pid; local
46 pid = -1;
48 pid = kdb_thread->td_proc->p_pid;
49 db_printf("[ thread pid %d tid %ld ]\n", pid, (long)kdb_thread->td_tid);
/freebsd-11.0-release/usr.bin/talk/
H A Dget_addrs.c52 msg.pid = htonl(getpid());
/freebsd-11.0-release/usr.sbin/rpc.lockd/
H A Dlockd_lock.h11 int lock_answer(int pid, netobj *netcookie, int result, int *pid_p,
/freebsd-11.0-release/bin/sh/
H A Djobs.c80 static pid_t backgndpid = -1; /* pid of last background process */
222 pgrp = jp->ps[0].pid;
265 kill(-jp->ps[0].pid, SIGCONT);
377 out1fmt("%d\n", (int)ps->pid);
395 fmtstr(s, 64, "%d ", (int)ps->pid);
572 out1fmt("%d", (int)jp->ps[i].pid);
590 pid_t pid; local
646 pid = (pid_t)number(name);
649 && jp->ps[jp->nprocs - 1].pid == pid)
839 pid_t pid; local
953 pid_t pid; local
1083 pid_t pid; local
[all...]
/freebsd-11.0-release/contrib/groff/src/roff/groff/
H A Dpipeline.c224 PID_T pid; local
306 if ((pid = spawnvp(_P_NOWAIT, commands[i][0], commands[i])) < 0) {
312 pids[i] = pid;
330 PID_T pid; local
332 pid = pids[i];
333 if ((pid = WAIT(&status, pid, _WAIT_CHILD)) < 0) {
457 PID_T pid; local
463 pid = fork();
464 if (pid <
506 PID_T pid = wait(&status); local
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c373 "\t -p pid\n", g_pname, g_pname);
558 pid_t pid; local
602 pid = stack[0];
603 P = dtrace_proc_grab(g_dtp, pid, PGRAB_RDONLY);
673 int pid = Pstatus(P)->pr_pid; local
675 int pid = proc_getpid(P);
681 notice("pid %d: %s\n", pid, msg);
696 notice("pid %d terminated by %s\n", pid,
947 ulong_t pid; local
[all...]
/freebsd-11.0-release/usr.sbin/autofs/
H A Dautomountd.c63 #define AUTOMOUNTD_PIDFILE "/var/run/automountd.pid"
395 pid_t pid; local
404 pid = wait4(-1, &status, 0, NULL);
406 pid = wait4(-1, &status, WNOHANG, NULL);
407 if (pid <= 0)
411 pid, WTERMSIG(status));
414 pid, WEXITSTATUS(status));
416 log_debugx("child process %d terminated gracefully", pid);
437 pid_t pid, otherpid; local
488 log_errx(1, "daemon already running, pid
[all...]
/freebsd-11.0-release/sbin/init/
H A Dinit.c868 pid_t pid, wpid; local
893 if ((pid = fork()) == 0) {
969 if (pid == -1) {
989 if (wpid == pid && WIFSTOPPED(status)) {
991 kill(pid, SIGCONT);
994 } while (wpid != pid && !requested_transition);
1042 pid_t pid, wpid; local
1050 if ((pid = fork()) == 0) {
1077 if (pid == -1) {
1102 if (wpid == pid
1187 find_session(pid_t pid) argument
1382 pid_t pid; local
1437 pid_t pid; local
1499 collect_child(pid_t pid) argument
1581 pid_t pid; local
1769 pid_t pid; local
1818 pid_t pid, wpid; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/freebsd/
H A DHostThreadFreeBSD.cpp42 int pid = Host::GetCurrentProcessID(); local
47 int ctl[4] = {CTL_KERN, KERN_PROC, KERN_PROC_PID | KERN_PROC_INC_THREAD, (int)pid};
/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/driver/
H A DPlatform.cpp62 kill (pid_t pid, int sig) argument
65 if ( pid == getpid( ) )
/freebsd-11.0-release/include/rpcsvc/
H A Dklm_prot.x68 int pid; /* holder of the lock */
79 int svid; /* holder of the lock (pid) */
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h36 explicit CallGraphSCCPass(char &pid) : Pass(PT_CallGraphSCC, pid) {} argument
H A DRegionPass.h36 explicit RegionPass(char &pid) : Pass(PT_Region, pid) {} argument

Completed in 298 milliseconds

<<11121314151617181920>>