Searched refs:first (Results 1 – 1 of 1) sorted by relevance
/support/ |
A D | support_descriptors.c | 152 dump_mismatch (bool *first, in dump_mismatch() argument 156 if (*first) in dump_mismatch() 157 *first = false; in dump_mismatch() 170 report_closed_descriptor (bool *first, in report_closed_descriptor() argument 176 dump_mismatch (first, descrs, current); in report_closed_descriptor() 181 report_opened_descriptor (bool *first, in report_opened_descriptor() argument 187 dump_mismatch (first, descrs, current); in report_opened_descriptor() 206 bool first = true; in support_descriptors_check() local 216 dump_mismatch (&first, descrs, current); in support_descriptors_check() 225 dump_mismatch (&first, descrs, current); in support_descriptors_check() [all …]
|
Completed in 4 milliseconds