HomeSort by relevance Sort by last modified time
    Searched defs:Media (Results 26 - 50 of 92) sorted by null

12 3 4

  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsDir.c 75 // Return 0 for files that haven't yet been flushed to media
81 * File->Instance->Media->BlockSize;
149 // - Taking the media size
163 EFI_BLOCK_IO_MEDIA *Media;
166 Media = Instance->BlockIo->Media;
167 MediaSize = Media->BlockSize * (Media->LastBlock + 1);
182 return MediaSize - (FileSizeSum + (Media->BlockSize + NumFiles));
392 // moving the image description on media. The simplest way to do it is to
    [all...]
BootMonFsOpenClose.c 17 // Clear a file's image description on storage media:
37 MediaId = BlockIo->Media->MediaId;
58 Write the description of a file to storage media.
60 This function uses DiskIo to write to the media, so call BlockIo->FlushBlocks()
61 after calling it to ensure the data are written on the media.
64 storage media has to be updated.
68 @param[in] FileStart File's starting position on media. FileStart must
69 be aligned to the media's block size.
92 BlockSize = File->Instance->BlockIo->Media->BlockSize;
127 // Update the file description on the media
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
bootsect.S 60 Media: .byte 0 # Media - 8 bits - ignored
bootsect.asm 59 Media db 0 ; Media - 8 bits - ignored
bs16.S 48 Media: .byte 0 # Media - 8 bits - ignored
bs16.asm 46 Media db 0 ; Media - 8 bits - ignored
bs32.S 48 Media: .byte 0 # Media - 8 bits - ignored
bs32.asm 46 Media db 0 ; Media - 8 bits - ignored
start.S 45 Media: .byte 0 # Media - 8 bits - ignored
    [all...]
start16.S 46 Media: .byte 0 # Media - 8 bits - ignored
    [all...]
st16_64.S 46 Media: .byte 0 # Media - 8 bits - ignored
    [all...]
st32_64.S 45 Media: .byte 0 # Media - 1 byte
    [all...]
start32.S 45 Media: .byte 0 # Media - 1 byte
    [all...]
start64.S 46 Media: .byte 0 # Media - 8 bits - ignored
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
BlockIo.c 35 EFI_BLOCK_IO_MEDIA *Media;
105 Private->Media->MediaPresent = FALSE;
110 if (!Private->Media->MediaPresent) {
114 Private->Media->MediaPresent = TRUE;
134 Private->Media->BlockSize = BlockSize;
139 Private->Media->LastBlock = (0x100000000ULL/0x800) - 1;
141 Private->Media->LastBlock = Private->NumberOfBlocks - 1;
144 ioctl (Private->fd, DKIOCGETMAXBLOCKCOUNTWRITE, &Private->Media->OptimalTransferLengthGranularity);
152 Private->Media->BlockSize = BlockSize;
156 Private->Media->LastBlock = Private->NumberOfBlocks - 1;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
Atapi.c 18 This function is used to get the current status of the media residing
19 in the LS-120 drive or ZIP drive. The media status is returned in the
25 @retval EFI_SUCCESS The media status is achieved successfully and the media
27 @retval EFI_DEVICE_ERROR Get Media Status Command is failed.
28 @retval EFI_NO_MEDIA There is no media in the drive.
29 @retval EFI_WRITE_PROTECTED The media is writing protected.
33 (means enable media status notification) is called.
68 // Get Media Status Command is sent
81 // the media status is returned by the command in the ERROR register
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/
AtaBus.c 273 AtaDevice->BlockIo.Media = &AtaDevice->BlockMedia;
274 AtaDevice->BlockIo2.Media = &AtaDevice->BlockMedia;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpress.h 169 EFI_BLOCK_IO_MEDIA Media;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsBlockIoPei.h 113 EFI_PEI_BLOCK_IO2_MEDIA Media[UFS_PEIM_MAX_LUNS];
299 Gets a block device's media information.
301 This function will provide the caller with the specified block device's media
302 information. If the media changes, calling this function will update the media
315 @param[out] MediaInfo The media information of the specified block media.
333 @retval EFI_SUCCESS Media information about the specified block device
335 @retval EFI_DEVICE_ERROR Cannot get the media information due to a hardware
352 blocks are read, or an error is returned. If there is no media in the device,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/DiskIoDxe/
DiskIo.c 179 ((Instance->BlockIo->Media->IoAlign == Instance->BlockIo2->Media->IoAlign) &&
180 (Instance->BlockIo->Media->BlockSize == Instance->BlockIo2->Media->BlockSize)
186 EFI_SIZE_TO_PAGES (PcdGet32 (PcdDiskIoDataBufferBlockNum) * Instance->BlockIo->Media->BlockSize),
187 Instance->BlockIo->Media->IoAlign
217 EFI_SIZE_TO_PAGES (PcdGet32 (PcdDiskIoDataBufferBlockNum) * Instance->BlockIo->Media->BlockSize)
327 EFI_SIZE_TO_PAGES (PcdGet32 (PcdDiskIoDataBufferBlockNum) * Instance->BlockIo->Media->BlockSize)
382 Subtask->Length < Instance->BlockIo->Media->BlockSize
383 ? EFI_SIZE_TO_PAGES (Instance->BlockIo->Media->BlockSize)
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
BlockIoCrypto.h 345 If there is no media in the device, the function returns EFI_NO_MEDIA. If the
346 MediaId is not the ID for the current media in the device, the function returns
359 @param[in] MediaId The media ID that the read request is for.
380 @retval EFI_NO_MEDIA There is no media in the device.
381 @retval EFI_MEDIA_CHANGED The MediaId is not for the current media.
413 If there is no media in the device, the function returns EFI_NO_MEDIA. If the
414 MediaId is not the ID for the current media in the device, the function returns
426 @param[in] MediaId The media ID that the read request is for.
444 @retval EFI_NO_MEDIA There is no media in the device.
445 @retval EFI_MEDIA_CHANGED The MediaId is not for the current media.
    [all...]
  /external/fsck_msdos/
dosfs.h 54 u_int Media; /* media descriptor */
  /frameworks/base/cmds/media/src/com/android/commands/media/
Media.java 18 package com.android.commands.media;
23 import android.media.MediaMetadata;
24 import android.media.session.ISessionController;
25 import android.media.session.ISessionControllerCallback;
26 import android.media.session.ISessionManager;
27 import android.media.session.ParcelableVolumeInfo;
28 import android.media.session.PlaybackState;
48 public class Media extends BaseCommand {
57 (new Media()).run(args);
63 "usage: media [subcommand] [options]\n"
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/
NorFlashDxe.h 145 EFI_BLOCK_IO_MEDIA Media;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
MmcIdentification.c 148 EFI_BLOCK_IO_MEDIA *Media;
154 Media = MmcHostInstance->BlockIo.Media;
236 Media->LastBlock = MmcHostInstance->CardInfo.ECSDData.SEC_COUNT - 1; // eMMC isn't supposed to report this for
242 // Set up media
243 Media->BlockSize = EMMC_CARD_SIZE; // 512-byte support is mandatory for eMMC cards
244 Media->MediaId = MmcHostInstance->CardInfo.CIDData.PSN;
245 if (CurrentMediaId > Media->MediaId)
246 Media->MediaId = ++CurrentMediaId;
248 CurrentMediaId = Media->MediaId;
    [all...]

Completed in 2376 milliseconds

12 3 4