Searched defs:MappingItem (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/ |
H A D | ConsistMapping.c | 166 @param[in, out] MappingItem The mapping info object to append onto. 175 IN OUT DEVICE_CONSIST_MAPPING_INFO *MappingItem, 179 if (MappingItem == NULL) { 183 if (MappingItem->Digital) { 184 CatPrint (&MappingItem->Csd, L"%ld", Num); 186 AppendCSDNum2 (&MappingItem->Csd, Num); 189 MappingItem->Digital = (BOOLEAN)!(MappingItem->Digital); 197 @param[in, out] MappingItem The mapping info object to append onto. 206 IN OUT DEVICE_CONSIST_MAPPING_INFO *MappingItem, 174 AppendCSDNum( IN OUT DEVICE_CONSIST_MAPPING_INFO *MappingItem, IN UINT64 Num ) argument 205 AppendCSDStr( IN OUT DEVICE_CONSIST_MAPPING_INFO *MappingItem, IN CHAR16 *Str ) argument 292 AppendCSDGuid( DEVICE_CONSIST_MAPPING_INFO *MappingItem, EFI_GUID *Guid ) argument 1141 GetDeviceConsistMappingInfo( IN DEVICE_CONSIST_MAPPING_INFO *MappingItem, IN EFI_DEVICE_PATH_PROTOCOL *DevicePath ) argument [all...] |
Completed in 65 milliseconds