Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 25 of 88) sorted by relevance

1234

/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Ddefine.ml9 * exception on linking described in file LICENSE.
35 exception Not_a_directory of string
36 exception Not_a_value of string
37 exception Already_exist
38 exception Doesnt_exist
39 exception Lookup_Doesnt_exist of string
40 exception Invalid_path
41 exception Permission_denied
42 exception Unknown_operation
A Dquota.ml9 * exception on linking described in file LICENSE.
17 exception Limit_reached
18 exception Data_too_big
19 exception Transaction_opened
A Dsyslog.ml7 * exception on linking described in file LICENSE.
24 exception Unknown_facility of string
A Dstdext.ml10 * exception on linking described in file LICENSE.
21 * Even if fct raises an exception, clean_f is applied
76 (** 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 *)
A Dsystemd.ml7 * exception on linking described in file LICENSE.
A Dsystemd.mli7 * exception on linking described in file LICENSE.
A Dsyslog.mli7 * exception on linking described in file LICENSE.
/xen-4.10.0-shim-comet/xen/drivers/acpi/utilities/
A Dutmisc.c66 const char *exception = NULL; in acpi_ut_validate_exception() local
79 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()
A Dutglobal.c71 const char *exception = NULL; in acpi_format_exception() local
75 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()
/xen-4.10.0-shim-comet/tools/ocaml/libs/eventchn/
A Dxeneventchn.mli9 * 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 Failure
50 exception. *)
54 Failure exception. *)
58 will throw a Failure exception. *)
62 Failure exception. *)
/xen-4.10.0-shim-comet/tools/ocaml/libs/xb/
A Dxb.mli43 exception Error of string
44 exception DataError of string
56 exception End_of_file
57 exception Eagain
58 exception Noent
59 exception Invalid
60 exception Reconnect
A Dpacket.ml9 * exception on linking described in file LICENSE.
25 exception Error of string
26 exception DataError of string
A Dxb.ml9 * exception on linking described in file LICENSE.
20 exception End_of_file
21 exception Eagain
22 exception Noent
23 exception Invalid
24 exception Reconnect
/xen-4.10.0-shim-comet/tools/ocaml/libs/xs/
A Dxsraw.mli9 * exception on linking described in file LICENSE.
16 exception Partial_not_empty
17 exception Unexpected_packet of string
18 exception Invalid_path of string
A Dxs.mli9 * exception on linking described in file LICENSE.
17 exception Timeout
20 exception Failed_to_connect
A Dxs.ml9 * exception on linking described in file LICENSE.
74 exception Timeout
77 exception Timeout_with_nonempty_queue
153 exception Failed_to_connect
A Dxsraw.ml9 * exception on linking described in file LICENSE.
19 exception Partial_not_empty
20 exception Unexpected_packet of string
23 exception Invalid_path of string
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/
A Dxenlight.ml.in8 * exception on linking described in file LICENSE.
22 exception Error of (error * string)
53 exception End_of_file
A Dxenlight.mli.in8 * exception on linking described in file LICENSE.
22 exception Error of (error * string)
55 exception End_of_file
/xen-4.10.0-shim-comet/tools/libacpi/
A Dssdt_s3.asl9 * exception on linking described in file LICENSE.
A Dssdt_s4.asl9 * exception on linking described in file LICENSE.
A Dssdt_tpm.asl9 * exception on linking described in file LICENSE.
A Dssdt_laptop_slate.asl9 * exception on linking described in file LICENSE.
/xen-4.10.0-shim-comet/xen/include/acpi/
A Dacpixf.h58 const char *acpi_format_exception(acpi_status exception);
/xen-4.10.0-shim-comet/tools/ocaml/libs/mmap/
A Dxenmmap.mli9 * exception on linking described in file LICENSE.

Completed in 14 milliseconds

1234