/xen/tools/golang/xenlight/ |
A D | types.gen.go | 9 type Error int type 11 ErrorNonspecific Error = -1 12 ErrorVersion Error = -2 13 ErrorFail Error = -3 14 ErrorNi Error = -4 15 ErrorNomem Error = -5 16 ErrorInval Error = -6 17 ErrorBadfail Error = -7 19 ErrorTimedout Error = -9 21 ErrorNotReady Error = -11 [all …]
|
A D | xenlight.go | 86 func (e Error) Error() string { func 182 return Error(ret) 585 err = Error(-ret) 624 err = Error(-ret) 658 err = Error(-ret) 671 err = Error(-ret) 682 err = Error(-ret) 700 err = Error(-ret) 711 err = Error(-ret) 729 err = Error(-ret) [all …]
|
/xen/tools/ocaml/libs/xb/ |
A D | op.ml | 21 Setperms | Watchevent | Error | Isintroduced | Constructor 30 Setperms; Watchevent; Error; Isintroduced; 67 | Error -> "ERROR"
|
A D | op.mli | 18 | Error Constructor
|
A D | packet.mli | 2 exception Error of string Exception
|
A D | xb.mli | 21 | Error 43 exception Error of string Exception
|
A D | packet.ml | 25 exception Error of string Exception
|
/xen/tools/ocaml/libs/xl/ |
A D | xenlight.ml.in | 22 exception Error of (error * string) Exception 32 | POLLERR (* Error condition (revents only) *) 92 Callback.register_exception "Xenlight.Error" (Error(ERROR_FAIL, ""));
|
A D | xenlight.mli.in | 22 exception Error of (error * string) Exception 34 | POLLERR (* Error condition (revents only) *)
|
/xen/tools/ocaml/xenstored/ |
A D | logging.ml | 52 type level = Debug | Info | Warn | Error | Null Constructor 114 | Error -> 3 | Null -> max_int 118 | Error -> "error" | Null -> "null" 122 | "error" -> Error | "null" -> Null | s -> raise (Unknown_level s) 147 | Some Error -> Syslog.Err 199 let error key = xenstored_logging Error key 251 | Xenbus.Xb.Op.Error -> "error " 332 | Xenbus.Xb.Op.Error when String.startswith "ENOENT" data -> !access_log_read_ops , Warn 333 | Xenbus.Xb.Op.Error -> true , Warn
|
A D | packet.ml | 11 | Error of string Constructor
|
A D | config.ml | 28 exception Error of (string * string) list Exception 107 if !err != [] then raise (Error !err)
|
A D | process.ml | 203 | Packet.Error e -> 254 Packet.Error e in 285 | Packet.Error e -> write_answer_log ~ty:(Xenbus.Xb.Op.Error) ~tid ~con ~data:e 502 | Xenbus.Xb.Op.Error 553 Packet.Error "EQUOTA"
|
A D | connection.ml | 134 Xenbus.Xb.queue con.xb (Xenbus.Xb.Packet.create tid rid Xenbus.Xb.Op.Error "E2BIG\000") 138 let send_error con tid rid err = send_reply con tid rid Xenbus.Xb.Op.Error (err ^ "\000")
|
/xen/tools/ocaml/test/ |
A D | raise_exception.ml | 6 with Xenlight.Error(err, fn) -> begin
|
A D | list_domains.ml | 22 with Xenlight.Error(err, fn) -> begin
|
/xen/xen/arch/x86/boot/ |
A D | head.S | 144 add $sym_offs(.Lbad_cpu_msg),%esi # Error message 147 add $sym_offs(.Lbad_ldr_msg),%esi # Error message 154 add $sym_offs(.Lbad_ldr_nst),%esi # Error message 158 add $sym_offs(.Lbad_ldr_nih),%esi # Error message 166 add $sym_offs(.Lbad_ldr_nbs),%esi # Error message 174 add $sym_offs(.Lbad_efi_msg),%esi # Error message
|
/xen/tools/flask/policy/policy/support/ |
A D | misc_macros.spt | 46 define(`refpolicyerr',`errprint(__file__:__line__: Error: `$1'__endline__)')
|
/xen/docs/ |
A D | INDEX | 20 misc/xen-error-handling Xen Error Handling
|
/xen/stubdom/ |
A D | vtpm_extern.patch | 14 #define error(fmt, ...) tpm_log(TPM_LOG_ERROR, "%s:%d: Error: " fmt "\n", \
|
A D | vtpm-deepquote.patch | 85 * Error handling
|
/xen/tools/ocaml/libs/xc/ |
A D | xenctrl.ml | 152 exception Error of string Exception 291 let _ = Callback.register_exception "xc.error" (Error "register_callback")
|
/xen/docs/misc/ |
A D | pvcalls.pandoc | 369 - **ret**: return value, identifies success (0) or failure (see [Error 421 [Error numbers] in further sections. 489 [Error numbers] in further sections. 544 [Error numbers] in further sections. 587 [Error numbers] in further sections. 624 [Error numbers] in further sections. 696 [Error numbers] in further sections. 736 [Error numbers] in further sections. 751 #### Error numbers
|
A D | xen-error-handling.txt | 1 Error handling in Xen
|
/xen/tools/ocaml/libs/xs/ |
A D | xsraw.ml | 141 | Xb.Op.Error -> ( 146 | s -> raise (Xb.Packet.Error s))
|