Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dwait.h137 } idtype_t; /* The type of id_t we are using. */ typedef
153 int waitid(idtype_t, id_t, siginfo_t *, int);
164 pid_t wait6(idtype_t, id_t, int *, int, struct __wrusage *,
H A Dprocctl.h76 } idtype_t; /* The type of id_t we are using. */ typedef
120 int procctl(idtype_t idtype, id_t id, int cmd, void *arg);
H A Dkern_syscall.h82 int kern_wait(idtype_t idtype, id_t id, int *status, int options,
H A Dsysproto.h1358 idtype_t idtype; char idtype_[PAD_(idtype_t)];
1419 idtype_t idtype; char idtype_[PAD_(idtype_t)];
/dragonfly/lib/libc/gen/
H A Dwaitid.c42 int __waitid(idtype_t, id_t, siginfo_t *, int);
45 __waitid(idtype_t idtype, id_t id, siginfo_t *info, int flags) in __waitid()
/dragonfly/sys/kern/
H A Dkern_exit.c920 idtype_t idtype; in sys_wait4()
959 idtype_t idtype; in sys_wait6()
999 kern_wait(idtype_t idtype, id_t id, int *status, int options, in kern_wait()