Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
DLinuxLoader.c53 CHAR16 *InitrdTextDevicePath; in LinuxLoaderEntryPoint() local
114 InitrdTextDevicePath = NULL; in LinuxLoaderEntryPoint()
144 InitrdTextDevicePath = InitrdPath; in LinuxLoaderEntryPoint()
151 &InitrdTextDevicePath, &LinuxCommandLine, &AtagMachineType in LinuxLoaderEntryPoint()
175 if (InitrdTextDevicePath != NULL) { in LinuxLoaderEntryPoint()
177 InitrdTextDevicePath in LinuxLoaderEntryPoint()
220 if (InitrdTextDevicePath != NULL) { in LinuxLoaderEntryPoint()
221 FreePool (InitrdTextDevicePath); in LinuxLoaderEntryPoint()
DLinuxLoaderEfiApp.c153 OUT CHAR16 **InitrdTextDevicePath, in ProcessAppCommandLine() argument
169 *InitrdTextDevicePath = NULL; in ProcessAppCommandLine()
270 *InitrdTextDevicePath = Item; in ProcessAppCommandLine()
292 if (*InitrdTextDevicePath != NULL) { in ProcessAppCommandLine()
293 FreePool (*InitrdTextDevicePath); in ProcessAppCommandLine()
294 *InitrdTextDevicePath = NULL; in ProcessAppCommandLine()
DLinuxLoader.h96 OUT CHAR16 **InitrdTextDevicePath,