Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DDevices.c151 BOOLEAN SfoFlag; in ShellCommandRunDevices() local
155 SfoFlag = FALSE; in ShellCommandRunDevices()
214 SfoFlag = TRUE; in ShellCommandRunDevices()
239 SfoFlag?STRING_TOKEN (STR_DEVICES_ITEM_LINE_SFO):STRING_TOKEN (STR_DEVICES_ITEM_LINE), in ShellCommandRunDevices()
243 Cfg?(SfoFlag?L'Y':L'X'):(SfoFlag?L'N':L'-'), in ShellCommandRunDevices()
244 Diag?(SfoFlag?L'Y':L'X'):(SfoFlag?L'N':L'-'), in ShellCommandRunDevices()
DDrivers.c197 BOOLEAN SfoFlag; in ShellCommandRunDrivers() local
203 SfoFlag = FALSE; in ShellCommandRunDrivers()
245 SfoFlag = TRUE; in ShellCommandRunDrivers()
283 if (!SfoFlag && (FullDriverName != NULL)) { in ShellCommandRunDrivers()
299 SfoFlag?FullDriverName:TruncatedDriverName, in ShellCommandRunDrivers()