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

1234567891011>>

/illumos-gate/usr/src/lib/libc/common/sys/
H A Dgetpid.s30 .file "getpid.s"
32 /* C library -- getpid */
33 /* pid_t getpid (void) */
37 ANSI_PRAGMA_WEAK(getpid,function)
41 SYSCALL_NOERROR_RVAL1(getpid)
43 SET_SIZE(getpid)
H A Dgetppid.s44 SYSTRAP_RVAL2(getpid) /* rval2 = ppid */
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dsetsid.c44 if (setsid_called != getpid()) {
45 setsid_called = getpid();
58 if (real_setsid_called != getpid()) {
59 real_setsid_called = getpid();
/illumos-gate/usr/src/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
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dsetpgrp.c32 if ((pgrp == 0) && (pid == getpid())) {
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.bigstack.d29 syscall::getpid:entry
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.circstack.d29 syscall::getpid:entry
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.circstack.d29 syscall::getpid:entry
/illumos-gate/usr/src/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();
/illumos-gate/usr/src/stand/lib/sa/
H A Dunistd.h51 extern pid_t getpid(void);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmktemp.c47 extern int strlen(), access(), getpid();
58 pid = getpid();
H A Dmkstemp.c18 pid = getpid();
/illumos-gate/usr/src/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.c50 (void) getpid();
/illumos-gate/usr/src/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>>