Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
DEnvirons.c219 CHAR16 * UName; in setenv() local
235 UName = &gMD->UString[0]; in setenv()
241 AsciiStrToUnicodeStr ( name, UName ); in setenv()
248 HostName = ShellGetEnvironmentVariable ( UName ); in setenv()
254 Status = ShellSetEnvironmentVariable ( UName, UValue, TRUE ); in setenv()
265 Status = ShellSetEnvironmentVariable ( UName, UValue, FALSE ); in setenv()