Searched refs:exception (Results 1 – 25 of 88) sorted by relevance
1234
9 * exception on linking described in file LICENSE.35 exception Not_a_directory of string36 exception Not_a_value of string37 exception Already_exist38 exception Doesnt_exist39 exception Lookup_Doesnt_exist of string40 exception Invalid_path41 exception Permission_denied42 exception Unknown_operation
9 * exception on linking described in file LICENSE.17 exception Limit_reached18 exception Data_too_big19 exception Transaction_opened
7 * exception on linking described in file LICENSE.24 exception Unknown_facility of string
10 * exception on linking described in file LICENSE.21 * Even if fct raises an exception, clean_f is applied76 (** remove a file, but doesn't raise an exception if the file is already removed *)80 (** create a directory but doesn't raise an exception if the directory already exist *)
7 * exception on linking described in file LICENSE.
66 const char *exception = NULL; in acpi_ut_validate_exception() local79 exception = acpi_gbl_exception_names_env[sub_status]; in acpi_ut_validate_exception()86 exception = in acpi_ut_validate_exception()94 exception = in acpi_ut_validate_exception()102 exception = in acpi_ut_validate_exception()110 exception = in acpi_ut_validate_exception()119 return (ACPI_CAST_PTR(const char, exception)); in acpi_ut_validate_exception()
71 const char *exception = NULL; in acpi_format_exception() local75 exception = acpi_ut_validate_exception(status); in acpi_format_exception()76 if (!exception) { in acpi_format_exception()83 exception = "UNKNOWN_STATUS_CODE"; in acpi_format_exception()87 return (ACPI_CAST_PTR(const char, exception)); in acpi_format_exception()
9 * exception on linking described in file LICENSE.31 will throw a Failure exception. *)36 On error it will throw a Failure exception. *)40 Failure exception. *)45 throw a Failure exception. *)49 (domain exception VIRQ). On error it will throw a Failure50 exception. *)54 Failure exception. *)58 will throw a Failure exception. *)62 Failure exception. *)
43 exception Error of string44 exception DataError of string56 exception End_of_file57 exception Eagain58 exception Noent59 exception Invalid60 exception Reconnect
9 * exception on linking described in file LICENSE.25 exception Error of string26 exception DataError of string
9 * exception on linking described in file LICENSE.20 exception End_of_file21 exception Eagain22 exception Noent23 exception Invalid24 exception Reconnect
9 * exception on linking described in file LICENSE.16 exception Partial_not_empty17 exception Unexpected_packet of string18 exception Invalid_path of string
9 * exception on linking described in file LICENSE.17 exception Timeout20 exception Failed_to_connect
9 * exception on linking described in file LICENSE.74 exception Timeout77 exception Timeout_with_nonempty_queue153 exception Failed_to_connect
9 * exception on linking described in file LICENSE.19 exception Partial_not_empty20 exception Unexpected_packet of string23 exception Invalid_path of string
8 * exception on linking described in file LICENSE.22 exception Error of (error * string)53 exception End_of_file
8 * exception on linking described in file LICENSE.22 exception Error of (error * string)55 exception End_of_file
9 * exception on linking described in file LICENSE.
58 const char *acpi_format_exception(acpi_status exception);
Completed in 18 milliseconds