Searched refs:uerr (Results 1 – 1 of 1) sorted by relevance
48 static bool print_configure_probe_event(int kerr, int uerr) in print_configure_probe_event() argument52 if (kerr == -ENOENT && uerr == -ENOENT) { in print_configure_probe_event()58 } else if (uerr == -ENOENT) { in print_configure_probe_event()89 static void print_both_open_warning(int kerr, int uerr, bool readwrite) in print_both_open_warning() argument93 if (kerr == uerr && print_common_warning(kerr, readwrite)) in print_both_open_warning()96 if (print_configure_probe_event(kerr, uerr)) in print_both_open_warning()103 if (uerr < 0) in print_both_open_warning()106 str_error_r(-uerr, sbuf, sizeof(sbuf))); in print_both_open_warning()