Home
last modified time | relevance | path

Searched refs:FileNode (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DAttrib.c54 EFI_SHELL_FILE_INFO *FileNode; in ShellCommandRunAttrib() local
139 for (FileNode = (EFI_SHELL_FILE_INFO*)GetFirstNode(&ListOfFiles->Link) in ShellCommandRunAttrib()
140 ; !IsNull(&ListOfFiles->Link, &FileNode->Link) in ShellCommandRunAttrib()
141 ; FileNode = (EFI_SHELL_FILE_INFO*)GetNextNode(&ListOfFiles->Link, &FileNode->Link) in ShellCommandRunAttrib()
149 FileNode->Info->Attribute&EFI_FILE_DIRECTORY? L'D':L' ', in ShellCommandRunAttrib()
150 FileNode->Info->Attribute&EFI_FILE_ARCHIVE? L'A':L' ', in ShellCommandRunAttrib()
151 FileNode->Info->Attribute&EFI_FILE_SYSTEM? L'S':L' ', in ShellCommandRunAttrib()
152 FileNode->Info->Attribute&EFI_FILE_HIDDEN? L'H':L' ', in ShellCommandRunAttrib()
153 FileNode->Info->Attribute&EFI_FILE_READ_ONLY? L'R':L' ', in ShellCommandRunAttrib()
154 FileNode->FileName in ShellCommandRunAttrib()
[all …]
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
DPlatformBootManager.c131 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH FileNode; in PlatformRegisterFvBootOption() local
138 EfiInitializeFwVolDevicepathNode (&FileNode, FileGuid); in PlatformRegisterFvBootOption()
141 (EFI_DEVICE_PATH_PROTOCOL *) &FileNode in PlatformRegisterFvBootOption()
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
DPlatformBootManager.c178 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH FileNode; in FvFilePath() local
180 EfiInitializeFwVolDevicepathNode (&FileNode, FileGuid); in FvFilePath()
191 (EFI_DEVICE_PATH_PROTOCOL *) &FileNode in FvFilePath()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/LoadFileOnFv2/
DLoadFileOnFv2.c210 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH FileNode; in CreateFileDevicePath() local
212 EfiInitializeFwVolDevicepathNode (&FileNode, NameGuid); in CreateFileDevicePath()
215 (EFI_DEVICE_PATH_PROTOCOL *) &FileNode in CreateFileDevicePath()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/
DPlatformBootManager.c72 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH FileNode; in PlatformRegisterFvBootOption() local
146 EfiInitializeFwVolDevicepathNode (&FileNode, FileGuid); in PlatformRegisterFvBootOption()
149 (EFI_DEVICE_PATH_PROTOCOL *) &FileNode in PlatformRegisterFvBootOption()
/device/linaro/bootloader/edk2/ArmPkg/Library/PlatformBootManagerLib/
DPlatformBm.c340 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH FileNode; in PlatformRegisterFvBootOption() local
351 EfiInitializeFwVolDevicepathNode (&FileNode, FileGuid); in PlatformRegisterFvBootOption()
356 (EFI_DEVICE_PATH_PROTOCOL *) &FileNode in PlatformRegisterFvBootOption()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Library/PlatformBootManagerLib/
DPlatformBm.c283 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH FileNode; in PlatformRegisterFvBootOption() local
294 EfiInitializeFwVolDevicepathNode (&FileNode, FileGuid); in PlatformRegisterFvBootOption()
299 (EFI_DEVICE_PATH_PROTOCOL *) &FileNode in PlatformRegisterFvBootOption()
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/
DPlatformBm.c341 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH FileNode; in PlatformRegisterFvBootOption() local
352 EfiInitializeFwVolDevicepathNode (&FileNode, FileGuid); in PlatformRegisterFvBootOption()
357 (EFI_DEVICE_PATH_PROTOCOL *) &FileNode in PlatformRegisterFvBootOption()
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
DBdsPlatform.c99 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH FileNode; in PlatformRegisterFvBootOption() local
110 EfiInitializeFwVolDevicepathNode (&FileNode, FileGuid); in PlatformRegisterFvBootOption()
115 (EFI_DEVICE_PATH_PROTOCOL *) &FileNode in PlatformRegisterFvBootOption()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmBoot.c2205 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH FileNode; in BmRegisterBootManagerMenu() local
2266 EfiInitializeFwVolDevicepathNode (&FileNode, PcdGetPtr (PcdBootManagerMenuFile)); in BmRegisterBootManagerMenu()
2275 (EFI_DEVICE_PATH_PROTOCOL *) &FileNode in BmRegisterBootManagerMenu()