Home
last modified time | relevance | path

Searched refs:string (Results 1 – 25 of 136) sorted by relevance

123456

/xen-4.10.0-shim-comet/tools/ocaml/libs/xs/
A Dxsraw.mli23 val split_string : ?limit:int -> char -> string -> string list
33 val get_watchevent : con -> string * string
34 val read_watchevent : con -> string * string
40 val directory : int -> string -> con -> string list
41 val debug : string list -> con -> string
42 val read : int -> string -> con -> string
43 val readv : int -> string -> string list -> con -> string list
45 val watch : string -> string -> con -> unit
46 val unwatch : string -> string -> con -> unit
53 val write : int -> string -> string -> con -> unit
[all …]
A Dxs.mli34 debug: string list -> string;
35 directory : string -> string list;
36 read : string -> string;
37 readv : string -> string list -> string list;
38 write : string -> string -> unit;
39 writev : string -> (string * string) list -> unit;
49 watch : string -> string -> unit;
50 unwatch : string -> string -> unit;
63 val get_watchevent : xsh -> string * string
64 val read_watchevent : xsh -> string * string
[all …]
A Dxst.mli17 directory : string -> string list;
18 read : string -> string;
19 readv : string -> string list -> string list;
20 write : string -> string -> unit;
21 writev : string -> (string * string) list -> unit;
22 mkdir : string -> unit;
23 rm : string -> unit;
24 getperms : string -> Xsraw.perms;
25 setperms : string -> Xsraw.perms -> unit;
26 setpermsv : string -> string list -> Xsraw.perms -> unit;
A Dxst.ml19 directory: string -> string list;
20 read: string -> string;
21 readv: string -> string list -> string list;
22 write: string -> string -> unit;
23 writev: string -> (string * string) list -> unit;
24 mkdir: string -> unit;
25 rm: string -> unit;
26 getperms: string -> Xsraw.perms;
27 setperms: string -> Xsraw.perms -> unit;
28 setpermsv: string -> string list -> Xsraw.perms -> unit;
A Dxs.ml24 debug: string list -> string;
25 directory: string -> string list;
26 read: string -> string;
27 readv: string -> string list -> string list;
28 write: string -> string -> unit;
29 writev: string -> (string * string) list -> unit;
30 mkdir: string -> unit;
31 rm: string -> unit;
34 setpermsv: string -> string list -> perms -> unit;
39 watch: string -> string -> unit;
[all …]
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_types.idl345 ("backend", string),
635 ("vdev", string),
638 ("script", string),
660 ("model", string),
662 ("ip", string),
663 ("bridge", string),
664 ("ifname", string),
774 ("path", string),
797 ("name", string),
806 ("id", string),
[all …]
A Dlibxl_types_internal.idl42 ("output", string),
45 ("name", string),
46 ("connection", string),
47 ("path", string),
A Dlibxlu_cfg_l.l56 yylval->string= xlu__cfgl_strdup(ctx,yytext);
60 yylval->string= xlu__cfgl_strdup(ctx,yytext);
75 yylval->string= xlu__cfgl_dequote(ctx,yytext);
79 yylval->string= xlu__cfgl_dequote(ctx,yytext);
A Dlibxlu_cfg_y.y26 char *string; member
38 %token <string> IDENT STRING NUMBER NEWLINE
39 %type <string> atom
A Dcheck-xl-vcpupin-parse31 -s string tries using string as a vcpu pinning configuration and
77 string () { function
128 string 0 "$OPTARG"
/xen-4.10.0-shim-comet/tools/ocaml/libs/xb/
A Dxb.mli32 val to_string : operation -> string
41 data : string;
43 exception Error of string
44 exception DataError of string
49 val to_string : t -> string
50 val unpack : t -> int * int * Op.operation * string
53 val get_data : t -> string
74 mutable partial_out : string;
79 val read_fd : backend_fd -> 'a -> string -> int -> int
81 val read : t -> string -> int -> int
[all …]
A Dpacket.ml22 data: string;
25 exception Error of string
26 exception DataError of string
28 external string_of_header: int -> int -> int -> int -> string = "stub_string_of_header"
/xen-4.10.0-shim-comet/tools/ocaml/libs/xentoollog/
A Dxentoollog.mli.in18 val level_to_string : level -> string
27 context: Some <string> or None
30 context: Some <string> or None
31 doing_what: string
35 vmessage : level -> int option -> string option -> string -> unit;
36 progress : string option -> string -> int -> int64 -> int64 -> unit;
42 val create : string -> logger_cbs -> handle
A Dxentoollog.ml.in28 vmessage : level -> int option -> string option -> string -> unit;
29 progress : string option -> string -> int -> int64 -> int64 -> unit;
33 external _create_logger: (string * string) -> handle = "stub_xtl_create_logger"
/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/
A Dsysconfig.xencommons.in2 ## Type: string
8 ## Type: string
21 ## Type: string
35 ## Type: string
44 ## Type: string
51 ## Type: string
58 ## Type: string
72 ## Type: string
83 ## Type: string
90 ## Type: string
A Dsysconfig.xendomains.in3 ## Type: string
34 ## Type: string
37 # Set this to a non-empty string if you want to migrate virtual machines
38 # on shutdown. The string will be passed to the xm migrate DOMID command
47 ## Type: string
58 ## Type: string
68 ## Type: string
91 ## Type: string
/xen-4.10.0-shim-comet/xen/
A DKconfig8 string
12 string
21 string
25 string
30 string
/xen-4.10.0-shim-comet/tools/ocaml/libs/xc/
A Dxenctrl.mli85 type version = { major : int; minor : int; extra : string; }
87 compiler : string;
88 compile_by : string;
89 compile_domain : string;
90 compile_date : string;
96 exception Error of string
106 val domain_sethandle : handle -> domid -> string -> unit
176 external version_capabilities : handle -> string
191 external marshall_core_header : core_header -> string
205 -> string option array
[all …]
A Dxenctrl.ml109 extra : string;
115 compiler : string;
116 compile_by : string;
117 compile_domain : string;
118 compile_date : string;
125 exception Error of string
207 external vcpu_context_get: handle -> domid -> int -> string
226 external readconsolering: handle -> string = "stub_xc_readconsolering"
245 -> string option array
246 -> string option array
[all …]
/xen-4.10.0-shim-comet/docs/misc/arm/device-tree/
A Dbooting.txt11 Must always include at least the generic compatiblity string:
15 Optionally a more specific compatible string may be used in
23 compatible string (if one applies) in addition to the generic
24 string (which must always be present).
27 specific compatible string is a "multiboot,kernel".
30 module that lacks a specific compatible string. Xen will
34 treated by Xen as if its compatible string was
38 module lacking a compatible string will be treated by Xen as
39 if its compatible string was "multiboot,ramdisk"; for the
41 compatible string, Xen will not apply any special treatment.
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dreloc.c95 if ( mods[i].string ) in mbi_reloc()
96 mods[i].string = copy_string(mods[i].string); in mbi_reloc()
161 ptr = get_mb2_string(tag, string, string); in mbi2_reloc()
167 ptr = get_mb2_string(tag, string, string); in mbi2_reloc()
214 mbi_out_mods[mod_idx].string = copy_string(ptr); in mbi2_reloc()
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dpacket.ml5 data: string;
10 | Reply of string
11 | Error of string
A Dsymbol.mli26 val of_string : string -> t
27 (** Convert a string into a symbol. *)
29 val to_string : t -> string
30 (** Convert a symbol into a string. *)
A Ddefine.ml35 exception Not_a_directory of string
36 exception Not_a_value of string
39 exception Lookup_Doesnt_exist of string
A Dsymbol.ml20 let int_string_tbl : (int,string record) Hashtbl.t = Hashtbl.create 1024
21 let string_int_tbl : (string,int) Hashtbl.t = Hashtbl.create 1024
64 let remove (int,string) =
66 Hashtbl.remove string_int_tbl string

Completed in 29 milliseconds

123456