idtype_t
wait6(idtype_t idtype, id_t id, int *status, int options, struct __wrusage *ru,
int __waitid(idtype_t, id_t, siginfo_t *, int);
__waitid(idtype_t idtype, id_t id, siginfo_t *info, int flags)
typedef int (__sys_wait6_t)(idtype_t, id_t, int *, int, struct __wrusage *, struct __siginfo *);
typedef int (__sys_procctl_t)(idtype_t, id_t, int, void *);
int __sys_wait6(idtype_t idtype, id_t id, int * status, int options, struct __wrusage * wrusage, struct __siginfo * info);
int __sys_procctl(idtype_t idtype, id_t id, int com, void * data);
__thr_wait6(idtype_t idtype, id_t id, int *status, int options,
char idtype_l_[PADL_(idtype_t)]; idtype_t idtype; char idtype_r_[PADR_(idtype_t)];
char idtype_l_[PADL_(idtype_t)]; idtype_t idtype; char idtype_r_[PADR_(idtype_t)];
linux_common_wait(struct thread *td, idtype_t idtype, int id, int *statusp,
idtype_t idtype;
proc_to_reap(struct thread *td, struct proc *p, idtype_t idtype, id_t id,
idtype_t idtype;
kern_wait6(struct thread *td, idtype_t idtype, id_t id, int *status,
idtype_t idtype;
kern_procctl(struct thread *td, idtype_t idtype, id_t id, int com, void *data)
int procctl(idtype_t, id_t, int, void *);
char idtype_l_[PADL_(idtype_t)]; idtype_t idtype; char idtype_r_[PADR_(idtype_t)];
char idtype_l_[PADL_(idtype_t)]; idtype_t idtype; char idtype_r_[PADR_(idtype_t)];
int waitid(idtype_t, id_t, struct __siginfo *, int);
pid_t wait6(idtype_t, id_t, int *, int, struct __wrusage *,
idtype_t idtype;