Searched refs:getpid (Results 126 - 150 of 518) sorted by relevance

1234567891011>>

/freebsd-12-stable/usr.sbin/cron/cron/
H A Duser.c49 log_it(User_name, getpid(), "PARSE", msg);
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_sigqueue.c81 if (sigqueue(getpid(), SIGUSR1, sv) != 0)
102 ATF_REQUIRE_ERRNO(EINVAL, sigqueue(getpid(), -1, sv) == -1);
202 pid = getpid();
/freebsd-12-stable/contrib/netbsd-tests/lib/libutil/
H A Dt_pidfile.c85 printf("Read pid %d, current pid %d\n", pid, getpid());
86 if (pid != getpid())
88 "current pid (%d)", pid, getpid());
/freebsd-12-stable/contrib/atf/test-programs/
H A Dcpp_helpers.cpp166 ::kill(getpid(), SIGKILL);
173 ::kill(getpid(), SIGHUP);
193 kill(getpid(), SIGKILL);
/freebsd-12-stable/contrib/pf/authpf/
H A Dauthpf.c193 luser, (long)getpid())) < 0 || (u_int)n >= sizeof(rulesetname)) {
195 luser, (long)getpid(), (long)getpid());
197 (long)getpid())) < 0 || (u_int)n >= sizeof(rulesetname)) {
329 fprintf(pidfp, "%ld\n%s\n", (long)getpid(), luser);
361 (long)getpid());
677 if ((kill(pid, 0) && errno != EPERM) || pid == getpid()) {
/freebsd-12-stable/tools/test/ptrace/
H A Dscescx.c370 kill(getpid(), SIGSTOP);
371 getpid();
376 printf("Hi from child %d\n", getpid());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DCodeGenCoverage.cpp94 llvm::to_string(::getpid());
/freebsd-12-stable/crypto/heimdal/appl/login/
H A Dutmp_login.c117 utmp->ut_pid = getpid();
/freebsd-12-stable/contrib/netbsd-tests/kernel/kqueue/
H A Dt_sig.c73 pid = getpid();
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/setjmp/
H A Dt_setjmp.c105 i = getpid();
H A Dt_threadjmp.c111 i = getpid();
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_atexit.c101 kill(getpid(), SIGABRT);
/freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_atexit.c92 kill(getpid(), SIGABRT);
/freebsd-12-stable/contrib/ntp/include/
H A Dntp_machine.h121 #define getpid taskIdSelf macro
/freebsd-12-stable/contrib/sendmail/libsm/
H A Dclock.c158 ev->ev_pid = getpid();
232 (void) kill(getpid(), SIGALRM);
348 mypid = getpid();
413 if (pid != getpid())
/freebsd-12-stable/contrib/gdb/gdb/
H A Damd64fbsd-nat.c231 mib[3] = getpid();
/freebsd-12-stable/contrib/apr-util/crypto/
H A Dgetuuid.c29 #include <unistd.h> /* for getpid, gethostname */
87 r.pid = getpid();
/freebsd-12-stable/contrib/less/
H A Dsignal.c241 kill(getpid(), SIGTSTP);
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-platform.h168 ret = sysmips(MIPS_CAVIUM_XKPHYS_WRITE, getpid(), 3, 0);
/freebsd-12-stable/tests/sys/netpfil/pf/
H A Dfrag-overindex.py31 pid = os.getpid()
H A Dfrag-overlimit.py34 pid = os.getpid()
H A Dfrag-overreplace.py32 pid = os.getpid()
/freebsd-12-stable/crypto/openssl/crypto/
H A Dthreads_pthread.c205 return getpid();
/freebsd-12-stable/usr.bin/truss/
H A Dmain.c96 if (pid == getpid()) {
/freebsd-12-stable/usr.sbin/lpr/filters/
H A Dlpf.c164 kill(getpid(), SIGSTOP);

Completed in 303 milliseconds

1234567891011>>