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
169 * RETURN: A string containing the exception text. A valid pointer is
172 * DESCRIPTION: This function translates an ACPI exception into an ASCII
181 const ACPI_EXCEPTION_INFO *Exception;
187 Exception = AcpiUtValidateException (Status);
188 if (!Exception)
190 /* Exception code was not recognized */
193 "Unknown exception code: 0x%8.8X", Status));
198 return (Exception->Name);
210 * 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
173 * PARAMETERS: Standard exception handler parameters
177 * DESCRIPTION: System exception handler for AcpiExec utility. Called from
178 * the core ACPICA code after any exception during method
196 const char *Exception;
200 Exception = AcpiFormatException (AmlStatus);
205 "Exception %s during execution\n", Exception);
251 Arg[1].String.Pointer = ACPI_CAST_PTR (char, Exception);
252 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 13 milliseconds