Searched refs:idtype_t (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/lib/libc/gen/
H A Dwaitid.c44 int __waitid(idtype_t, id_t, siginfo_t *, int);
47 __waitid(idtype_t idtype, id_t id, siginfo_t *info, int flags)
52 ret = ((pid_t (*)(idtype_t, id_t, int *, int, struct __wrusage *,
/freebsd-12-stable/lib/libc/sys/
H A Dwait6.c45 wait6(idtype_t idtype, id_t id, int *status, int options, struct __wrusage *ru,
49 return (((pid_t (*)(idtype_t, id_t, int *, int, struct __wrusage *,
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dprocset.h83 } idtype_t; typedef in typeref:enum:idtype
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-12-stable/sys/sys/
H A Dwait.h125 } idtype_t; /* The type of id_t we are using. */ typedef in typeref:enum:idtype
163 int waitid(idtype_t, id_t, struct __siginfo *, int);
170 pid_t wait6(idtype_t, id_t, int *, int, struct __wrusage *,
H A Dprocctl.h139 int procctl(idtype_t, id_t, int, void *);
H A Dsysproto.h1616 char idtype_l_[PADL_(idtype_t)]; idtype_t idtype; char idtype_r_[PADR_(idtype_t)];
1677 char idtype_l_[PADL_(idtype_t)]; idtype_t idtype; char idtype_r_[PADR_(idtype_t)];
/freebsd-12-stable/usr.bin/protect/
H A Dprotect.c74 idtype_t idtype;
/freebsd-12-stable/contrib/gcc/
H A Dsys-types.h118 typedef int idtype_t; typedef
H A Dsys-protos.h20 extern int __evexit(evver_t, idtype_t, id_t, const ecb_t *);
1031 extern int sigsend(idtype_t, id_t, int);
1239 extern int waitid(idtype_t, id_t, siginfo_t *, int);
/freebsd-12-stable/sys/kern/
H A Dkern_exit.c798 idtype_t idtype;
971 proc_to_reap(struct thread *td, struct proc *p, idtype_t idtype, id_t id,
1125 idtype_t idtype;
1194 kern_wait6(struct thread *td, idtype_t idtype, id_t id, int *status,
H A Dkern_procctl.c528 idtype_t idtype;
666 kern_procctl(struct thread *td, idtype_t idtype, id_t id, int com, void *data)
/freebsd-12-stable/lib/libthr/thread/
H A Dthr_syscalls.c592 __thr_wait6(idtype_t idtype, id_t id, int *status, int options,
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_misc.c898 idtype_t idtype;
992 idtype_t idtype;

Completed in 250 milliseconds