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

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-win-legacy.cpp42 static NTSTATUS vbgdNt4FindPciDevice(PULONG pulBusNumber, PPCI_SLOT_NUMBER pSlotNumber);
47 # pragma alloc_text(INIT, vbgdNt4FindPciDevice)
69 NTSTATUS rc = vbgdNt4FindPciDevice(&uBusNumber, &SlotNumber);
148 static NTSTATUS vbgdNt4FindPciDevice(PULONG pulBusNumber, PPCI_SLOT_NUMBER pSlotNumber) function
150 Log(("VBoxGuest::vbgdNt4FindPciDevice\n"));
187 Log(("VBoxGuest::vbgdNt4FindPciDevice: Device found!\n"));

Completed in 38 milliseconds