Lines Matching refs:result
172 int result = INTUSE(dwfl_linux_proc_report) (dwfl, atoi (arg));
173 if (result != 0)
174 return fail (dwfl, result, arg, state);
200 int result = INTUSE(dwfl_linux_proc_maps_report) (dwfl, f);
202 if (result != 0)
203 return fail (dwfl, result, arg, state);
230 int result = INTUSE(dwfl_linux_kernel_report_kernel) (dwfl);
231 if (result != 0)
232 return fail (dwfl, result, _("cannot load kernel symbols"), state);
233 result = INTUSE(dwfl_linux_kernel_report_modules) (dwfl);
234 if (result != 0)
236 argp_failure (state, 0, result, _("cannot find kernel modules"));
250 int result = INTUSE(dwfl_linux_kernel_report_offline) (dwfl, arg,
252 if (result != 0)
253 return fail (dwfl, result, _("cannot find kernel or modules"), state);
297 int result = INTUSE(dwfl_core_file_report) (dwfl, core, opt->e);
298 if (result < 0)
302 return fail (dwfl, result, opt->core, state);
322 if (result == 0)
339 int result = INTUSE(dwfl_report_end) (dwfl, NULL, NULL);
340 if (result != 0)