Searched refs:idtype_t (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | wait.h | 125 } idtype_t; /* The type of id_t we are using. */ typedef 163 int waitid(idtype_t, id_t, struct __siginfo *, int); 170 pid_t wait6(idtype_t, id_t, int *, int, struct __wrusage *,
|
| H A D | procctl.h | 146 int procctl(idtype_t, id_t, int, void *);
|
| H A D | sysproto.h | 1608 char idtype_l_[PADL_(idtype_t)]; idtype_t idtype; char idtype_r_[PADR_(idtype_t)]; 1669 char idtype_l_[PADL_(idtype_t)]; idtype_t idtype; char idtype_r_[PADR_(idtype_t)];
|
| /f-stack/freebsd/kern/ |
| H A D | kern_exit.c | 810 idtype_t idtype; in sys_wait6() 984 proc_to_reap(struct thread *td, struct proc *p, idtype_t idtype, id_t id, in proc_to_reap() 1141 idtype_t idtype; in kern_wait() 1210 kern_wait6(struct thread *td, idtype_t idtype, id_t id, int *status, in kern_wait6()
|
| H A D | kern_procctl.c | 574 idtype_t idtype; 719 kern_procctl(struct thread *td, idtype_t idtype, id_t id, int com, void *data) in kern_procctl()
|