Searched refs:newpid (Results 1 – 6 of 6) sorted by relevance
/freebsd/bin/pkill/tests/ |
H A D | pgrep-n_test.sh | 14 newpid=$! 16 if [ "$pid" = "$newpid" ]; then 22 kill $newpid
|
H A D | pgrep-o_test.sh | 14 newpid=$! 22 kill $newpid
|
/freebsd/usr.sbin/ppp/ |
H A D | id.c | 180 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 D | bundle.c | 1547 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 D | physical.c | 744 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 D | hwpmc_logging.c | 1147 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()
|