Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
DBootMonFsEntryPoint.c26 EFI_DEVICE_PATH* mBootMonFsSupportedDevicePaths; variable
187 mBootMonFsSupportedDevicePaths = NULL; in SupportedDevicePathsInit()
209mBootMonFsSupportedDevicePaths = AppendDevicePathInstance (mBootMonFsSupportedDevicePaths, Instanc… in SupportedDevicePathsInit()
217 if (mBootMonFsSupportedDevicePaths == NULL) { in SupportedDevicePathsInit()
296 SupportedDevicePaths = mBootMonFsSupportedDevicePaths; in BootMonFsDriverSupported()