Home | History | Annotate | Download | only in UefiShellLevel2CommandsLib

Lines Matching refs:Response

29   @param[in] Resp               The response to the overwrite query (if always).

54 @param[out] Resp pointer to response from question. Pass back on looped calling
70 VOID *Response;
90 Response = *Resp;
102 // if the destination file existed check response and possibly prompt user
105 if (Response == NULL && !SilentMode) {
106 Status = ShellPromptForResponseHii(ShellPromptResponseTypeYesNoAllCancel, STRING_TOKEN (STR_GEN_DEST_EXIST_OVR), gShellLevel2HiiHandle, &Response);
109 // possibly return based on response
112 switch (*(SHELL_PROMPT_RESPONSE*)Response) {
119 *Resp = Response;
125 *Resp = Response;
282 @param[in] Resp The response to the overwrite query (if always).
306 VOID *Response;
313 Response = NULL;
315 Response = *Resp;
542 ShellStatus = CopySingleFile(Node->FullName, DestPath, &Response, SilentMode, L"cp");
556 SHELL_FREE_NON_NULL(Response);