Home
last modified time | relevance | path

Searched refs:PID_T (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/common/
H A Dlinux-osdata.c78 (PID_T) ptid_get_pid (ptid), (PID_T) ptid_get_lwp (ptid)); in linux_common_core_of_thread()
275 PID_T tid; in get_cores_used_by_process()
327 PID_T pid; in linux_xfer_osdata_processes()
419 PID_T pid1 = *((PID_T *) process1); in compare_processes()
420 PID_T pid2 = *((PID_T *) process2); in compare_processes()
421 PID_T pgid1 = *((PID_T *) process1 + 1); in compare_processes()
422 PID_T pgid2 = *((PID_T *) process2 + 1); in compare_processes()
472 PID_T *process_list = (PID_T *) xmalloc (list_block_size * 2 * sizeof (PID_T)); in linux_xfer_osdata_processgroups()
603 PID_T pid; in linux_xfer_osdata_threads()
619 PID_T tid; in linux_xfer_osdata_threads()
[all …]
/dragonfly/usr.sbin/cron/cron/
H A Dpopen.c48 static PID_T *pids;
57 PID_T pid; in cron_popen()
77 if (!(pids = (PID_T *)malloc((u_int)(fds * sizeof(PID_T))))) in cron_popen()
79 bzero((char *)pids, fds * sizeof(PID_T)); in cron_popen()
216 PID_T pid; in cron_pclose()
H A Dexterns.h41 # define PID_T pid_t macro
47 # define PID_T int macro
62 # define PID_T int macro
146 extern PID_T vfork(void);
H A Dcron.c378 PID_T pid;
H A Ddo_command.c542 PID_T pid; in child_process()
/dragonfly/usr.sbin/cron/lib/
H A Dcompat.c42 PID_T
H A Dmisc.c424 PID_T pid = xpid; in log_it()
/dragonfly/usr.sbin/cron/crontab/
H A Dcrontab.c55 static PID_T Pid;
304 PID_T pid, xpid;