Searched defs:_Pid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dct.c82 pid_t _Pid = 0; /* process id of child */ variable
437 switch(_Pid = fork()) {
465 while ((w_ret = wait(&_Status)) != _Pid)
541 if (_Pid) { /* kill the child process */
544 (void) kill (_Pid, SIGKILL);
693 u -> ut_pid = (pid_t) _Pid;

Completed in 62 milliseconds