Searched refs:uerr (Results 1 – 1 of 1) sorted by relevance
49 static bool print_configure_probe_event(int kerr, int uerr) in print_configure_probe_event() argument53 if (kerr == -ENOENT && uerr == -ENOENT) { in print_configure_probe_event()59 } else if (uerr == -ENOENT) { in print_configure_probe_event()90 static void print_both_open_warning(int kerr, int uerr, bool readwrite) in print_both_open_warning() argument94 if (kerr == uerr && print_common_warning(kerr, readwrite)) in print_both_open_warning()97 if (print_configure_probe_event(kerr, uerr)) in print_both_open_warning()104 if (uerr < 0) in print_both_open_warning()107 str_error_r(-uerr, sbuf, sizeof(sbuf))); in print_both_open_warning()