Home
last modified time | relevance | path

Searched refs:idtype_t (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/ntp/html/hints/
H A Ddecosf215 ! extern int waitid(idtype_t, id_t, siginfo_t *, int);
23 ! extern int waitid(idtype_t, pid_t, siginfo_t *, int);
34 idtype_t p_lidtype; /* The id type for the left set. */
37 idtype_t p_ridtype; /* The id type of for right set. */
45 idtype_t p_lidtype; /* The id type for the left set. */
48 idtype_t p_ridtype; /* The id type of for right set. */
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dprocset.h83 } idtype_t; typedef
122 idtype_t p_lidtype;
127 idtype_t p_ridtype;
157 extern id_t getmyid(idtype_t);
H A Dprocessor.h121 extern int processor_bind(idtype_t idtype, id_t id,
/freebsd/lib/libc/sys/
H A Dwaitid.c41 int __waitid(idtype_t, id_t, siginfo_t *, int);
44 __waitid(idtype_t idtype, id_t id, siginfo_t *info, int flags) in __waitid()
H A Dwait6.c41 wait6(idtype_t idtype, id_t id, int *status, int options, struct __wrusage *ru, in wait6()
/freebsd/sys/sys/
H A Dwait.h122 } idtype_t; /* The type of id_t we are using. */ typedef
160 int waitid(idtype_t, id_t, struct __siginfo *, int);
167 pid_t wait6(idtype_t, id_t, int *, int, struct __wrusage *,
H A Dprocctl.h164 int procctl(idtype_t, id_t, int, void *);
H A Dsysproto.h1592 char idtype_l_[PADL_(idtype_t)]; idtype_t idtype; char idtype_r_[PADR_(idtype_t)];
1653 char idtype_l_[PADL_(idtype_t)]; idtype_t idtype; char idtype_r_[PADR_(idtype_t)];
/freebsd/usr.bin/protect/
H A Dprotect.c72 idtype_t idtype; in main()
/freebsd/sys/kern/
H A Dkern_exit.c875 idtype_t idtype; in sys_wait6()
1045 proc_to_reap(struct thread *td, struct proc *p, idtype_t idtype, id_t id, in proc_to_reap()
1202 idtype_t idtype; in kern_wait()
1274 kern_wait6(struct thread *td, idtype_t idtype, id_t id, int *status, in kern_wait6()
H A Dkern_procctl.c1205 kern_procctl(struct thread *td, idtype_t idtype, id_t id, int com, void *data) in kern_procctl()
/freebsd/lib/libsys/
H A D_libsys.h410 typedef int (__sys_wait6_t)(idtype_t, id_t, int *, int, struct __wrusage *, struct __siginfo *);
422 typedef int (__sys_procctl_t)(idtype_t, id_t, int, void *);
811 int __sys_wait6(idtype_t idtype, id_t id, int * status, int options, struct __wrusage * wrusage, st…
823 int __sys_procctl(idtype_t idtype, id_t id, int com, void * data);
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h568 char idtype_l_[PADL_(idtype_t)]; idtype_t idtype; char idtype_r_[PADR_(idtype_t)];
593 char idtype_l_[PADL_(idtype_t)]; idtype_t idtype; char idtype_r_[PADR_(idtype_t)];
/freebsd/lib/libthr/thread/
H A Dthr_syscalls.c574 __thr_wait6(idtype_t idtype, id_t id, int *status, int options, in __thr_wait6()
/freebsd/sys/compat/linux/
H A Dlinux_misc.c718 linux_common_wait(struct thread *td, idtype_t idtype, int id, int *statusp, in linux_common_wait()
821 idtype_t idtype; in linux_waitid()