Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dupdate.c63 extern pid_t parent_pid;
293 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()
/illumos-gate/usr/src/cmd/amt/
H A Damt.c391 pid_t parent_pid; in memory_allocation_not_shared() local
443 parent_pid = getppid(); in memory_allocation_not_shared()
444 if (sigsend(P_PID, parent_pid, SIG_EVENT) != 0) { in memory_allocation_not_shared()