HomeSort by: relevance | last modified time | path
    Searched defs:Exception (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/utilities/
utexcep.c 3 * Module Name: utexcep - Exception code support
61 * RETURN: A string containing the exception text. A valid pointer is
64 * DESCRIPTION: This function translates an ACPI exception into an ASCII
73 const ACPI_EXCEPTION_INFO *Exception;
79 Exception = AcpiUtValidateException (Status);
80 if (!Exception)
82 /* Exception code was not recognized */
85 "Unknown exception code: 0x%8.8X", Status));
90 return (Exception->Name);
102 * RETURN: A string containing the exception text. NULL if exception i
    [all...]
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aeexception.c 3 * Module Name: aeexception - Exception and signal handlers
65 * PARAMETERS: Standard exception handler parameters
69 * DESCRIPTION: System exception handler for AcpiExec utility. Called from
70 * the core ACPICA code after any exception during method
88 const char *Exception;
92 Exception = AcpiFormatException (AmlStatus);
97 "Exception %s during execution\n", Exception);
143 Arg[1].String.Pointer = ACPI_CAST_PTR (char, Exception);
144 Arg[1].String.Length = strlen (Exception);
    [all...]
  /src/sys/arch/hppa/spmath/
float.h 403 /* Declare exception registers equivalent to FPUs architecture
419 #define Set_exceptiontype_and_instr_field(exception,instruction,object) \
420 object = ((exception) << 26) | (instruction)
488 #define Exception(cond) Exceptionbit(cond)

Completed in 21 milliseconds