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

/vbox/src/VBox/Devices/PC/BIOS/
H A Dpost.c72 void rom_scan(uint16_t start_seg, uint16_t end_seg) argument
77 DPRINT("Scanning for ROMs in %04X-%04X range\n", start_seg, end_seg);
79 while (start_seg < end_seg) {

Completed in 3481 milliseconds