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

/freebsd-9.3-release/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.h120 extern int processor_bind(idtype_t idtype, id_t id,
/freebsd-9.3-release/sys/sys/
H A Dprocctl.h50 int procctl(idtype_t, id_t, int, void *);
H A Dwait.h123 } idtype_t; /* The type of id_t we are using. */ typedef in typeref:enum:idtype
149 int waitid(idtype_t, id_t, struct __siginfo *, int);
156 pid_t wait6(idtype_t, id_t, int *, int, struct __wrusage *,
H A Dsysproto.h1749 char idtype_l_[PADL_(idtype_t)]; idtype_t idtype; char idtype_r_[PADR_(idtype_t)];
1757 char idtype_l_[PADL_(idtype_t)]; idtype_t idtype; char idtype_r_[PADR_(idtype_t)];
/freebsd-9.3-release/lib/libc/gen/
H A Dwaitid.c42 __waitid(idtype_t idtype, id_t id, siginfo_t *info, int flags)
/freebsd-9.3-release/usr.bin/protect/
H A Dprotect.c72 idtype_t idtype;
/freebsd-9.3-release/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-9.3-release/usr.bin/kdump/
H A Dmksubr320 idtypename(idtype_t idtype, int decimal)
/freebsd-9.3-release/sys/kern/
H A Dkern_exit.c716 idtype_t idtype;
878 proc_to_reap(struct thread *td, struct proc *p, idtype_t idtype, id_t id,
1032 idtype_t idtype;
1069 kern_wait6(struct thread *td, idtype_t idtype, id_t id, int *status,
H A Dsys_process.c1331 idtype_t idtype;
1372 kern_procctl(struct thread *td, idtype_t idtype, id_t id, int com, void *data)

Completed in 123 milliseconds