Searched refs:mypid (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Drun-control-while-bg-execution.c20 static pid_t mypid = -1; variable
30 mypid = getpid ();
H A Dattach-wait-input.c22 int mypid; variable
34 mypid = getpid ();
H A Dwatchpoint-hw-attach.c32 int mypid = getpid (); local
H A Djit-elf-main.c65 int mypid; variable
75 mypid = getpid ();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dattach-wait-input.c22 int mypid; variable
34 mypid = getpid ();
H A Dwatchpoint-hw-attach.c32 int mypid = getpid (); local
H A Djit-elf-main.c65 int mypid; variable
75 mypid = getpid ();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/
H A Dprint-ts.py43 mypid = os.getpid() variable
47 mypid, line))
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/
H A Dprint-ts.py43 mypid = os.getpid() variable
47 "{} [{}] {}".format(datetime.datetime.now().strftime(fmt), mypid, line)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Ddetach-step-over.c30 int mypid; variable
80 mypid = getpid ();
H A Dprocess-dies-while-detaching.c41 int mypid; variable
119 mypid = getpid ();
/netbsd-current/tests/lib/librumpclient/
H A Dh_execthr.c82 getproc(pid_t mypid, struct kinfo_proc2 *p) argument
90 name[3] = mypid;
103 pid_t mypid; local
122 mypid = rump_sys_getpid();
143 getproc(mypid, &p);
193 getproc(mypid, &p);
/netbsd-current/tests/rump/rumpkern/
H A Dt_lwproc.c149 pid_t mypid; local
156 mypid = rump_sys_getpid();
161 mypid = rump_sys_getpid();
162 ATF_REQUIRE(mypid != -1 && mypid != 0);
163 RZ(rump_pub_lwproc_newlwp(mypid));
172 ATF_REQUIRE_EQ(rump_sys_getpid(), mypid); local
179 ATF_REQUIRE_EQ(rump_pub_lwproc_newlwp(mypid), ESRCH);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dprocess-dies-while-detaching.c41 int mypid; variable
119 mypid = getpid ();
/netbsd-current/tests/rump/rumpkern/h_client/
H A Dh_stresscli.c24 static pid_t mypid; variable
102 if (pidi != mypid)
103 errx(1, "mypid mismatch");
162 mypid = rump_sys_getpid();
163 sprintf(hostnamebuf, HOSTNAMEBASE "%d", mypid);
/netbsd-current/usr.bin/tip/aculib/
H A Dv831.c55 int status, mypid; local
106 while ((mypid = wait(&status)) != child && mypid != -1)
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dopenbsd.c66 pid_t mypid; local
72 mypid = getpid();
80 mib[2] = mypid;
/netbsd-current/usr.bin/pkill/
H A Dpkill.c97 static pid_t mypid; variable
257 mypid = getpid();
291 if ((kp->p_flag & P_SYSTEM) != 0 || kp->p_pid == mypid)
425 if (kp->p_pid == mypid)
586 li->li_number = getsid(mypid);
/netbsd-current/libexec/ftpd/
H A Dconf.c892 pid_t *pids, mypid; local
919 mypid = getpid();
925 if (mypid != 0) {
926 pids[i] = mypid;
927 mypid = 0;
935 if (mypid != 0) {
938 pids[last] = mypid;
/netbsd-current/external/ibm-public/postfix/dist/src/smtpstone/
H A Dqmqp-source.c167 static int mypid; variable
623 mypid = getpid();
628 sender, recipient, mydate, mypid, var_myhostname);
H A Dsmtp-source.c740 static int mypid; local
767 mypid = getpid();
773 mypid, vstream_fileno(session->stream), message_count, var_myhostname);
/netbsd-current/usr.bin/tip/
H A Dcmds.c856 int mypid, l; local
869 if ((mypid = vfork()) == 0) {
881 if (mypid == -1) {
890 while (wait(&s) != mypid)
/netbsd-current/external/bsd/am-utils/dist/hlfsd/
H A Dhlfsd.c888 int mypid = getpid(); /* XXX: should this be the global am_mypid */ local
890 if (mypid == masterpid)
892 else if (mypid == serverpid)
/netbsd-current/sbin/routed/
H A Dmain.c56 pid_t mypid; variable
294 mypid = getpid();
/netbsd-current/external/bsd/nsd/dist/
H A Dserver.c1785 pid_t mypid; local
1836 mypid = getpid();
1837 if(!write_socket(nsd->xfrd_listener->fd, &mypid, sizeof(mypid))) {
2313 pid_t mypid; local
2478 mypid = getpid();
2479 if(!write_socket(nsd->xfrd_listener->fd, &mypid, sizeof(mypid))) {
2595 pid_t mypid; local
2612 mypid
2692 pid_t mypid; local
[all...]

Completed in 245 milliseconds

12