Searched refs:PID_T (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dlinux-osdata.c44 /* Define PID_T to be a fixed size that is at least as large as pid_t,
48 typedef long long PID_T; typedef
73 (PID_T) ptid.pid (), (PID_T) ptid.lwp ());
116 command_from_pid (char *command, int maxlen, PID_T pid)
129 PID_T stat_pid;
151 commandline_from_pid (PID_T pid)
227 get_process_owner (uid_t *owner, PID_T pid)
247 get_cores_used_by_process (PID_T pid, int *cores, const int num_cores)
260 PID_T ti
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dlinux-osdata.c44 /* Define PID_T to be a fixed size that is at least as large as pid_t,
48 typedef long long PID_T; typedef
68 (PID_T) ptid.pid (), (PID_T) ptid.lwp ());
106 command_from_pid (char *command, int maxlen, PID_T pid)
119 PID_T stat_pid;
141 commandline_from_pid (PID_T pid)
217 get_process_owner (uid_t *owner, PID_T pid)
237 get_cores_used_by_process (PID_T pid, int *cores, const int num_cores)
250 PID_T ti
[all...]
/netbsd-current/external/bsd/cron/dist/
H A Dpopen.c61 static PID_T *pids;
68 PID_T pid;
169 PID_T pid;
H A Dexterns.h72 #define PID_T pid_t macro
H A Dmisc.c444 log_itx(const char *username, PID_T xpid, const char *event, const char *fmt,
459 log_it(const char *username, PID_T xpid, const char *event, const char *detail) {
461 PID_T pid = xpid;
H A Dcrontab.c53 static PID_T Pid;
368 PID_T pid, xpid;
H A Ddo_command.c83 PID_T pid = waitpid(-1, &waiter, WNOHANG);
H A Dcron.c516 PID_T pid = waitpid(-1, &waiter, WNOHANG);
/netbsd-current/external/gpl2/groff/dist/src/roff/groff/
H A Dpipeline.c44 #define PID_T pid_t macro
61 #define PID_T int macro
222 PID_T pids[MAX_COMMANDS];
226 PID_T pid;
332 PID_T pid;
453 PID_T pids[MAX_COMMANDS];
459 PID_T pid;
508 PID_T pid = wait(&status);
/netbsd-current/external/gpl2/groff/dist/src/preproc/html/
H A Dpre-html.cpp50 # define PID_T pid_t macro
52 # define PID_T int macro
1284 PID_T child_pid;

Completed in 285 milliseconds