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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/FileSystemInfo/
H A DFileSystemInfo.h33 BOOLEAN ReadOnly; member in struct:__anon4332
/device/linaro/bootloader/edk2/MdePkg/Include/Guid/
H A DFileSystemInfo.h33 BOOLEAN ReadOnly; member in struct:__anon7061
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
H A DBlockIo2.h62 BOOLEAN ReadOnly; member in struct:__anon8855
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/
H A DPeiBlockIo.h156 BOOLEAN ReadOnly; member in struct:__anon11686
/device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
H A DGrantTable.c96 IN BOOLEAN ReadOnly
108 if (ReadOnly) {
205 IN BOOLEAN ReadOnly,
209 *RefPtr = XenGrantTableGrantAccess (DomainId, Frame, ReadOnly);
201 XenBusGrantAccess( IN XENBUS_PROTOCOL *This, IN domid_t DomainId, IN UINTN Frame, IN BOOLEAN ReadOnly, OUT grant_ref_t *RefPtr ) argument
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEditTitleBar.c77 @param[in] ReadOnly TRUE if the file is read only. FALSE otherwise.
90 IN CONST BOOLEAN ReadOnly,
178 if (ReadOnly) {
179 ShellPrintEx (-1,-1, L"ReadOnly ");
87 MainTitleBarRefresh( IN CONST CHAR16 *FileName OPTIONAL, IN CONST EDIT_FILE_TYPE FileType, IN CONST BOOLEAN ReadOnly, IN CONST BOOLEAN Modified, IN CONST UINTN LastCol, IN CONST UINTN LastRow, IN CONST UINTN Offset, IN CONST UINTN Size ) argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/BlockIo/
H A DBlockIo.h163 ReadOnly - TRUE if the media is marked read-only otherwise, FALSE. This
181 BOOLEAN ReadOnly; member in struct:__anon4305
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
H A DInfo.c150 Info->ReadOnly = Volume->ReadOnly;
310 BOOLEAN ReadOnly; local
329 ReadOnly = (BOOLEAN)(IFile->ReadOnly || (DirEnt->Entry.Attributes & EFI_FILE_READ_ONLY));
338 if (!ReadOnly) {
348 if (!ReadOnly) {
367 // Set the current attributes even if the IFile->ReadOnly is TRUE
387 if (ReadOnly) {
447 if (OFile->ODir != NULL || ReadOnly) {
[all...]
H A DFat.h213 BOOLEAN ReadOnly; member in struct:__anon5449
320 BOOLEAN ReadOnly; member in struct:_FAT_VOLUME
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DBlockIo.h162 BOOLEAN ReadOnly; member in struct:__anon8889
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtBlockIoDxe/
H A DWinNtBlockIo.c451 IN BOOLEAN ReadOnly,
468 ReadOnly - TODO: add argument description
504 Private->ReadMode = GENERIC_READ | (ReadOnly ? 0 : GENERIC_WRITE);
541 BlockIo->Media->ReadOnly = ReadOnly;
738 BlockIo->Media->ReadOnly = FALSE;
744 BlockIo->Media->ReadOnly = FALSE;
752 BlockIo->Media->ReadOnly = TRUE;
1017 This->Media->ReadOnly = FALSE;
447 WinNtBlockIoCreateMapping( IN EFI_WIN_NT_IO_PROTOCOL *WinNtIo, IN EFI_HANDLE EfiDeviceHandle, IN CHAR16 *Filename, IN BOOLEAN ReadOnly, IN BOOLEAN RemovableMedia, IN UINTN NumberOfBlocks, IN UINTN BlockSize, IN WIN_NT_RAW_DISK_DEVICE_TYPE DeviceType ) argument
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DTextEditorTypes.h85 BOOLEAN ReadOnly; // file is read-only or not member in struct:__anon10483
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DHexEditorTypes.h90 BOOLEAN ReadOnly; // file is read-only or not member in struct:__anon10500
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
H A DFormDisplay.h264 BOOLEAN ReadOnly; member in struct:__anon6780
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DConfigKeywordHandler.c401 if (StrnCmp (String, L"ReadOnly", StrLen (L"ReadOnly")) == 0) {
403 // Find ReadOnly filter.
406 String += StrLen (L"ReadOnly");
526 @param ReadOnly Return whether this question is read only.
537 OUT BOOLEAN *ReadOnly
560 // Get ReadOnly flag from Question.
562 *ReadOnly = ExtractReadOnlyFromOpCode(OpCodeData);
2367 @param ReadOnly Whether this value is readonly.
2380 IN BOOLEAN ReadOnly,
2375 GenerateKeywordResp( IN CHAR8 *NameSpace, IN EFI_DEVICE_PATH_PROTOCOL *DevicePath, IN EFI_STRING KeywordData, IN EFI_STRING ValueStr, IN BOOLEAN ReadOnly, OUT EFI_STRING *KeywordResp ) argument
2579 BOOLEAN ReadOnly; local
2821 BOOLEAN ReadOnly; local
3118 BOOLEAN ReadOnly; local
[all...]

Completed in 69 milliseconds