Home
last modified time | relevance | path

Searched refs:Exception (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/dflybsd-src/sys/contrib/dev/acpica/source/components/utilities/
H A Dutexcep.c181 const ACPI_EXCEPTION_INFO *Exception; in AcpiFormatException() local
187 Exception = AcpiUtValidateException (Status); in AcpiFormatException()
188 if (!Exception) in AcpiFormatException()
198 return (Exception->Name); in AcpiFormatException()
223 const ACPI_EXCEPTION_INFO *Exception = NULL; in ACPI_EXPORT_SYMBOL() local
240 Exception = &AcpiGbl_ExceptionNames_Env [SubStatus]; in ACPI_EXPORT_SYMBOL()
248 Exception = &AcpiGbl_ExceptionNames_Pgm [SubStatus]; in ACPI_EXPORT_SYMBOL()
256 Exception = &AcpiGbl_ExceptionNames_Tbl [SubStatus]; in ACPI_EXPORT_SYMBOL()
264 Exception = &AcpiGbl_ExceptionNames_Aml [SubStatus]; in ACPI_EXPORT_SYMBOL()
272 Exception = &AcpiGbl_ExceptionNames_Ctrl [SubStatus]; in ACPI_EXPORT_SYMBOL()
[all …]
/dflybsd-src/sys/contrib/dev/acpica/source/tools/acpiexec/
H A Daeexception.c196 const char *Exception; in AeExceptionHandler() local
200 Exception = AcpiFormatException (AmlStatus); in AeExceptionHandler()
205 "Exception %s during execution\n", Exception); in AeExceptionHandler()
251 Arg[1].String.Pointer = ACPI_CAST_PTR (char, Exception); in AeExceptionHandler()
252 Arg[1].String.Length = strlen (Exception); in AeExceptionHandler()
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/
H A Deapol_test.py27 raise Exception("Failed to connect to eapol_test (%s)" % ifname)
34 raise Exception("ADD_NETWORK failed")
40 raise Exception("REMOVE_NETWORK failed")
46 raise Exception("SET_NETWORK failed")
52 raise Exception("SET_NETWORK failed")
/dflybsd-src/contrib/gcc-8.0/
H A DCOPYING.RUNTIME10 This GCC Runtime Library Exception ("Exception") is an additional
14 the file is governed by GPLv3 along with this Exception.
18 program. The purpose of this Exception is to allow compilation of
20 header files and runtime libraries covered by this Exception.
70 The availability of this Exception does not imply any general
/dflybsd-src/contrib/gcc-4.7/
H A DCOPYING.RUNTIME10 This GCC Runtime Library Exception ("Exception") is an additional
14 the file is governed by GPLv3 along with this Exception.
18 program. The purpose of this Exception is to allow compilation of
20 header files and runtime libraries covered by this Exception.
70 The availability of this Exception does not imply any general
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpython-internal.h316 #define GDB_PY_HANDLE_EXCEPTION(Exception) \ argument
318 if (Exception.reason < 0) \
319 return gdbpy_convert_exception (Exception); \
324 #define GDB_PY_SET_HANDLE_EXCEPTION(Exception) \ argument
326 if (Exception.reason < 0) \
328 gdbpy_convert_exception (Exception); \
/dflybsd-src/sys/contrib/dev/acpica/source/tools/acpihelp/
H A Dacpihelp.h208 #define AH_DISPLAY_EXCEPTION_TEXT(Status, Exception) \ argument
210 Exception->Name, Exception->Description)
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dimplement-cxx.texi31 * Exception handling::
50 @node Exception handling
51 @section Exception handling
/dflybsd-src/sys/contrib/dev/acpica/source/compiler/
H A Daslmessages.c586 #define AH_DISPLAY_ASL_EXCEPTION_TEXT(Status, Exception) \ argument
587 printf ("%.4X: %s\n", Status, Exception)
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dctime17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
H A Dcstdarg17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
H A Dctgmath17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
H A Dccomplex17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
H A Dcwctype17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
H A Dcfloat17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
H A Dcctype17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dctgmath17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
H A Dcstdarg17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
H A Dccomplex17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
H A Dctime17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
H A Dcfloat17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
H A Dclimits17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
H A Dcstdbool17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/debug/
H A Dmap17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/c_global/
H A Dccomplex17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;

12345678910>>...17