Home
last modified time | relevance | path

Searched refs:xtl (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/tools/ocaml/libs/xentoollog/
A Dxentoollog_stubs.c92 struct caml_xtl *xtl = (struct caml_xtl*)logger; in stub_xtl_ocaml_vmessage() local
122 struct caml_xtl *xtl = (struct caml_xtl*)logger; in stub_xtl_ocaml_progress() local
142 struct caml_xtl *xtl = (struct caml_xtl*)logger; in xtl_destroy() local
143 free(xtl->vmessage_cb); in xtl_destroy()
144 free(xtl->progress_cb); in xtl_destroy()
145 free(xtl); in xtl_destroy()
167 struct caml_xtl *xtl = malloc(sizeof(*xtl)); in stub_xtl_create_logger() local
168 if (xtl == NULL) in stub_xtl_create_logger()
171 memset(xtl, 0, sizeof(*xtl)); in stub_xtl_create_logger()
175 xtl->vtable.destroy = &xtl_destroy; in stub_xtl_create_logger()
[all …]
/xen-4.10.0-shim-comet/tools/ocaml/test/
A DMakefile11 OBJS = xtl send_debug_keys list_domains raise_exception dmesg
13 PROGRAMS = xtl send_debug_keys list_domains raise_exception dmesg
19 xtl_OBJS = xtl
25 send_debug_keys_OBJS = xtl send_debug_keys
31 list_domains_OBJS = xtl list_domains
43 dmesg_OBJS = xtl dmesg
45 OCAML_PROGRAM = xtl send_debug_keys list_domains raise_exception dmesg
A Dxtl.ml37 let usage_msg = "usage: xtl [OPTIONS]" in
/xen-4.10.0-shim-comet/
A D.gitignore403 tools/ocaml/test/xtl

Completed in 5 milliseconds