Lines Matching refs:Response
284 @param[out] Resp A pointer to response from question. Pass back on looped calling
370 @param[out] Resp A pointer to response from question. Pass back on looped calling.
447 @param[out] Resp pointer to response from question. Pass back on looped calling
473 VOID *Response;
483 Response = *Resp;
578 if (Response == NULL) {
579 ShellPromptForResponseHii(ShellPromptResponseTypeYesNoAllCancel, STRING_TOKEN (STR_GEN_DEST_EXIST_OVR), gShellLevel2HiiHandle, &Response);
581 switch (*(SHELL_PROMPT_RESPONSE*)Response) {
583 FreePool(Response);
584 Response = NULL;
587 *Resp = Response;
594 *Resp = Response;
597 FreePool(Response);
598 Response = NULL;
601 FreePool(Response);
612 Status = MoveBetweenFileSystems(Node, FullDestPath!=NULL? FullDestPath:DestPath, &Response);
614 Status = MoveWithinFileSystems(Node, DestPath, &Response);
675 VOID *Response;
681 Response = NULL;
739 ShellStatus = ValidateAndMoveFiles(FileList, &Response, Cwd);
761 ShellStatus = ValidateAndMoveFiles(FileList, &Response, ShellCommandLineGetRawValue(Package, ParamCount));
763 ValidateAndMoveFiles(FileList, &Response, ShellCommandLineGetRawValue(Package, ParamCount));
787 SHELL_FREE_NON_NULL(Response);