Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DTimeDate.c651 STATIC CONST TIME_ZONE_ITEM TimeZoneList[] = { variable
769 ; LoopVar < sizeof(TimeZoneList) / sizeof(TimeZoneList[0]) in CheckAndSetTimeZone()
772 if (TheTime.TimeZone == TimeZoneList[LoopVar].TimeZone) { in CheckAndSetTimeZone()
872 ; LoopVar < sizeof(TimeZoneList) / sizeof(TimeZoneList[0]) in ShellCommandRunTimeZone()
875 ShellPrintHiiEx (-1, -1, NULL, TimeZoneList[LoopVar].StringId, gShellLevel2HiiHandle); in ShellCommandRunTimeZone()
890 ; LoopVar < sizeof(TimeZoneList) / sizeof(TimeZoneList[0]) in ShellCommandRunTimeZone()
893 if (TheTime.TimeZone == TimeZoneList[LoopVar].TimeZone) { in ShellCommandRunTimeZone()
898 ShellPrintHiiEx (-1, -1, NULL, TimeZoneList[LoopVar].StringId, gShellLevel2HiiHandle); in ShellCommandRunTimeZone()
945 ; LoopVar < ARRAY_SIZE (TimeZoneList) in ShellCommandRunTimeZone()
948 if (TheTime.TimeZone == TimeZoneList[LoopVar].TimeZone) { in ShellCommandRunTimeZone()
[all …]