Searched refs:getpid (Results 76 - 100 of 518) sorted by relevance

1234567891011>>

/freebsd-12-stable/tests/sys/fs/fusefs/
H A Dflush.cc101 expect_flush(ino, 2, getpid(), ReturnErrno(0));
131 expect_flush(ino, 1, getpid(), ReturnErrno(EIO));
157 expect_flush(ino0, 1, getpid(), ReturnErrno(ENOSYS));
185 expect_flush(ino, 1, getpid(), ReturnErrno(0));
205 pid_t pid = getpid();
/freebsd-12-stable/tests/sys/kqueue/libkqueue/
H A Dproc.c294 if (kill(getpid(), SIGKILL) < 0)
320 if (kill(getpid(), SIGUSR1) < 0)
358 if (kill(getpid(), SIGUSR1) < 0)
383 if (kill(getpid(), SIGUSR1) < 0)
391 if (kill(getpid(), SIGUSR1) < 0)
/freebsd-12-stable/usr.bin/timeout/
H A Dtimeout.c231 if (procctl(P_PID, getpid(), PROC_REAP_ACQUIRE, NULL) == -1)
300 procctl(P_PID, getpid(),
313 procctl(P_PID, getpid(), PROC_REAP_KILL,
330 procctl(P_PID, getpid(), PROC_REAP_KILL,
351 procctl(P_PID, getpid(), PROC_REAP_RELEASE, NULL);
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_io.cpp153 (kmp_int32)getpid());
184 __kmp_str_buf_print(&__kmp_console_buf, "pid=%d: ", (kmp_int32)getpid());
192 fprintf(stream, "pid=%d: ", (kmp_int32)getpid());
/freebsd-12-stable/contrib/netbsd-tests/net/fdpass/
H A Dfdpass.c90 fprintf(stderr, "%d: send fd %d\n", getpid(), fd);
150 fprintf(stderr, "%d: recv fd %d\n", getpid(), fd);
223 getpid());
/freebsd-12-stable/contrib/sendmail/libsm/
H A Ddebug.c155 (long) getpid(),
167 (long) getpid(),
185 "%ld: %s ", (long) getpid(), str);
/freebsd-12-stable/usr.bin/login/
H A Dlogin_audit.c71 pid_t pid = getpid();
123 pid_t pid = getpid();
179 pid_t pid = getpid();
/freebsd-12-stable/contrib/opie/libopie/
H A Dlogwtmp.c151 ut.ut_pid = getpid();
181 utx.ut_pid = getpid();
/freebsd-12-stable/lib/libc/gen/
H A Dsetproctitle.c179 oid[3] = getpid();
201 oid[3] = getpid();
/freebsd-12-stable/tools/regression/p1003_1b/
H A Dfifo.c127 pid = getpid();
135 pid = getpid();
/freebsd-12-stable/usr.sbin/cron/lib/
H A Dcompat.c97 newpgrp = setpgid((pid_t)0, getpid());
99 newpgrp = setpgrp(0, getpid());
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHostInfoFreeBSD.cpp66 int exe_path_mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, getpid()};
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DLockFilePosix.cpp29 fl.l_pid = ::getpid();
/freebsd-12-stable/contrib/netbsd-tests/kernel/kqueue/
H A Dt_proc3.c66 EV_SET(&ke, (uintptr_t)getpid(), EVFILT_PROC, EV_ADD, NOTE_TRACK, 0, 0);
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getsid.c55 if (sid != getsid(getpid()))
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/tls/
H A Dt_tls_dynamic.c80 ATF_CHECK_EQ(dso_var1, getpid);
/freebsd-12-stable/contrib/ntp/lib/isc/
H A Drandom.c45 unsigned int pid = getpid();
/freebsd-12-stable/contrib/atf/atf-c/detail/
H A Dprocess_helpers.c54 kill(getpid(), SIGKILL);
/freebsd-12-stable/sys/rpc/
H A Drpc_com.h67 #define __RPC_GETXID(now) ((uint32_t)getpid() ^ (uint32_t)(now)->tv_sec ^ \
/freebsd-12-stable/lib/libulog/
H A Dulog_login.c53 utx->ut_pid = getpid();
/freebsd-12-stable/libexec/ftpd/
H A Dlogwtmp.c73 ut.ut_pid = getpid();
/freebsd-12-stable/crypto/openssl/crypto/
H A Dthreads_none.c144 return getpid();
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dbsd-closefrom.c79 len = snprintf(fdpath, sizeof(fdpath), "/proc/%ld/fd", (long)getpid());
H A Dbsd-misc.h25 #define setsid() setpgrp(0, getpid())
/freebsd-12-stable/usr.bin/protect/
H A Dprotect.c80 id = getpid();

Completed in 148 milliseconds

1234567891011>>