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

/vbox/src/VBox/Devices/PC/BIOS/
H A Dpcibios.c163 uint8_t __far *buf_ptr; member in struct:__anon15000
391 FP_SEG(route_buf->buf_ptr), FP_OFF(route_buf->buf_ptr),
397 rep_movsb(route_buf->buf_ptr, pci_routing_table, pci_routing_table_size);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Detherfabric.c3695 unsigned int buf_ptr = rx_queue->read_ptr % EFAB_NUM_RX_DESC; local
3700 iob = rx_queue->buf[buf_ptr];
3701 rx_queue->buf[buf_ptr] = NULL;

Completed in 76 milliseconds