Searched refs:matchedindex (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/biosdev/
H A Dbiosdev.c567 int matchedindex = -1; local
623 matchedindex = match_edd(biosdata);
625 if (matchedindex != -1) {
629 disk_list[matchedindex]);
632 mapinfo[i].disklist_index = matchedindex;
637 mapinfo[j].disklist_index == matchedindex) {
683 matchedindex = match_first_block(biosdata);
684 if (matchedindex != -1) {
688 disk_list[matchedindex]);
691 mapinfo[i].disklist_index = matchedindex;
[all...]

Completed in 44 milliseconds