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

1234567891011>>

/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/stop/
H A Dtst.stop1.c33 getpid();
H A Dtst.stop2.c33 getpid();
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
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
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dthread.h33 #define getpid() curthread->td_tid macro
/freebsd-current/contrib/sendmail/libsm/
H A Dnotify.h42 SM_DBG((stderr, "pid=%ld, select=%d, e=%d\n", (long)getpid(), (rc), save_errno)); \
49 SM_DBG((stderr, "pid=%ld, fd=%d, isset=false\n", (long)getpid(), fd)); \
55 SM_DBG((stderr, "pid=%ld, fd=%d, read1=EOF, e=%d\n", (long)getpid(), fd, errno)); \
61 SM_DBG((stderr, "pid=%ld, fd=%d, read1=%d, e=%d\n", (long)getpid(), fd, r, errno)); \
67 SM_DBG((stderr, "pid=%ld, scanf, e=%d\n", (long)getpid(), errno)); \
72 SM_DBG((stderr, "pid=%ld, 1: len=%d\n", (long)getpid(), len)); \
77 SM_DBG((stderr, "pid=%ld, 2: len=%d\n", (long)getpid(), len)); \
82 SM_DBG((stderr, "pid=%ld, 3: len=%d\n", (long)getpid(), len)); \
87 SM_DBG((stderr, "pid=%ld, fd=%d, read=%d, len=%d, e=%d\n", (long)getpid(), fd, r, len+1, save_errno)); \
90 SM_DBG((stderr, "pid=%ld, fd=%d, read2=%d, e=%d\n", (long)getpid(), f
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.bigstack.d29 syscall::getpid:entry
H A Dtst.bigstack.c43 getpid();
H A Dtst.spin.c40 (void) getpid();
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.circstack.d29 syscall::getpid:entry
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.circstack.d29 syscall::getpid:entry
/freebsd-current/contrib/capsicum-test/
H A Dmini-me.c9 fprintf(stderr,"[%d] %s immediately returning 0\n", getpid(), argv[0]);
14 fprintf(stderr,"[%d] %s immediately returning 1\n", getpid(), argv[0]);
30 fprintf(stderr,"[%d] %s unexpectedly able to open file\n", getpid(), argv[0]);
33 fprintf(stderr,"[%d] %s --capmode returning %d\n", getpid(), argv[0], rc);
/freebsd-current/contrib/kyua/utils/signals/
H A Dprogrammer_test.cpp76 ::kill(::getpid(), SIGCHLD);
81 ::kill(::getpid(), SIGCHLD);
92 ::kill(::getpid(), SIGCHLD);
97 ::kill(::getpid(), SIGCHLD);
108 ::kill(::getpid(), SIGCHLD);
115 ::kill(::getpid(), SIGCHLD);
122 ::kill(::getpid(), SIGCHLD);
129 ::kill(::getpid(), SIGCHLD);
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_getpid.h2 * kmp_wrapper_getpid.h -- getpid() declaration.
18 // On Unix-like systems (Linux* OS and OS X*) getpid() is declared in standard
44 #warning No gettid found, use getpid instead
45 #define __kmp_gettid() getpid()
57 #define getpid _getpid macro
67 getpid(), it is good. But often it printed as "%d", that is not good, because
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/raise/
H A Dtst.raise2.d41 * Wait no more than a second for the process to call getpid().
46 syscall::getpid:return
H A Dtst.raise1.d41 * Wait no more than a second for the process to call getpid().
46 syscall::getpid:entry
H A Dtst.raise3.d41 * Wait no more than a second for the process to call getpid().
46 syscall::getpid:entry
H A Dtst.raise2.c49 (void) getpid();
H A Dtst.raise3.c49 (void) getpid();
H A Dtst.raise1.c40 (void) getpid();
/freebsd-current/contrib/netbsd-tests/lib/libc/tls/dso/
H A Dh_tls_dlopen.c51 static __thread pid_t (*local_var)(void) = getpid;
61 ATF_CHECK_EQ(local_var, getpid);
/freebsd-current/sys/contrib/openzfs/cmd/zed/
H A Dzed_log.c71 (int)getpid());
75 (int)getpid(), strerror(errno));
90 (int)getpid());
95 (int)getpid(), strerror(errno));
115 (int)getpid());
120 (int)getpid(), strerror(errno));
140 (int)getpid());
149 (int)getpid(), strerror(errno));
/freebsd-current/usr.sbin/cron/cron/
H A Ddo_command.c47 getpid(), e->cmd, u->name, e->uid, e->gid))
55 log_it("CRON", getpid(), "error", "can't fork");
63 Debug(DPROC, ("[%d] child process done, exiting\n", getpid()))
69 "returning to work\n", getpid(), pid))
76 Debug(DPROC, ("[%d] main process returning to work\n", getpid()))
96 Debug(DPROC, ("[%d] child_process('%s')\n", getpid(), e->cmd))
123 Debug(DPROC, ("[%d] checking account with PAM\n", getpid()))
130 log_it(usernm, getpid(), "username ambiguity", u->name);
136 log_it("CRON", getpid(), "error", "can't start PAM");
143 log_it(usernm, getpid(), "USE
[all...]
/freebsd-current/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());
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.weak1.c57 getpid();

Completed in 286 milliseconds

1234567891011>>