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

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-win-legacy.cpp46 # pragma alloc_text(INIT, vbgdNt4CreateDevice)
60 NTSTATUS vbgdNt4CreateDevice(PDRIVER_OBJECT pDrvObj, PDEVICE_OBJECT pDevObj, PUNICODE_STRING pRegPath) function
62 Log(("VBoxGuest::vbgdNt4CreateDevice: pDrvObj=%p, pDevObj=%p, pRegPath=%p\n", pDrvObj, pDevObj, pRegPath));
72 Log(("VBoxGuest::vbgdNt4CreateDevice: Device not found!\n"));
85 Log(("VBoxGuest::vbgdNt4CreateDevice: Device created\n"));
92 Log(("VBoxGuest::vbgdNt4CreateDevice: Symlink created\n"));
97 Log(("VBoxGuest::vbgdNt4CreateDevice: Setting up device extension ...\n"));
102 Log(("VBoxGuest::vbgdNt4CreateDevice: Device extension created\n"));
121 Log(("VBoxGuest::vbgdNt4CreateDevice: Returning rc = 0x%x (succcess)\n", rc));
130 Log(("VBoxGuest::vbgdNt4CreateDevice
[all...]
H A DVBoxGuest-win.h157 NTSTATUS vbgdNt4CreateDevice(PDRIVER_OBJECT pDrvObj, PDEVICE_OBJECT pDevObj, PUNICODE_STRING pRegPath);
H A DVBoxGuest-win.cpp204 rc = vbgdNt4CreateDevice(pDrvObj, NULL /* pDevObj */, pRegPath);

Completed in 46 milliseconds