Home
last modified time | relevance | path

Searched refs:RetCode (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
DSerialIo.c75 INTN RetCode; in GdbParseFReplyPacket() local
82 RetCode = AsciiStrHexToUintn (&Packet[1]); in GdbParseFReplyPacket()
88 return RetCode; in GdbParseFReplyPacket()
96 return RetCode; in GdbParseFReplyPacket()
103 return RetCode; in GdbParseFReplyPacket()
128 INTN RetCode; in GdbRead() local
176 RetCode = GdbParseFReplyPacket (Packet, &ErrNo); in GdbRead()
177 Print ((CHAR16 *)L"RetCode: %x..ErrNo: %x..\n", RetCode, ErrNo); in GdbRead()
186 return RetCode; in GdbRead()
211 INTN RetCode; in GdbWrite() local
[all …]
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch647 RetCode = LibCheckVariables (SI, DmemCheckList, &ChkPck, &Useful);
648 if (VarCheckOk != RetCode) {
1384 if (VarCheckOk != RetCode) {
1385 switch (RetCode) {
2227 switch (RetCode) {
4807 RetCode = LibCheckVariables (SI, MemCheckList, &ChkPck, &Useful);
4808 if (VarCheckOk != RetCode) {
5697 if (VarCheckOk != RetCode) {
5698 switch (RetCode) {
11062 if (VarCheckOk != RetCode) {
[all …]
DShellR64.patch4012 RetCode = LibCheckVariables (SI, DmemCheckList, &ChkPck, &Useful);
4013 if (VarCheckOk != RetCode) {
4297 SHELL_VAR_CHECK_CODE RetCode;
5099 if (VarCheckOk != RetCode) {
5100 switch (RetCode) {
6295 switch (RetCode) {
6796 RetCode = LibCheckVariables (SI, MemCheckList, &ChkPck, &Useful);
6797 if (VarCheckOk != RetCode) {
9413 SHELL_VAR_CHECK_CODE RetCode;