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

/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp3554 PDMBOTHCBDECL(int) pcnetIOPortRead(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t *pu32, unsigned cb) function
3568 "pcnetIOPortRead: unsupported op size: offset=%#10x cb=%u\n",
3572 Log2(("#%d pcnetIOPortRead: Port=%RTiop *pu32=%#RX32 cb=%d rc=%Rrc\n", PCNET_INST_NR, Port, *pu32, cb, rc));
3861 pcnetIOPortRead, NULL, NULL, "PCNet");
3872 "pcnetIOPortRead", NULL, NULL, "PCNet");
3883 "pcnetIOPortRead", NULL, NULL, "PCNet");

Completed in 67 milliseconds