Home
last modified time | relevance | path

Searched refs:parent_pid (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libnisdb/yptol/
H A Dupdate.c64 extern pid_t parent_pid;
294 if (!wait && (getpid() == parent_pid)) in update_map_if_required()
H A Dshim.c67 pid_t parent_pid; /* ID of calling parent process */ variable
641 parent_pid = getpid(); in init_lock_system()
/titanic_44/usr/src/cmd/ssh/ssh-agent/
H A Dssh-agent.c100 pid_t parent_pid = -1; variable
898 if (parent_pid != -1 && getppid() != parent_pid) {
900 if (parent_pid != -1 && kill(parent_pid, 0) < 0) {
1032 parent_pid = getpid();
1042 (long)parent_pid);
1085 printf(gettext("Agent pid %ld;\n"), (long)parent_pid);
/titanic_44/usr/src/cmd/amt/
H A Damt.c393 pid_t parent_pid; in memory_allocation_not_shared() local
445 parent_pid = getppid(); in memory_allocation_not_shared()
446 if (sigsend(P_PID, parent_pid, SIG_EVENT) != 0) { in memory_allocation_not_shared()