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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DDevicePath.c1190 BBS_BBS_DEVICE_PATH *Bbs; local
1193 Bbs = DevPath;
1194 switch (Bbs->DeviceType) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathToText.c1780 BBS_BBS_DEVICE_PATH *Bbs; local
1783 Bbs = DevPath;
1784 switch (Bbs->DeviceType) {
1815 CatPrint (Str, L"BBS(%s,%a", Type, Bbs->String);
1817 CatPrint (Str, L"BBS(0x%x,%a", Bbs->DeviceType, Bbs->String);
1825 CatPrint (Str, L",0x%x)", Bbs->StatusFlag);
H A DDevicePathFromText.c2868 BBS_BBS_DEVICE_PATH *Bbs; local
2873 Bbs = (BBS_BBS_DEVICE_PATH *) CreateDeviceNode (
2880 Bbs->DeviceType = BBS_TYPE_FLOPPY;
2882 Bbs->DeviceType = BBS_TYPE_HARDDRIVE;
2884 Bbs->DeviceType = BBS_TYPE_CDROM;
2886 Bbs->DeviceType = BBS_TYPE_PCMCIA;
2888 Bbs->DeviceType = BBS_TYPE_USB;
2890 Bbs->DeviceType = BBS_TYPE_EMBEDDED_NETWORK;
2892 Bbs->DeviceType = (UINT16) Strtoi (TypeStr);
2895 AsciiStr = Bbs
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigDevicePath.c1158 BBS_BBS_DEVICE_PATH *Bbs; local
1161 Bbs = DevPath;
1162 switch (Bbs->DeviceType) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDevicePath.h1096 BBS_BBS_DEVICE_PATH Bbs; member in union:__anon12088
1145 BBS_BBS_DEVICE_PATH *Bbs; member in union:__anon12089
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DDevicePath.h1024 BBS_BBS_DEVICE_PATH Bbs; member in union:__anon15650
1062 BBS_BBS_DEVICE_PATH *Bbs; member in union:__anon15651

Completed in 52 milliseconds