Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Dct.c84 pid_t _Pid = 0; /* process id of child */ variable
439 switch(_Pid = fork()) {
467 while ((w_ret = wait(&_Status)) != _Pid)
543 if (_Pid) { /* kill the child process */
546 (void) kill (_Pid, SIGKILL);
695 u -> ut_pid = (pid_t) _Pid;