Home
last modified time | relevance | path

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

/NextBSD/sys/amd64/linux/
HDlinux_proto.h837 struct linux_waitid_args { struct
838 char idtype_l_[PADL_(int)]; int idtype; char idtype_r_[PADR_(int)];
839 char id_l_[PADL_(l_pid_t)]; l_pid_t id; char id_r_[PADR_(l_pid_t)];
840 char info_l_[PADL_(l_siginfo_t *)]; l_siginfo_t * info; char info_r_[PADR_(l_siginfo_t *)];
841 char options_l_[PADL_(int)]; int options; char options_r_[PADR_(int)];
842 … rusage_l_[PADL_(struct rusage *)]; struct rusage * rusage; char rusage_r_[PADR_(struct rusage *)];
/NextBSD/sys/i386/linux/
HDlinux_proto.h912 struct linux_waitid_args { struct
913 char idtype_l_[PADL_(int)]; int idtype; char idtype_r_[PADR_(int)];
914 char id_l_[PADL_(l_pid_t)]; l_pid_t id; char id_r_[PADR_(l_pid_t)];
915 char info_l_[PADL_(l_siginfo_t *)]; l_siginfo_t * info; char info_r_[PADR_(l_siginfo_t *)];
916 char options_l_[PADL_(int)]; int options; char options_r_[PADR_(int)];
917 char rusage_l_[PADL_(void *)]; void * rusage; char rusage_r_[PADR_(void *)];
/NextBSD/sys/amd64/linux32/
HDlinux32_proto.h894 struct linux_waitid_args { struct
895 char idtype_l_[PADL_(int)]; int idtype; char idtype_r_[PADR_(int)];
896 char id_l_[PADL_(l_pid_t)]; l_pid_t id; char id_r_[PADR_(l_pid_t)];
897 char info_l_[PADL_(l_siginfo_t *)]; l_siginfo_t * info; char info_r_[PADR_(l_siginfo_t *)];
898 char options_l_[PADL_(int)]; int options; char options_r_[PADR_(int)];
899 …e_l_[PADL_(struct l_rusage *)]; struct l_rusage * rusage; char rusage_r_[PADR_(struct l_rusage *)];