Searched defs:first_match (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDevFdc.cpp421 int i, first_match, match; local
449 first_match = -1;
462 if (first_match == -1)
463 first_match = i;
467 if (first_match == -1)
470 match = first_match;

Completed in 53 milliseconds