infop             206 miscwrappers.cpp extern "C" int waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options)
infop             218 miscwrappers.cpp   if (retval == 0 && infop != NULL) {
infop             219 miscwrappers.cpp     *infop = siginfop;
infop             321 nosyscallsreal.c int   _real_waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options) {
infop             322 nosyscallsreal.c   REAL_FUNC_PASSTHROUGH (waitid) (idtype, id, infop, options);
infop             399 plugin/pid/pid_miscwrappers.cpp       SYSCALL_GET_ARGS_4(int,idtype,id_t,id,siginfo_t*,infop,int,options);
infop             400 plugin/pid/pid_miscwrappers.cpp       ret = waitid((idtype_t)idtype, id, infop, options);
infop             198 plugin/pid/pid_syscallsreal.c int   _real_waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options) {
infop             199 plugin/pid/pid_syscallsreal.c   REAL_FUNC_PASSTHROUGH ( waitid ) ( idtype, id, infop, options );
infop             409 plugin/pid/pidwrappers.cpp extern "C" int waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options)
infop             454 plugin/pid/pidwrappers.cpp   if (retval == 0 && infop != NULL) {
infop             455 plugin/pid/pidwrappers.cpp     *infop = siginfop;
infop             197 plugin/pid/pidwrappers.h   int   _real_waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options);
infop             816 syscallsreal.c int _real_waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options) {
infop             817 syscallsreal.c   REAL_FUNC_PASSTHROUGH (waitid) (idtype, id, infop, options);
infop             445 syscallwrappers.h   int   _real_waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options);