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

/external/libppp/src/
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.c769 physical_ChangedPid(struct physical *p, pid_t newpid) argument
774 if ((res = ID0uu_lock_txfr(p->name.base, newpid)) != UU_LOCK_OK)
/external/valgrind/main/coregrind/
H A Dvgdb.c2156 int newpid; local
2169 newpid = strtol(pathname + strlen (vgdb_format),
2171 if (*wrongpid == '-' && newpid > 0
2172 && kill (newpid, 0) == 0) {
2175 report_pid (newpid, /*on_stdout*/ True);
2176 pid = newpid;
2178 if (arg_pid == newpid) {
2179 pid = newpid;
2190 report_pid (newpid, /*on_stdout*/ False);
2192 pid = newpid;
2302 int newpid; local
[all...]

Completed in 137 milliseconds