Home
last modified time | relevance | path

Searched refs:newpid (Results 1 – 6 of 6) sorted by relevance

/freebsd/bin/pkill/tests/
H A Dpgrep-n_test.sh14 newpid=$!
16 if [ "$pid" = "$newpid" ]; then
22 kill $newpid
H A Dpgrep-o_test.sh14 newpid=$!
22 kill $newpid
/freebsd/usr.sbin/ppp/
H A Did.c180 ID0uu_lock_txfr(const char *basettyname, pid_t newpid) in ID0uu_lock_txfr() argument
185 ret = uu_lock_txfr(basettyname, newpid); in ID0uu_lock_txfr()
187 (long)newpid); in ID0uu_lock_txfr()
H A Dbundle.c1547 pid_t newpid; in bundle_SendDatalink() local
1625 if ((got = read(reply[0], &newpid, sizeof newpid)) == sizeof newpid) { in bundle_SendDatalink()
1627 (long)newpid); in bundle_SendDatalink()
1628 if (lock && (res = ID0uu_lock_txfr(lock, newpid)) != UU_LOCK_OK) in bundle_SendDatalink()
1645 sun->sun_path, got, (int)(sizeof newpid)); in bundle_SendDatalink()
H A Dphysical.c744 physical_ChangedPid(struct physical *p, pid_t newpid) in physical_ChangedPid() argument
749 if ((res = ID0uu_lock_txfr(p->name.base, newpid)) != UU_LOCK_OK) in physical_ChangedPid()
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_logging.c1147 pmclog_process_procfork(struct pmc_owner *po, pid_t oldpid, pid_t newpid) in pmclog_process_procfork() argument
1152 PMCLOG_EMIT32(newpid); in pmclog_process_procfork()