Home | History | Annotate | Download | only in events

Lines Matching defs:info

23   siginfo_t info;
25 info.si_pid = 0;
26 ret = waitid (P_ALL, -1, &info, WEXITED|WNOHANG);
34 if (info.si_pid == 0)
38 if (info.si_pid == state->setter_pid)
40 report_setter_error (&info);
44 if (info.si_pid != state->tlsdate_pid)
48 info.si_pid, info.si_uid, info.si_status, info.si_code);
53 info.si_pid, info.si_uid, info.si_status, info.si_code);
60 if (info.si_status == 0)
86 siginfo_t info;
88 info.si_pid = 0;
89 ret = waitid (P_ALL, -1, &info, WSTOPPED|WCONTINUED|WNOHANG);
97 if (info.si_pid == 0)
99 info ("[event:%s] a child has been STOPPED or CONTINUED. Killing it.",
102 if (kill (info.si_pid, SIGKILL))
108 info ("[event:%s] child gone before we could kill it",