HomeSort by relevance Sort by last modified time
    Searched defs:Exception (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/uts/intel/io/acpica/utilities/
utglobal.c 190 * RETURN: A string containing the exception text. A valid pointer is
193 * DESCRIPTION: This function translates an ACPI exception into an ASCII string
202 const char *Exception = NULL;
208 Exception = AcpiUtValidateException (Status);
209 if (!Exception)
211 /* Exception code was not recognized */
214 "Unknown exception code: 0x%8.8X", Status));
216 Exception = "UNKNOWN_STATUS_CODE";
219 return (ACPI_CAST_PTR (const char, Exception));
utmisc.c 134 * RETURN: A string containing the exception text. NULL if exception is
137 * DESCRIPTION: This function validates and translates an ACPI exception into
147 const char *Exception = NULL;
164 Exception = AcpiGbl_ExceptionNames_Env [SubStatus];
172 Exception = AcpiGbl_ExceptionNames_Pgm [SubStatus];
180 Exception = AcpiGbl_ExceptionNames_Tbl [SubStatus];
188 Exception = AcpiGbl_ExceptionNames_Aml [SubStatus];
196 Exception = AcpiGbl_ExceptionNames_Ctrl [SubStatus];
204 return (ACPI_CAST_PTR (const char, Exception));
    [all...]
  /onnv/onnv-gate/usr/src/cmd/abi/spectrans/spec2trace/
symtab.c 76 ENTRY *Exception;
205 Symtab.Exception = free_entry(Symtab.Exception);
378 Symtab.Exception = allocate_entry(Symtab.Exception,
388 if (Symtab.Exception == NULL)
391 return ((Symtab.Exception->e_valid)? Symtab.Exception: NULL);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
CPAN.pm 285 package CPAN::Exception::RecursiveDependency;
637 # UNIVERSAL. Any attempt to build a general exception model on it should
    [all...]

Completed in 4310 milliseconds