Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/utmpd/
H A Dutmpd.c117 pid_t pd_pid; /* pid to add or remove */ member
670 p->pd_type, (int)p->pd_pid)); in drain_pipe()
677 if (find_pid(p->pd_pid, &i) == 0) in drain_pipe()
678 add_pid(p->pd_pid); in drain_pipe()
682 rem_pid(p->pd_pid, -1, DONT_CLEAN); in drain_pipe()
/titanic_50/usr/src/lib/libc/port/gen/
H A Dgetutx.c83 pid_t pd_pid; /* pid */ member
1131 prec.pd_pid = pid; in sendpid()
1351 prec.pd_pid = pid; in sendupid()
/titanic_50/usr/src/cmd/init/
H A Dinit.c395 pid_t pd_pid; /* pid to add or remove */ member
3668 plp->pl_pid = p->pd_pid; in sigpoll()
3721 if (p->pd_pid > tp->pl_pid) { in sigpoll()
3726 } else if (p->pd_pid < tp->pl_pid) { in sigpoll()