Searched refs:getpid (Results 1 - 25 of 433) sorted by relevance

1234567891011>>

/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/stop/
H A Dtst.stop1.c35 getpid();
H A Dtst.stop2.c35 getpid();
H A Dtst.stop1.d41 * Wait no more than a second for the process to call getpid().
47 syscall::getpid:entry
54 syscall::getpid:entry
H A Dtst.stop2.d41 * Wait no more than a second for the process to call getpid().
47 syscall::getpid:entry
54 syscall::getpid:return
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.bigstack.d29 syscall::getpid:entry
H A Dtst.bigstack.c44 getpid();
H A Dtst.spin.c36 (void) getpid();
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.circstack.d29 syscall::getpid:entry
H A Dtst.circstack.s39 call getpid
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.circstack.d29 syscall::getpid:entry
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.ret1.c63 getpid();
H A Dtst.ret2.c57 getpid();
H A Dtst.args1.c51 getpid();
H A Dtst.weak1.c57 getpid();
H A Dtst.weak2.c57 getpid();
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dtmpnam.c27 extern int getpid (void);
32 int pid = getpid ();
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dtmpnam.c27 extern int getpid (void);
32 int pid = getpid ();
/freebsd-10.1-release/usr.sbin/cron/cron/
H A Ddo_command.c51 getpid(), e->cmd, u->name, e->uid, e->gid))
62 log_it("CRON",getpid(),"error","can't fork");
68 Debug(DPROC, ("[%d] child process done, exiting\n", getpid()))
75 Debug(DPROC, ("[%d] main process returning to work\n", getpid()))
93 Debug(DPROC, ("[%d] child_process('%s')\n", getpid(), e->cmd))
119 Debug(DPROC, ("[%d] checking account with PAM\n", getpid()))
126 log_it(usernm, getpid(), "username ambiguity", u->name);
132 log_it("CRON", getpid(), "error", "can't start PAM");
139 log_it(usernm, getpid(), "USER", "account unavailable");
208 log_it("CRON",getpid(),"erro
[all...]
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/raise/
H A Dtst.raise1.d41 * Wait no more than a second for the process to call getpid().
46 syscall::getpid:entry
H A Dtst.raise2.d41 * Wait no more than a second for the process to call getpid().
46 syscall::getpid:return
H A Dtst.raise3.d41 * Wait no more than a second for the process to call getpid().
46 syscall::getpid:entry
H A Dtst.raise1.c42 (void) getpid();
H A Dtst.raise2.c51 (void) getpid();
H A Dtst.raise3.c51 (void) getpid();
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.c109 "mkdir /tmp/nfsv4test.%d ; share /tmp/nfsv4test.%d", getpid(),
110 getpid());
112 "unshare /tmp/nfsv4test.%d ; rmdir /tmp/nfsv4test.%d", getpid(),
113 getpid());

Completed in 91 milliseconds

1234567891011>>