HomeSort by relevance Sort by last modified time
    Searched refs:ErrorString (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/MdePkg/Library/DxeHstiLib/
HstiDxe.c 159 CHAR16 *ErrorString;
214 ErrorString = (CHAR16 *)((UINTN)Hsti + sizeof(ADAPTER_INFO_PLATFORM_SECURITY) - Hsti->SecurityFeaturesSize * 3);
217 // basic check for ErrorString
229 // ErrorString might not be CHAR16 aligned.
231 CopyMem (&ErrorChar, ErrorString, sizeof(ErrorChar));
233 ErrorString++;
234 CopyMem (&ErrorChar, ErrorString, sizeof(ErrorChar));
238 // check the length of ErrorString
241 DEBUG ((EFI_D_ERROR, "ErrorString has no NUL CHAR\n"));
245 DEBUG ((EFI_D_ERROR, "ErrorString Length incorrect\n"));
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
HstiLib.h 115 Append ErrorString in published HSTI table.
122 @param ErrorString ErrorString of HSTI data.
124 @retval EFI_SUCCESS The ErrorString of HSTI data is updated in AIP protocol.
126 @retval EFI_OUT_OF_RESOURCES There is not enough system resource to update ErrorString.
133 IN CHAR16 *ErrorString
137 Set a new ErrorString in published HSTI table.
144 @param ErrorString ErrorString of HSTI data.
146 @retval EFI_SUCCESS The ErrorString of HSTI data is updated in AIP protocol.
    [all...]
  /prebuilts/go/darwin-x86/src/net/
error_plan9_test.go 17 _, ok := err.(syscall.ErrorString)
  /prebuilts/go/linux-x86/src/net/
error_plan9_test.go 17 _, ok := err.(syscall.ErrorString)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/
StdErr.c 64 IN CONST CHAR16 *ErrorString,
77 ErrorString - String of error infomation.
104 if (ErrorString != '\0') {
110 gST->StdErr->OutputString (gST->StdErr, (CHAR16 *) ErrorString);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/
StdErr.c 64 IN CONST CHAR16 *ErrorString,
77 ErrorString - String of error infomation.
104 if (ErrorString != '\0') {
110 gST->StdErr->OutputString (gST->StdErr, (CHAR16 *) ErrorString);
  /external/stressapptest/src/
os.cc 152 string errtxt = ErrorString(err);
225 string errtxt = ErrorString(err);
236 string errtxt = ErrorString(err);
531 string errtxt = ErrorString(err);
542 string errtxt = ErrorString(err);
548 string errtxt = ErrorString(err);
571 string errtxt = ErrorString(err);
580 string errtxt = ErrorString(err);
599 string errtxt = ErrorString(err);
701 string errtxt = ErrorString(errno)
    [all...]
sattypes.h 181 inline string ErrorString(int error_num) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyexpat.h 18 const XML_LChar * (*ErrorString)(enum XML_Error code);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyexpat.h 18 const XML_LChar * (*ErrorString)(enum XML_Error code);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiPrintLib.h 31 IN CONST CHAR16 *ErrorString,
44 ErrorString - Error message printed first
  /external/python/cpython2/Include/
pyexpat.h 18 const XML_LChar * (*ErrorString)(enum XML_Error code);
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.h 132 const char *ErrorString;
180 ErrorString(0), ValueList(C), MDValueList(C) {
200 ErrorString = Str;
203 const char *getErrorString() const { return ErrorString; }
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyexpat.h 18 const XML_LChar * (*ErrorString)(enum XML_Error code);
  /prebuilts/gdb/linux-x86/include/python2.7/
pyexpat.h 18 const XML_LChar * (*ErrorString)(enum XML_Error code);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyexpat.h 18 const XML_LChar * (*ErrorString)(enum XML_Error code);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyexpat.h 18 const XML_LChar * (*ErrorString)(enum XML_Error code);
  /prebuilts/go/darwin-x86/src/syscall/
syscall_plan9.go 18 // ErrorString implements Error's String method by returning itself.
19 type ErrorString string
21 func (e ErrorString) Error() string { return string(e) }
23 // NewError converts s to an ErrorString, which satisfies the Error interface.
24 func NewError(s string) error { return ErrorString(s) }
26 func (e ErrorString) Temporary() bool {
30 func (e ErrorString) Timeout() bool {
54 func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err ErrorString)
55 func Syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err ErrorString)
243 var e ErrorString
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
syscall_plan9.go 18 // ErrorString implements Error's String method by returning itself.
19 type ErrorString string
21 func (e ErrorString) Error() string { return string(e) }
23 // NewError converts s to an ErrorString, which satisfies the Error interface.
24 func NewError(s string) error { return ErrorString(s) }
26 func (e ErrorString) Temporary() bool {
30 func (e ErrorString) Timeout() bool {
54 func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err ErrorString)
55 func Syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err ErrorString)
243 var e ErrorString
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DecParserMisc.py 373 # @param ErrorString: ErrorString
376 def AssertChar(self, AssertChar, ErrorString, ErrorLineNum):
379 Line=ErrorLineNum, ExtraData=ErrorString)
383 # @param ErrorString: ErrorString
386 def AssertEnd(self, ErrorString, ErrorLineNum):
390 Line=ErrorLineNum, ExtraData=ErrorString)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcMtftp.c 63 AsciiStrnCpyS (Private->Mode.TftpError.ErrorString, PXE_MTFTP_ERROR_STRING_LENGTH, (CHAR8 *) Packet->Error.ErrorMessage, PXE_MTFTP_ERROR_STRING_LENGTH - 1);
64 Private->Mode.TftpError.ErrorString[PXE_MTFTP_ERROR_STRING_LENGTH - 1] = '\0';
164 Private->Mode.TftpError.ErrorString,
169 Private->Mode.TftpError.ErrorString[PXE_MTFTP_ERROR_STRING_LENGTH - 1] = '\0';
  /external/mesa3d/src/mesa/program/
program.c 85 ctx->Program.ErrorString = strdup("");
129 free((void *) ctx->Program.ErrorString);
170 free((void *) ctx->Program.ErrorString);
173 ctx->Program.ErrorString = strdup(string);
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcMtftp.c 68 Private->Mode.TftpError.ErrorString,
73 Private->Mode.TftpError.ErrorString[PXE_MTFTP_ERROR_STRING_LENGTH - 1] = '\0';
183 Private->Mode.TftpError.ErrorString,
188 Private->Mode.TftpError.ErrorString[PXE_MTFTP_ERROR_STRING_LENGTH - 1] = '\0';
514 Private->Mode.TftpError.ErrorString,
519 Private->Mode.TftpError.ErrorString[PXE_MTFTP_ERROR_STRING_LENGTH - 1] = '\0';
629 Private->Mode.TftpError.ErrorString,
634 Private->Mode.TftpError.ErrorString[PXE_MTFTP_ERROR_STRING_LENGTH - 1] = '\0';
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
DisplayProtocol.h 300 EFI_STRING ErrorString;
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
bs16.S 264 movw $ErrorString, %si
271 ErrorString:

Completed in 548 milliseconds

1 2 3 4