Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dwait.h125 } 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 Dprocctl.h146 int procctl(idtype_t, id_t, int, void *);
H A Dsysproto.h1608 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 Dkern_exit.c810 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 Dkern_procctl.c574 idtype_t idtype;
719 kern_procctl(struct thread *td, idtype_t idtype, id_t id, int com, void *data) in kern_procctl()