Home
last modified time | relevance | path

Searched refs:pid_t (Results 1 – 25 of 517) sorted by relevance

12345678910>>...21

/dragonfly/contrib/binutils-2.27/libiberty/
H A Dpex-unix.c125 static pid_t
129 pid_t ret; in pex_wait()
156 static pid_t
167 static pid_t
172 pid_t ret; in pex_wait()
211 pid_t pid;
216 static pid_t
491 static pid_t
501 pid_t pid; in pex_unix_exec_child()
590 static pid_t
[all …]
H A Dpex-common.h31 #if !defined(pid_t) && defined(HAVE_SYS_TYPES_H)
73 pid_t *children;
117 pid_t (*exec_child) (struct pex_obj *, int /* flags */,
129 pid_t (*wait) (struct pex_obj *, pid_t /* child */, int * /* status */,
/dragonfly/contrib/gdb-7/libiberty/
H A Dpex-unix.c124 static pid_t
128 pid_t ret; in pex_wait()
155 static pid_t
166 static pid_t
171 pid_t ret; in pex_wait()
210 pid_t pid;
215 static pid_t
491 static pid_t
501 pid_t pid; in pex_unix_exec_child()
590 static pid_t
[all …]
H A Dpex-common.h31 #if !defined(pid_t) && defined(HAVE_SYS_TYPES_H)
73 pid_t *children;
117 pid_t (*exec_child) (struct pex_obj *, int /* flags */,
129 pid_t (*wait) (struct pex_obj *, pid_t /* child */, int * /* status */,
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dpex-unix.c122 static pid_t
126 pid_t ret; in pex_wait()
153 static pid_t
164 static pid_t
169 pid_t ret; in pex_wait()
208 pid_t pid;
213 static pid_t
489 static pid_t
499 pid_t pid; in pex_unix_exec_child()
588 static pid_t
[all …]
H A Dpex-common.h31 #if !defined(pid_t) && defined(HAVE_SYS_TYPES_H)
73 pid_t *children;
117 pid_t (*exec_child) (struct pex_obj *, int /* flags */,
129 pid_t (*wait) (struct pex_obj *, pid_t /* child */, int * /* status */,
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dpex-unix.c124 static pid_t
128 pid_t ret; in pex_wait()
155 static pid_t
166 static pid_t
171 pid_t ret; in pex_wait()
210 pid_t pid;
215 static pid_t
490 static pid_t
500 pid_t pid; in pex_unix_exec_child()
589 static pid_t
[all …]
H A Dpex-common.h30 #if !defined(pid_t) && defined(HAVE_SYS_TYPES_H)
72 pid_t *children;
116 pid_t (*exec_child) (struct pex_obj *, int /* flags */,
128 pid_t (*wait) (struct pex_obj *, pid_t /* child */, int * /* status */,
/dragonfly/sys/sys/
H A Dsched.h69 int sched_setparam(pid_t, const struct sched_param *);
70 int sched_getparam(pid_t, struct sched_param *);
72 int sched_setscheduler(pid_t, int, const struct sched_param *);
73 int sched_getscheduler(pid_t);
78 int sched_rr_get_interval(pid_t, struct timespec *);
81 int sched_setaffinity(pid_t, size_t, const cpu_set_t *);
82 int sched_getaffinity(pid_t, size_t, cpu_set_t *);
H A Dwait.h145 typedef __pid_t pid_t; /* process id */ typedef
150 pid_t wait(int *);
151 pid_t waitpid(pid_t, int *, int);
160 pid_t wait3(int *, int, struct rusage *);
163 pid_t wait4(pid_t, int *, int, struct rusage *);
164 pid_t wait6(idtype_t, id_t, int *, int, struct __wrusage *,
H A Dkinfo.h61 pid_t f_pid; /* owning process */
121 pid_t kl_pid; /* PID of our associated proc */
202 pid_t kp_pid; /* process id */
203 pid_t kp_ppid; /* parent process id */
204 pid_t kp_pgid; /* process group id */
206 pid_t kp_sid; /* session id */
210 pid_t kp_tpgid; /* tty process group id */
211 pid_t kp_tsid; /* tty session id */
/dragonfly/contrib/tcsh-6/
H A Dsh.types.h78 typedef int pid_t; typedef
103 typedef long pid_t; typedef
114 extern pid_t getpid();
115 extern pid_t fork();
193 typedef short pid_t; typedef
308 typedef int pid_t; /* FX-80 */ typedef
310 typedef short pid_t; /* FX-2800 */ typedef
329 typedef int pid_t; /* Older versions might not like that */ typedef
361 typedef int pid_t; typedef
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dpex-unix.c124 static pid_t
128 pid_t ret; in pex_wait()
155 static pid_t
166 static pid_t
171 pid_t ret; in pex_wait()
210 pid_t pid;
215 static pid_t
240 pid_t cpid; in pex_wait()
466 static pid_t
476 pid_t pid; in pex_unix_exec_child()
[all …]
H A Dpex-common.h30 #if !defined(pid_t) && defined(HAVE_SYS_TYPES_H)
72 pid_t *children;
116 pid_t (*exec_child) (struct pex_obj *, int /* flags */,
128 pid_t (*wait) (struct pex_obj *, pid_t /* child */, int * /* status */,
/dragonfly/include/
H A Dunistd.h62 typedef __pid_t pid_t; typedef
391 pid_t fork(void);
399 pid_t getpgrp(void);
400 pid_t getpid(void);
401 pid_t getppid(void);
412 int setpgid(pid_t, pid_t);
413 pid_t setsid(void);
417 pid_t tcgetpgrp(int);
465 int getsid(pid_t _pid);
596 pid_t rfork(int);
[all …]
H A Dspawn.h42 typedef __pid_t pid_t; typedef
67 int posix_spawn(pid_t * __restrict, const char * __restrict,
71 int posix_spawnp(pid_t * __restrict, const char * __restrict,
96 pid_t * __restrict);
107 int posix_spawnattr_setpgroup(posix_spawnattr_t *, pid_t);
/dragonfly/contrib/gdb-7/gdb/common/
H A Dlinux-procfs.c32 linux_proc_get_int (pid_t lwpid, const char *field) in linux_proc_get_int()
62 linux_proc_get_tgid (pid_t lwpid) in linux_proc_get_tgid()
69 pid_t
70 linux_proc_get_tracerpid (pid_t lwpid) in linux_proc_get_tracerpid()
78 linux_proc_pid_has_state (pid_t pid, const char *state) in linux_proc_pid_has_state()
109 linux_proc_pid_is_stopped (pid_t pid) in linux_proc_pid_is_stopped()
117 linux_proc_pid_is_zombie (pid_t pid) in linux_proc_pid_is_zombie()
H A Dlinux-procfs.h27 extern int linux_proc_get_tgid (pid_t lwpid);
32 extern pid_t linux_proc_get_tracerpid (pid_t lwpid);
37 extern int linux_proc_pid_is_stopped (pid_t pid);
41 extern int linux_proc_pid_is_zombie (pid_t pid);
/dragonfly/lib/libutil/
H A Duucplock.c56 static int put_pid (int fd, pid_t pid);
57 static pid_t get_pid (int fd,int *err);
67 pid_t pid, pid_old; in uu_lock()
127 uu_lock_txfr(const char *tty_name, pid_t pid) in uu_lock_txfr()
198 put_pid(int fd, pid_t pid) in put_pid()
207 static pid_t
212 pid_t pid; in get_pid()
217 pid = (pid_t)strtol (buf, NULL, 10); in get_pid()
/dragonfly/lib/libc/upmap/
H A Dukp_getpid.c49 extern pid_t __sys_getpid(void);
54 static pid_t *pidp;
62 pid_t
79 pid_t xxx_getpid(void);
81 pid_t
/dragonfly/lib/libc/gen/
H A Dtermios.c82 tcsetpgrp(int fd, pid_t pgrp) in tcsetpgrp()
90 pid_t
96 return ((pid_t)-1); in tcgetpgrp()
98 return ((pid_t)s); in tcgetpgrp()
101 pid_t
107 return ((pid_t)-1); in tcgetsid()
109 return ((pid_t)s); in tcgetsid()
113 tcsetsid(int fd, pid_t pid) in tcsetsid()
H A Dwaitpid.c41 pid_t __waitpid(pid_t, int *, int);
43 pid_t
44 __waitpid(pid_t pid, int *istat, int options) in __waitpid()
/dragonfly/usr.bin/shlock/
H A Dshlock.c51 static int create_lock(const char *, pid_t, int, int);
61 pid_t pid = -1; in main()
102 create_lock(const char *file, pid_t pid, int uucpstyle, int debug) in create_lock()
195 pid_t pid; in check_lock()
210 len = read(fd, buf, uucpstyle ? sizeof(pid_t) : sizeof(buf)); in check_lock()
224 if (len != sizeof(pid_t)) { in check_lock()
229 memcpy(&pid, buf, sizeof(pid_t)); in check_lock()
/dragonfly/sys/dev/drm/include/linux/
H A Dpid.h38 put_pid(pid_t pid) in put_pid()
43 static inline pid_t
44 pid_nr(pid_t pid) in pid_nr()
49 pid_t get_task_pid(struct task_struct *task, enum pid_type type);
/dragonfly/contrib/cryptsetup/lib/
H A Dutils_debug.c28 static int check_pid(const pid_t pid, const char *dev_name, const char *short_dev_name) in check_pid()
65 static int read_proc_info(const pid_t pid, pid_t *ppid, char *name, int max_size) in read_proc_info()
86 static void report_proc(const pid_t pid, const char *dev_name) in report_proc()
89 pid_t ppid, ppid2; in report_proc()
103 pid_t pid; in debug_processes_using_device()

12345678910>>...21