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

/freebsd-9.3-release/tools/regression/usr.bin/pkill/
H A Dpgrep-n.t15 newpid=$!
17 if [ "$pid" = "$newpid" ]; then
23 kill $newpid
H A Dpgrep-o.t15 newpid=$!
23 kill $newpid
/freebsd-9.3-release/usr.sbin/ppp/
H A Did.c180 ID0uu_lock_txfr(const char *basettyname, pid_t newpid) argument
185 ret = uu_lock_txfr(basettyname, newpid);
187 (long)newpid);
H A Dbundle.c1550 pid_t newpid; local
1628 if ((got = read(reply[0], &newpid, sizeof newpid)) == sizeof newpid) {
1630 (long)newpid);
1631 if (lock && (res = ID0uu_lock_txfr(lock, newpid)) != UU_LOCK_OK)
1648 sun->sun_path, got, (int)(sizeof newpid));
H A Dphysical.c758 physical_ChangedPid(struct physical *p, pid_t newpid) argument
763 if ((res = ID0uu_lock_txfr(p->name.base, newpid)) != UU_LOCK_OK)
/freebsd-9.3-release/sys/dev/hwpmc/
H A Dhwpmc_logging.c974 pmclog_process_procfork(struct pmc_owner *po, pid_t oldpid, pid_t newpid) argument
978 PMCLOG_EMIT32(newpid);

Completed in 67 milliseconds