/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | stdtypes.h | 50 typedef int pid_t; /* process id */ typedef
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | popen.c | 65 typedef int pid_t; typedef 71 static pid_t popen_pid[20]; 77 register pid_t pid; 104 if(pid == (pid_t)-1) 115 register pid_t r; 123 while((r = wait(&status)) != popen_pid[f] && r != (pid_t)-1) 125 if(r == (pid_t)-1)
|
/illumos-gate/usr/src/boot/include/ |
H A D | time.h | 93 typedef __pid_t pid_t; typedef 177 int clock_getcpuclockid(pid_t, clockid_t *);
|
H A D | unistd.h | 53 typedef __pid_t pid_t; typedef 336 pid_t fork(void); 344 pid_t getpgrp(void); 345 pid_t getpid(void); 346 pid_t getppid(void); 360 int setpgid(pid_t, pid_t); 361 pid_t setsid(void); 365 pid_t tcgetpgrp(int); 366 int tcsetpgrp(int, pid_t); [all...] |
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | fcntl.h | 61 typedef __pid_t pid_t; typedef 274 pid_t l_pid; /* lock owner */ 288 pid_t l_pid; /* lock owner */
|
H A D | types.h | 138 typedef __id_t id_t; /* can hold a uid_t or pid_t */ 178 typedef __pid_t pid_t; /* process id */ typedef
|
H A D | socket.h | 60 typedef __pid_t pid_t; typedef 469 pid_t cmcred_pid; /* PID of sending process */
|
/illumos-gate/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_main.c | 99 static pid_t rcapd_pid; /* rcapd's pid to ensure it's not */ 134 proc_issystem(pid_t pid) 151 pid_t pid = psinfop->pr_pid; 265 pid_t pid = member->lpc_pid; 315 get_psinfo(pid_t pid, psinfo_t *psinfo, int cached_fd, 374 proc_cb(const pid_t pid) 586 proc_walk_all(void (*cb)(const pid_t)) argument 590 pid_t pid; 820 pid_t pid; 1240 pid_t pi [all...] |
/illumos-gate/usr/src/cmd/mail/ |
H A D | mail.h | 73 typedef int pid_t; typedef 296 extern int dowait(pid_t pidval);
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | types.h | 358 typedef long pid_t; /* process id type */ typedef 361 typedef int pid_t; typedef 422 #define P_MYPID ((pid_t)0) 431 #define NOPID (pid_t)(-1)
|
/illumos-gate/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 413 typedef int pid_t; typedef
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | types.h | 510 typedef int pid_t; /* process id type */ typedef 513 typedef long pid_t; /* (historical version) */ typedef 594 #define P_MYPID ((pid_t)0) 602 #define NOPID (pid_t)(-1)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/ |
H A D | dns-sd.c | 73 typedef int pid_t; typedef 1649 pid_t pid = getpid(); 1660 pid_t pid = getpid();
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 271 typedef int pid_t; typedef 506 typedef int pid_t; typedef 708 typedef int pid_t; typedef 1160 typedef short pid_t; typedef 1308 typedef short pid_t; typedef 1407 typedef int pid_t; typedef 1638 typedef int pid_t; typedef 1668 typedef int pid_t; typedef 2152 typedef int pid_t; typedef 2219 typedef int pid_t; typedef [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | uds_daemon.c | 138 typedef unsigned int pid_t; typedef 148 pid_t process_id; // Client's PID value 1148 pid_t p = (pid_t) -1;
|