/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_exec.c | 22 static void check_open_fds(const char *what) in check_open_fds() argument 59 what, i, linkpath, flags); in check_open_fds() 63 what, i, flags); in check_open_fds() 226 LOG(ERROR, "%s not ready", what); in libxl__xenstore_child_wait_deprecated() 288 ss->xswait.what = GCSPRINTF("%s startup", ss->what); in libxl__spawn_spawn() 367 ss->what, (unsigned long)child); in spawn_detach() 398 LOG(DEBUG, "%s: spawn watch p=%s", ss->what, p); in spawn_watch_event() 413 const char *what = GCSPRINTF("%s (dying as expected)", ss->what); in spawn_middle_death() local 417 const char *what = in spawn_middle_death() local 425 ss->what, (unsigned long)pid); in spawn_middle_death() [all …]
|
A D | libxl_utils.c | 480 const char *source, const char *what) { \ 490 what ? what : "", what ? " from " : "", source); \ 499 what ? what : "", what ? " from " : "", source); \ 1065 int nfds, const int fds[], const char *what) { in libxl__sendmsg_fds() argument 1093 LOGE(ERROR, "failed to send fd-carrying message (%s)", what); in libxl__sendmsg_fds() 1102 int nfds, int fds[], const char *what) in libxl__recvmsg_fds() argument 1124 LOGE(ERROR,"recvmsg failed (%s)", what); in libxl__recvmsg_fds() 1128 LOG(ERROR,"recvmsg got EOF (%s)", what); in libxl__recvmsg_fds() 1134 " when expecting fds (%s)", what); in libxl__recvmsg_fds() 1142 what); in libxl__recvmsg_fds() [all …]
|
A D | libxl_save_callout.c | 128 static int dup_cloexec(libxl__gc *gc, int fd, const char *what) in dup_cloexec() argument 135 LOGE(ERROR,"dup %s", what); in dup_cloexec() 331 const char *what = in helper_exited() local 335 libxl_report_child_exitstatus(CTX, XTL_ERROR, what, pid, status); in helper_exited() 342 LOGD(ERROR,shs->domid,"%s exited without providing results",what); in helper_exited() 349 LOGD(ERROR,shs->domid,"%s exited without signaling completion",what); in helper_exited()
|
A D | libxl_aoutils.c | 88 LOG(DEBUG, "%s: xswait timeout (path=%s)", xswa->what, xswa->path); in xswait_timeout_callback() 539 LOG(ERROR, "killing execution of %s because of timeout", aes->what); in async_exec_timeout() 543 aes->what, (unsigned long)aes->child.pid); in async_exec_timeout() 561 aes->what, pid, status); in async_exec_done() 589 LOG(ERROR, "unable to register timeout for executing: %s", aes->what); in libxl__async_exec_start() 593 LOG(DEBUG, "forking to execute: %s ", aes->what); in libxl__async_exec_start() 622 void libxl__kill(libxl__gc *gc, pid_t pid, int sig, const char *what) in libxl__kill() argument 626 what, (unsigned long)pid, sig); in libxl__kill()
|
A D | libxl_utils.h | 51 const char *filename, const char *what); 53 ssize_t sz, const char *filename, const char *what); 63 const char *what, pid_t pid, int status);
|
A D | libxl_stream_write.c | 116 const char *what, in setup_generic_write() argument 129 dc->writewhat = what; in setup_generic_write() 166 const char *what, in setup_write() argument 171 setup_generic_write(egc, stream, what, hdr, NULL, body, cb); in setup_write() 177 const char *what, in setup_emulator_write() argument 184 setup_generic_write(egc, stream, what, hdr, emu_hdr, body, cb); in setup_emulator_write()
|
A D | libxlu_disk_l.l | 72 #define SAVESTRING(what,loc,val) do{ \ argument 73 savestring(DPC, what " respecified", &DPC->disk->loc, (val)); \
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_dom_bzimageloader.c | 203 lzma_stream *stream, const char *what) in _xc_try_lzma_decode() argument 215 DOMPRINTF("%s: Input is 0 size", what); in _xc_try_lzma_decode() 227 DOMPRINTF("%s: Failed to alloc memory", what); in _xc_try_lzma_decode() 242 DOMPRINTF("%s: Saw data stream end", what); in _xc_try_lzma_decode() 280 __FUNCTION__, what, msg); in _xc_try_lzma_decode() 290 DOMPRINTF("%s: output buffer overflow", what); in _xc_try_lzma_decode() 297 DOMPRINTF("%s: output too large", what); in _xc_try_lzma_decode() 305 DOMPRINTF("%s: Failed to realloc memory", what); in _xc_try_lzma_decode() 319 DOMPRINTF("%s: Error registering stream output", what); in _xc_try_lzma_decode() 325 __FUNCTION__, what, *size, (size_t)stream->total_out); in _xc_try_lzma_decode()
|
/xen-4.10.0-shim-comet/tools/console/testsuite/ |
A D | README | 9 they know what data the other side is generating and therefore what should be 25 xmexample1 has no devices and no root set (this is what triggers /linuxrc).
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | tboot.c | 522 const char *what = "???"; in tboot_s3_error() local 528 case -1: what = "Xen heap"; break; in tboot_s3_error() 529 case -2: what = "frame table"; break; in tboot_s3_error() 530 case -3: what = "domains"; break; in tboot_s3_error() 533 printk("MAC for %s before S3 is: 0x%08"PRIx64"\n", what, orig_mac); in tboot_s3_error() 534 printk("MAC for %s after S3 is: 0x%08"PRIx64"\n", what, resume_mac); in tboot_s3_error()
|
A D | e820.c | 502 const char *what = dmi_get_table(&base, &len); in reserve_dmi_region() local 504 if ( !what ) in reserve_dmi_region() 509 what, base, base + len); in reserve_dmi_region()
|
/xen-4.10.0-shim-comet/tools/ocaml/test/ |
A D | xtl.ml | 14 let stdio_progress ctx what percent dne total = 16 printf "\rProgress %s %d%% (%Ld/%Ld)%s" what percent dne total nl;
|
/xen-4.10.0-shim-comet/xen/common/efi/ |
A D | boot.c | 547 CHAR16 *what = NULL; in read_file() local 556 what = L"Open"; in read_file() 560 what = what ?: L"Seek"; in read_file() 564 what = what ?: L"Get size"; in read_file() 568 what = what ?: L"Seek"; in read_file() 579 what = what ?: L"Allocation"; in read_file() 599 what = L"Read"; in read_file() 605 if ( what ) in read_file() 607 PrintErr(what); in read_file()
|
/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/src/ |
A D | xenstat_netbsd.c | 79 static int read_attributes_vbd(const char *vbd_directory, const char *what, char *ret, int cap) in read_attributes_vbd() argument
|
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/ |
A D | x86-emulate.c | 9 #define xstate_set_init(what) argument
|
/xen-4.10.0-shim-comet/tools/examples/ |
A D | xlexample.pvhlinux | 5 # This is a fairly minimal example of what is required for a
|
A D | xlexample.pvlinux | 5 # This is a fairly minimal example of what is required for a
|
A D | xlexample.hvm | 5 # This is a fairly minimal example of what is required for an
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/ |
A D | io.c | 629 const char *what = NULL; in pt_irq_destroy_bind() local 711 what = list_empty(&pirq_dpci->digl_list) ? "final" : "partial"; in pt_irq_destroy_bind() 714 what = "bogus"; in pt_irq_destroy_bind() 738 if ( what && iommu_verbose ) in pt_irq_destroy_bind() 749 d->domain_id, what, machine_gsi, buf); in pt_irq_destroy_bind()
|
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/ |
A D | cpu_idle.c | 1290 #define PUT_xC(what, n) do { \ in pmstat_get_cx_stat() argument 1291 if ( stat->nr_##what >= n && \ in pmstat_get_cx_stat() 1292 copy_to_guest_offset(stat->what, n - 1, &hw_res.what##n, 1) ) \ in pmstat_get_cx_stat() 1294 if ( hw_res.what##n ) \ in pmstat_get_cx_stat() 1295 nr_##what = n; \ in pmstat_get_cx_stat()
|
/xen-4.10.0-shim-comet/tools/flask/policy/modules/ |
A D | guest_features.te | 4 # Allow all domains to use PMU (but not to change its settings --- that's what
|
/xen-4.10.0-shim-comet/xen/include/ |
A D | Makefile | 73 while read what name; do \ 74 $(SHELL) $(BASEDIR)/tools/get-fields.sh "$$what" compat_$$name $< || exit $$?; \
|
/xen-4.10.0-shim-comet/ |
A D | CONTRIBUTING | 102 * <One line description of the file and what it does> 126 * <One line description of the file and what it does> 149 * <One line description of the file and what it does> 189 * <One line description of the file and what it does>
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_migrate.c | 72 const char *what, const char *rune) { in migrate_read_fixedmessage() argument 78 rc = libxl_read_exactly(ctx, fd, buf, msgsz, stream, what); in migrate_read_fixedmessage() 83 stream, what); in migrate_read_fixedmessage()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | kconfig.txt | 17 for you, so you may find that you need to see what NEW kernel 155 names, so you have to know something close to what you are 212 names, so you have to know something close to what you are
|