Searched refs:FileNode (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
D | Attrib.c | 54 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/QuarkPlatformPkg/Library/PlatformBootManagerLib/ |
D | PlatformBootManager.c | 72 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/Nt32Pkg/Library/PlatformBootManagerLib/ |
D | PlatformBootManager.c | 108 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH FileNode; in PlatformRegisterFvBootOption() local 115 EfiInitializeFwVolDevicepathNode (&FileNode, FileGuid); in PlatformRegisterFvBootOption() 118 (EFI_DEVICE_PATH_PROTOCOL *) &FileNode in PlatformRegisterFvBootOption()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
D | BmBoot.c | 342 EFI_DEVICE_PATH_PROTOCOL *FileNode; in BmIsMemmapFvFilePath() local 345 FileNode = NextDevicePathNode (DevicePath); in BmIsMemmapFvFilePath() 346 …if ((DevicePathType (FileNode) == MEDIA_DEVICE_PATH) && (DevicePathSubType (FileNode) == MEDIA_PIW… in BmIsMemmapFvFilePath() 347 return IsDevicePathEnd (NextDevicePathNode (FileNode)); in BmIsMemmapFvFilePath() 2312 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH FileNode; in BmRegisterBootManagerMenu() local 2325 EfiInitializeFwVolDevicepathNode (&FileNode, PcdGetPtr (PcdBootManagerMenuFile)); in BmRegisterBootManagerMenu() 2334 (EFI_DEVICE_PATH_PROTOCOL *) &FileNode in BmRegisterBootManagerMenu()
|