Searched refs:kerr (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()56 } else if (kerr == -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()100 if (kerr < 0) in print_both_open_warning()103 str_error_r(-kerr, sbuf, sizeof(sbuf))); in print_both_open_warning()