Home | History | Annotate | Download | only in EmuSnpDxe

Lines Matching defs:EmuIoThunk

585   EMU_IO_THUNK_PROTOCOL     *EmuIoThunk;

607 (VOID **)&EmuIoThunk,
650 if (CompareGuid (EmuIoThunk->Protocol, &gEmuSnpProtocolGuid)) {
693 EMU_IO_THUNK_PROTOCOL *EmuIoThunk;
718 (VOID **)&EmuIoThunk,
727 if (!CompareGuid (EmuIoThunk->Protocol, &gEmuSnpProtocolGuid)) {
731 Status = EmuIoThunk->Open (EmuIoThunk);
749 Private->IoThunk = EmuIoThunk;
750 Private->Io = EmuIoThunk->Interface;
789 EmuIoThunk->ConfigString,
797 EmuIoThunk->ConfigString,
820 (VOID **)&EmuIoThunk,