Lines Matching refs:Command
444 internal worker function to run a command via Device Path
447 command line.
450 containing the command line. If NULL then the command-
458 @retval EFI_SUCCESS The command executed successfully. The status code
459 returned by the command is pointed to by StatusCode.
474 Execute the command line.
477 command (CommandLine) with the specified environment (Environment). Upon return,
478 the status code returned by the specified command is placed in StatusCode.
488 command line.
490 containing the command line. If NULL then the command-
496 @param StatusCode Points to the status code returned by the command.
498 @retval EFI_SUCCESS The command executed successfully. The status code
499 returned by the command is pointed to by StatusCode.
753 Return help information about a specific command.
755 This function returns the help information for the specified command. The help text
764 @param Command Points to the NULL-terminated UEFI Shell command name.
775 @retval EFI_NOT_FOUND There is no help text available for Command.
780 IN CONST CHAR16 *Command,
814 This function returns the command associated with a alias or a list of all
817 @param[in] Command Points to the NULL-terminated shell alias.
820 @param[out] Volatile upon return of a single command if TRUE indicates
823 the NULL-terminated command for that alias.
833 IN CONST CHAR16 *Command,
838 Changes a shell command alias.
840 This function creates an alias for a shell command or if Alias is NULL it will delete an existing alias.
844 @param[in] Command Points to the NULL-terminated shell command or existing alias.
845 @param[in] Alias Points to the NULL-terminated alias for the shell command. If this is NULL, and
846 Command refers to an alias, that alias will be deleted.
855 IN CONST CHAR16 *Command,
861 Changes a shell command alias.
863 This function creates an alias for a shell command or if Alias is NULL it will delete an existing alias.
866 @param[in] Command Points to the NULL-terminated shell command or existing alias.
867 @param[in] Alias Points to the NULL-terminated alias for the shell command. If this is NULL, and
868 Command refers to an alias, that alias will be deleted.
883 IN CONST CHAR16 *Command,