Home
last modified time | relevance | path

Searched defs:wait6_args (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/sys/
H A Dsysproto.h1607 struct wait6_args { struct
1608 char idtype_l_[PADL_(idtype_t)]; idtype_t idtype; char idtype_r_[PADR_(idtype_t)];
1609 char id_l_[PADL_(id_t)]; id_t id; char id_r_[PADR_(id_t)];
1610 char status_l_[PADL_(int *)]; int * status; char status_r_[PADR_(int *)];
1611 char options_l_[PADL_(int)]; int options; char options_r_[PADR_(int)];
1612 …PADL_(struct __wrusage *)]; struct __wrusage * wrusage; char wrusage_r_[PADR_(struct __wrusage *)];
1613 char info_l_[PADL_(siginfo_t *)]; siginfo_t * info; char info_r_[PADR_(siginfo_t *)];