Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/listen/
H A Dlslog.c286 extern pid_t Pid;
299 tm_p->tm_hour, tm_p->tm_min, tm_p->tm_sec, Pid, msg); in stamp()
H A Dnlps_serv.c87 pid_t Pid; variable
153 Pid = getpid(); in nlps_server()
154 DEBUG((9,"in nlps_server (NLPS/SMB message), pid %ld", Pid)); in nlps_server()
H A Dlisten.c91 pid_t Pid; /* listener's process ID */ variable
411 Pid = getpid(); in pid_open()
412 i = sprintf(pidstring, "%ld", Pid) + 1; in pid_open()
1286 Pid = getpid(); in trycon()
/titanic_50/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c128 Pid = -1, variable
683 if (Pid > 0) in sigint()
684 kill(Pid, 9); in sigint()
864 if (Pid > 0) /* parent with a child */ in ask()
865 kill(Pid, 9); in ask()
969 if ((Pid = fork()) == 0) in parent_copy()
/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1650 Anchor->Pid = getpid(); in C_Initialize()
H A Dtpmtok_int.h194 pid_t Pid; member