HomeSort by relevance Sort by last modified time
    Searched defs:CommandString (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
UefiShellCommandLib.h 49 CHAR16 *CommandString;
  /device/linaro/bootloader/edk2/ShellPkg/Include/Library/
ShellCommandLib.h 97 with the command specified by CommandString. If the command named by
98 CommandString has already been registered, then return
104 If CommandString is NULL, then ASSERT().
109 @param[in] CommandString The pointer to the command name. This is the
130 @retval RETURN_ALREADY_STARTED The CommandString represents a command that
139 IN CONST CHAR16 *CommandString,
150 Checks if a command string has been registered for CommandString, and if so, it runs
153 If CommandString is NULL, then ASSERT().
161 @param[in] CommandString The pointer to the command name. This is the name
169 @retval RETURN_NOT_FOUND The CommandString did not match a registered
    [all...]

Completed in 49 milliseconds