HomeSort by relevance Sort by last modified time
    Searched refs:gShellEnvVarList (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellEnvVar.c 23 ENV_VAR_LIST gShellEnvVarList;
393 Find an environment variable in the gShellEnvVarList.
404 gShellEnvVarList.
421 for ( Node = (ENV_VAR_LIST*)GetFirstNode(&gShellEnvVarList.Link)
422 ; !IsNull(&gShellEnvVarList.Link, &Node->Link)
423 ; Node = (ENV_VAR_LIST*)GetNextNode(&gShellEnvVarList.Link, &Node->Link)
439 Add an environment variable into gShellEnvVarList.
473 // Update the variable value if it exists in gShellEnvVarList.
475 for ( Node = (ENV_VAR_LIST*)GetFirstNode(&gShellEnvVarList.Link)
476 ; !IsNull(&gShellEnvVarList.Link, &Node->Link)
    [all...]
ShellEnvVar.h 33 extern ENV_VAR_LIST gShellEnvVarList;
211 Find an environment variable in the gShellEnvVarList.
222 gShellEnvVarList.
234 Add an environment variable into gShellEnvVarList.
255 Remove a specified environment variable in gShellEnvVarList.
261 gShellEnvVarList.
269 Initialize the gShellEnvVarList and cache all Shell-Guid-based environment
279 Destructe the gShellEnvVarList.
ShellProtocol.c     [all...]

Completed in 139 milliseconds