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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugPortDxe/
H A DDebugPort.c304 DEBUGPORT_DEVICE_PATH DebugPortDP; local
365 DebugPortDP.Header.Type = MESSAGING_DEVICE_PATH;
366 DebugPortDP.Header.SubType = MSG_VENDOR_DP;
367 SetDevicePathNodeLength (&(DebugPortDP.Header), sizeof (DebugPortDP));
368 CopyGuid (&DebugPortDP.Guid, &gEfiDebugPortDevicePathGuid);
376 mDebugPortDevice.DebugPortDevicePath = AppendDevicePathNode (Dp1, (EFI_DEVICE_PATH_PROTOCOL *) &DebugPortDP);

Completed in 33 milliseconds