/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Dispatcher/ |
H A D | Dispatcher.c | 159 Add an entry to the mDiscoveredList. Allocate memory to store the DriverEntry, 161 in DriverEntry. Pre-process the Depex to set the SOR, Before and After state. 237 @param DriverEntry Driver to work on. 247 IN EFI_CORE_DRIVER_ENTRY *DriverEntry 256 Fv = DriverEntry->Fv; 263 DriverEntry->Fv, 264 &DriverEntry->FileName, 267 &DriverEntry->Depex, 268 (UINTN *)&DriverEntry->DepexSize, 276 DriverEntry 320 EFI_CORE_DRIVER_ENTRY *DriverEntry; local 371 EFI_CORE_DRIVER_ENTRY *DriverEntry; local 438 EFI_CORE_DRIVER_ENTRY *DriverEntry; local 628 EFI_CORE_DRIVER_ENTRY *DriverEntry; local 892 EFI_CORE_DRIVER_ENTRY *DriverEntry; local 1100 EFI_CORE_DRIVER_ENTRY *DriverEntry; local 1397 EFI_CORE_DRIVER_ENTRY *DriverEntry; local [all...] |
H A D | Dependency.c | 158 Preprocess dependency expression and update DriverEntry to reflect the 159 state of Before, After, and SOR dependencies. If DriverEntry->Before 160 or DriverEntry->After is set it will never be cleared. If SOR is set 164 @param DriverEntry DriverEntry element to update . 171 IN EFI_CORE_DRIVER_ENTRY *DriverEntry 176 Iterator = DriverEntry->Depex; 178 DriverEntry->Unrequested = TRUE; 180 DriverEntry->Dependent = TRUE; 184 DriverEntry [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/ |
H A D | Dispatcher.c | 297 @param DriverEntry EFI_SMM_DRIVER_ENTRY instance 305 IN OUT EFI_SMM_DRIVER_ENTRY *DriverEntry 332 Fv = DriverEntry->Fv; 333 NameGuid = &DriverEntry->FileName; 334 FilePath = DriverEntry->FvFileDevicePath; 529 // Save Image EntryPoint in DriverEntry 531 DriverEntry->ImageEntryPoint = ImageContext.EntryPoint; 532 DriverEntry->ImageBuffer = DstBuffer; 533 DriverEntry->NumberOfPage = PageCount; 538 Status = gBS->AllocatePool (EfiBootServicesData, sizeof (EFI_LOADED_IMAGE_PROTOCOL), (VOID **)&DriverEntry 773 EFI_SMM_DRIVER_ENTRY *DriverEntry; local 938 EFI_SMM_DRIVER_ENTRY *DriverEntry; local 1115 EFI_SMM_DRIVER_ENTRY *DriverEntry; local 1185 EFI_SMM_DRIVER_ENTRY *DriverEntry; local 1382 EFI_SMM_DRIVER_ENTRY *DriverEntry; local [all...] |
H A D | Dependency.c | 166 @param DriverEntry DriverEntry element to update. 175 IN EFI_SMM_DRIVER_ENTRY *DriverEntry 188 if (DriverEntry->After || DriverEntry->Before) { 196 DEBUG ((DEBUG_DISPATCH, "Evaluate SMM DEPEX for FFS(%g)\n", &DriverEntry->FileName)); 198 if (DriverEntry->Depex == NULL) { 215 Iterator = DriverEntry->Depex; 222 if (((UINTN)Iterator - (UINTN)DriverEntry->Depex) >= DriverEntry [all...] |
H A D | PiSmmCore.h | 708 @param DriverEntry DriverEntry element to update. 717 IN EFI_SMM_DRIVER_ENTRY *DriverEntry
|
/vbox/src/VBox/Additions/WINNT/Mouse/NT5/ |
H A D | VBoxMF.h | 69 NTSTATUS DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath);
|
H A D | VBoxMFDriver.cpp | 24 # pragma alloc_text(INIT, DriverEntry) 28 NTSTATUS DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath) function
|
/vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/ |
H A D | VBoxUsbDev.cpp | 259 NTSTATUS DriverEntry(IN PDRIVER_OBJECT pDriverObject, IN PUNICODE_STRING pRegistryPath); 263 NTSTATUS DriverEntry(IN PDRIVER_OBJECT pDriverObject, IN PUNICODE_STRING pRegistryPath) function 265 LogRel(("VBoxUsb::DriverEntry. Built Date (%s) Time (%s)\n", __DATE__, __TIME__)); 296 LogRel(("VBoxUsb::DriverEntry. failed with Status (0x%x)\n", Status));
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/ |
H A D | VBoxMPInternal.h | 27 ULONG DriverEntry(IN PVOID Context1, IN PVOID Context2);
|
H A D | VBoxMPDriver.cpp | 716 ULONG DriverEntry(IN PVOID Context1, IN PVOID Context2) function
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/ |
H A D | VBoxMPWddm.h | 67 NTSTATUS DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath);
|
H A D | VBoxMPWddm.cpp | 7395 DriverEntry(
|
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/ndis6/ |
H A D | VBoxNetAdp-win.cpp | 708 NTSTATUS DriverEntry(IN PDRIVER_OBJECT pDriverObject, IN PUNICODE_STRING pRegistryPath); 712 NTSTATUS DriverEntry(IN PDRIVER_OBJECT pDriverObject, IN PUNICODE_STRING pRegistryPath) function
|
H A D | VBoxNetLwf-win.cpp | 1854 NTSTATUS DriverEntry(IN PDRIVER_OBJECT pDriverObject, IN PUNICODE_STRING pRegistryPath); 1858 NTSTATUS DriverEntry(IN PDRIVER_OBJECT pDriverObject, IN PUNICODE_STRING pRegistryPath) function
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/ |
H A D | VBoxDisp.h | 143 ULONG APIENTRY DriverEntry(IN PVOID Context1, IN PVOID Context2);
|
/vbox/src/VBox/Additions/common/VBoxGuest/ |
H A D | VBoxGuest-win.cpp | 66 ULONG DriverEntry(PDRIVER_OBJECT pDrvObj, PUNICODE_STRING pRegPath); 70 # pragma alloc_text(INIT, DriverEntry) 96 ULONG DriverEntry(PDRIVER_OBJECT pDrvObj, PUNICODE_STRING pRegPath) function
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/ |
H A D | DxeMain.h | 420 @param DriverEntry DriverEntry element to update. 429 IN EFI_CORE_DRIVER_ENTRY *DriverEntry 434 Preprocess dependency expression and update DriverEntry to reflect the 435 state of Before, After, and SOR dependencies. If DriverEntry->Before 436 or DriverEntry->After is set it will never be cleared. If SOR is set 440 @param DriverEntry DriverEntry element to update . 447 IN EFI_CORE_DRIVER_ENTRY *DriverEntry
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgDxe/ |
H A D | TcgDxe.c | 1146 DriverEntry ( function 1167 "DriverEntry: TPM not working properly\n",
|
/vbox/src/VBox/HostDrivers/VBoxUSB/win/mon/ |
H A D | VBoxUsbMon.cpp | 1838 NTSTATUS _stdcall DriverEntry(PDRIVER_OBJECT pDrvObj, PUNICODE_STRING pRegPath); 1848 NTSTATUS _stdcall DriverEntry(PDRIVER_OBJECT pDrvObj, PUNICODE_STRING pRegPath) function 1891 LOG(("VBoxUSBMon::DriverEntry returning STATUS_SUCCESS"));
|
/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/ |
H A D | vbsf.c | 404 NTSTATUS DriverEntry(IN PDRIVER_OBJECT DriverObject, function 415 Log(("VBOXSF: DriverEntry: Driver object %p\n", DriverObject)); 419 Log(("VBOXSF: DriverEntry: driver object is NULL.\n")); 427 Log(("VBOXSF: DriverEntry: ERROR while initializing VBox subsystem (%Rrc)!\n", vboxRC)); 436 Log(("VBOXSF: DriverEntry: ERROR while connecting to host (%Rrc)!\n", 453 Log(("VBOXSF: DriverEntry: RxDriverEntry failed: 0x%08X\n", Status)); 459 Log(("VBOXSF: DriverEntry: RxRegisterMinirdr: calling VBoxMRxDeviceObject %p\n", 476 Log(("VBOXSF: DriverEntry: RxRegisterMinirdr: returned 0x%08X VBoxMRxDeviceObject %p\n", 481 Log(("VBOXSF: DriverEntry: RxRegisterMinirdr failed: 0x%08X\n", Status )); 508 Log(("VBOXSF: DriverEntry [all...] |
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/ |
H A D | VBoxNetFltRt-win.cpp | 100 * while IntNet typically calls us APC_LEVEL, so we just create a system thread in our DriverEntry and enqueue the jobs to that thread */ 1688 NTSTATUS DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath); 1692 NTSTATUS DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath) function
|
/vbox/src/VBox/Additions/WINNT/Mouse/NT4/ |
H A D | VBoxPS2NT.cpp | 378 /* */ NTSTATUS DriverEntry(PDRIVER_OBJECT pDrvObj, PUNICODE_STRING RegistryPath); 392 #pragma alloc_text(INIT,DriverEntry) 1778 NTSTATUS DriverEntry(PDRIVER_OBJECT pDrvObj, PUNICODE_STRING RegistryPath) function 1805 LogFlow(("VBoxMouseNT::DriverEntry: enter\n")); 1893 LogFlow(("VBoxMouseNT::DriverEntry: Creating device object named %S\n", KbdNameFull.Buffer)); 2018 LogFlow(("VBoxMouseNT::DriverEntry: pointer port name (symbolic link) = %S\n", MouNameFull.Buffer)); 2142 Log(("VBoxMouseNT::DriverEntry: could not initialize guest library, rc = %Rrc\n", rcVBox)); 2158 Log(("VBoxMouseNT::DriverEntry: ERROR communicating new mouse capabilities to VMMDev. rc = %Rrc\n", rcVBox)); 2169 Log(("VBoxMouseNT::DriverEntry: could not allocate request buffer, rc = %Rrc\n", rcVBox)); 2230 LogFlow(("VBoxMouseNT::DriverEntry [all...] |
/vbox/src/VBox/HostDrivers/Support/win/ |
H A D | SUPDrv-win.cpp | 312 ULONG _stdcall DriverEntry(PDRIVER_OBJECT pDrvObj, PUNICODE_STRING pRegPath); 536 ULONG _stdcall DriverEntry(PDRIVER_OBJECT pDrvObj, PUNICODE_STRING pRegPath) function 557 Log(("VBoxDrv::DriverEntry\n")); 620 Log(("VBoxDrv::DriverEntry returning STATUS_SUCCESS\n"));
|