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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBootSupport.c27 BBS_BBS_DEVICE_PATH mBbsDevicePathNode; variable
1353 mBbsDevicePathPtr = &mBbsDevicePathNode;
1448 mBbsDevicePathNode.DeviceType = BBS_TYPE_BEV;
1468 mBbsDevicePathNode.DeviceType = BBS_TYPE_FLOPPY;
1473 mBbsDevicePathNode.Header.Type = BBS_DEVICE_PATH;
1474 mBbsDevicePathNode.Header.SubType = BBS_BBS_DP;
1475 SetDevicePathNodeLength (&mBbsDevicePathNode.Header, sizeof (BBS_BBS_DEVICE_PATH));
1476 mBbsDevicePathNode.StatusFlag = 0;
1477 mBbsDevicePathNode.String[0] = 0;

Completed in 36 milliseconds