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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMap.c515 CONST CHAR16 Cd[] = L"cd*"; variable
562 Test = (CHAR16*)Cd;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DDevicePath.c1075 CDROM_DEVICE_PATH *Cd; local
1077 Cd = DevPath;
1078 CatPrint (Str, L"CDROM(Entry%x)", (UINTN) Cd->BootEntry);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathToText.c1608 CDROM_DEVICE_PATH *Cd; local
1610 Cd = DevPath;
1612 CatPrint (Str, L"CDROM(0x%x)", Cd->BootEntry);
1616 CatPrint (Str, L"CDROM(0x%x,0x%lx,0x%lx)", Cd->BootEntry, Cd->PartitionStart, Cd->PartitionSize);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigDevicePath.c1048 CDROM_DEVICE_PATH *Cd; local
1050 Cd = DevPath;
1051 CatPrint (Str, L"CDROM(Entry%x)", (UINTN) Cd->BootEntry);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c481 CDROM_DEVICE_PATH *Cd; local
486 Cd = (CDROM_DEVICE_PATH *) DevicePathNode;
488 AppendCSDNum (MappingItem, Cd->BootEntry);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_0.h2299 nsresult (*Cd)( member in struct:IVFSExplorer_vtbl
H A DVBoxCAPI_v3_1.h2205 nsresult (*Cd)( member in struct:IVFSExplorer_vtbl
H A DVBoxCAPI_v3_2.h2251 nsresult (*Cd)( member in struct:IVFSExplorer_vtbl
H A DVBoxCAPI_v4_0.h2396 nsresult (*Cd)( member in struct:IVFSExplorer_vtbl
H A DVBoxCAPI_v4_1.h2596 nsresult (*Cd)( member in struct:IVFSExplorer_vtbl
H A DVBoxCAPI_v4_2.h2845 nsresult (*Cd)( member in struct:IVFSExplorer_vtbl
H A DVBoxCAPI_v4_3.h4326 nsresult (*Cd)( member in struct:IVFSExplorer_vtbl
4380 nsresult (*Cd)( member in struct:IVFSExplorerVtbl
4427 #define IVFSExplorer_Cd(p, aDir, aProgress) ((p)->lpVtbl->Cd(p, aDir, aProgress))

Completed in 379 milliseconds