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

/vbox/src/VBox/Devices/PC/BIOS/
H A Dpcibios.c313 pci_route_buf __far *route_buf; local
389 route_buf = ES :> (void *)DI;
391 FP_SEG(route_buf->buf_ptr), FP_OFF(route_buf->buf_ptr),
392 route_buf->buf_size, pci_routing_table_size, ES, DI);
393 if (pci_routing_table_size > route_buf->buf_size) {
397 rep_movsb(route_buf->buf_ptr, pci_routing_table, pci_routing_table_size);
401 route_buf->buf_size = pci_routing_table_size;

Completed in 51 milliseconds