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

/illumos-gate/usr/src/cmd/listen/
H A Dnlps_serv.c84 * Pid, NLPS_proc, and Lastmsg are significant here; the others aren't used.
87 pid_t Pid; variable
153 Pid = getpid();
154 DEBUG((9,"in nlps_server (NLPS/SMB message), pid %ld", Pid));
H A Dlisten.c91 pid_t Pid; /* listener's process ID */ variable
411 Pid = getpid();
412 i = sprintf(pidstring, "%ld", Pid) + 1;
1286 Pid = getpid();
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c128 Pid = -1, variable
683 if (Pid > 0)
684 kill(Pid, 9);
864 if (Pid > 0) /* parent with a child */
865 kill(Pid, 9);
969 if ((Pid = fork()) == 0)
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpmtok_int.h194 pid_t Pid; member in struct:__anon4282

Completed in 79 milliseconds