Searched refs:getpid (Results 151 - 175 of 518) sorted by relevance

1234567891011>>

/freebsd-12-stable/usr.sbin/lpr/filters.ru/koi2855/
H A Dkoi2855.c86 kill(getpid(), SIGSTOP);
/freebsd-12-stable/usr.sbin/ypserv/
H A Dyp_main.c143 yp_pid = getpid();
165 if (getpid() == yp_pid)
169 if (getpid() == yp_pid) {
177 if (yp_pid != getpid())
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c132 s_flock.l_pid = getpid();
157 s_flock.l_pid = getpid();
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp162 DECLARE__REAL_AND_INTERNAL(uptr, getpid, void) {
163 return _REAL(getpid)();
H A Dsanitizer_symbolizer_mac.cpp141 : process_(new(*allocator) AtosSymbolizerProcess(path, getpid())) {}
/freebsd-12-stable/contrib/netbsd-tests/lib/librt/
H A Dt_sem.c151 getpid());
154 printf("PID %d got semaphore\n", getpid());
/freebsd-12-stable/bin/sh/
H A Dtrap.c500 TRACE(("exitshell(%d) pid=%d\n", status, getpid()));
549 kill(getpid(), sig);
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-app-init-linux.c182 pid = getpid();
203 sprintf(shm_name, "%s-%d", SHM_NAME, getpid());
/freebsd-12-stable/crypto/heimdal/kadmin/
H A Dkadm_conn.c107 if(getpid() == pgrp) {
190 pgrp = getpid();
/freebsd-12-stable/tests/sys/audit/
H A Dfile-attribute-modify.c67 pid = getpid();
163 pid = getpid();
255 pid = getpid();
434 pid = getpid();
613 pid = getpid();
792 pid = getpid();
927 pid = getpid();
975 pid = getpid();
/freebsd-12-stable/sys/kern/
H A Dcapabilities.conf312 getpid
/freebsd-12-stable/tests/sys/fs/fusefs/
H A Dallow_other.cc147 in.header.pid == (uint32_t)getpid() &&
162 in.header.pid != (uint32_t)getpid() &&
H A Dopen.cc175 in.header.pid == (uint32_t)getpid() &&
189 in.header.pid != (uint32_t)getpid() &&
/freebsd-12-stable/tests/sys/kern/
H A Dpdeathsig.c68 rc = procctl(P_PID, (((getpid() + 1) % 10) + 100),
86 rc = procctl(P_PID, getpid(), PROC_PDEATHSIG_CTL, &signum);
/freebsd-12-stable/tools/regression/netinet/tcpdrop/
H A Dtcpdrop.c245 parent_pid = getpid();
250 child_pid = getpid();
/freebsd-12-stable/lib/libutil/tests/
H A Dpidfile_test.c114 if (other != getpid()) {
291 if (atoi(pid) != getpid())
/freebsd-12-stable/crypto/openssh/
H A Dsandbox-systrace.c119 if (kill(getpid(), SIGSTOP) != 0)
120 fatal("%s: kill(%d, SIGSTOP)", __func__, getpid());
/freebsd-12-stable/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c139 pid = getpid();
159 if (forked && pid != getpid())
/freebsd-12-stable/contrib/apr/poll/unix/
H A Dz_asio.c117 #include <unistd.h> /* getpid */
124 " " msg, getpid()), \
127 " " msg, getpid(), var1), \
130 " " msg, getpid(), var1, var2), \
134 " " msg, getpid(), var1, var2, var3), \
138 " " msg, getpid(), var1, var2, var3, var4),\
/freebsd-12-stable/sbin/dump/
H A Dtape.c521 parentpid = getpid();
587 tapeno+1, parentpid, getpid());
665 if (master != 0 && master != getpid())
684 msg("pid = %d exits with status %d\n", getpid(), status);
707 master = getpid();
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_filegen.c142 gen->id_lo = getpid();
234 (int)getpid(), conflicts++);
372 current = ((int)gen->id_lo == getpid());
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp130 unsigned long GetPid() { return (unsigned long)getpid(); }
/freebsd-12-stable/contrib/netbsd-tests/kernel/
H A Dt_ptrace.c130 ATF_REQUIRE_ERRNO(EINVAL, ptrace(PT_ATTACH, getpid(), NULL, 0) == -1);
/freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_mutex.c405 res = sched_setscheduler(getpid(), SCHED_FIFO, &param);
408 res = sched_getscheduler(getpid());
540 res = sched_setscheduler(getpid(), SCHED_FIFO, &param);
543 res = sched_getscheduler(getpid());
/freebsd-12-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mlx_txn.h374 uint64_t pid = getpid();

Completed in 319 milliseconds

1234567891011>>