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

/freebsd-10.1-release/bin/pkill/tests/
H A Dpgrep-n_test.sh15 newpid=$!
17 if [ "$pid" = "$newpid" ]; then
23 kill $newpid
H A Dpgrep-o_test.sh15 newpid=$!
23 kill $newpid
/freebsd-10.1-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.c757 physical_ChangedPid(struct physical *p, pid_t newpid) argument
762 if ((res = ID0uu_lock_txfr(p->name.base, newpid)) != UU_LOCK_OK)
/freebsd-10.1-release/sys/dev/hwpmc/
H A Dhwpmc_logging.c976 pmclog_process_procfork(struct pmc_owner *po, pid_t oldpid, pid_t newpid) argument
980 PMCLOG_EMIT32(newpid);

Completed in 67 milliseconds