Home
last modified time | relevance | path

Searched refs:what (Results 1 – 25 of 96) sorted by relevance

1234

/xen/tools/libxl/
A Dlibxl_exec.c22 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()
407 LOG(DEBUG, "%s: spawn watch p=%s", ss->what, p); in spawn_watch_event()
422 const char *what = GCSPRINTF("%s (dying as expected)", ss->what); in spawn_middle_death() local
426 const char *what = in spawn_middle_death() local
434 ss->what, (unsigned long)pid); in spawn_middle_death()
[all …]
A Dlibxl_aoutils.c88 LOG(DEBUG, "%s: xswait timeout (path=%s)", xswa->what, xswa->path); in xswait_timeout_callback()
543 aes->what, (unsigned long)aes->child.pid); in async_exec_timeout()
561 aes->what, pid, status); in async_exec_done()
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()
631 const char *what) in libxl__kill_xs_path() argument
638 LOG(ERROR, "unable to find %s pid in %s", what, xs_path_pid); in libxl__kill_xs_path()
646 LOG(ERROR, "%s already exited", what); in libxl__kill_xs_path()
649 LOG(DEBUG, "%s signaled", what); in libxl__kill_xs_path()
[all …]
A Dlibxl_utils.c490 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
1100 LOGE(ERROR, "failed to send fd-carrying message (%s)", what); in libxl__sendmsg_fds()
1116 int nfds, int fds[], const char *what) in libxl__recvmsg_fds() argument
1138 LOGE(ERROR,"recvmsg failed (%s)", what); in libxl__recvmsg_fds()
1142 LOG(ERROR,"recvmsg got EOF (%s)", what); in libxl__recvmsg_fds()
1148 " when expecting fds (%s)", what); in libxl__recvmsg_fds()
1156 what); in libxl__recvmsg_fds()
1165 what); in libxl__recvmsg_fds()
[all …]
A Dlibxl_save_callout.c126 static int dup_cloexec(libxl__gc *gc, int fd, const char *what) in dup_cloexec() argument
133 LOGE(ERROR,"dup %s", what); in dup_cloexec()
329 const char *what = in helper_exited() local
333 libxl_report_child_exitstatus(CTX, XTL_ERROR, what, pid, status); in helper_exited()
340 LOGD(ERROR,shs->domid,"%s exited without providing results",what); in helper_exited()
347 LOGD(ERROR,shs->domid,"%s exited without signaling completion",what); in helper_exited()
A Dlibxl_utils.h52 const char *filename, const char *what);
54 ssize_t sz, const char *filename, const char *what);
64 const char *what, pid_t pid, int status);
A Dlibxl_stream_write.c116 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 Dlibxlu_disk_l.l83 #define SAVESTRING(what,loc,val) do{ \ argument
84 savestring(DPC, what " respecified", &DPC->disk->loc, (val)); \
/xen/tools/tests/depriv/
A Ddepriv-fd-checker.c101 static void trouble(const char *what) __attribute__((noreturn));
102 static void trouble(const char *what) { in trouble() argument
105 classname, test_which, object_fd, fd_desc, what, strerror(errno)); in trouble()
109 static void report(const char *pass_or_fail, const char *what, in report() argument
113 object_fd, what, notes, fd_desc); in report()
117 static void succeeded(const char *what) { in succeeded() argument
122 report("fail",what,"unexpectedly succeeded"); in succeeded()
129 static void blocked(const char *what) { in blocked() argument
132 report("pass", what,"blocked"); in blocked()
135 err(4,"test blocked on unrestricted fd: %s {%s}",what,test_which); in blocked()
/xen/tools/libxc/
A Dxc_dom_bzimageloader.c203 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/tools/console/testsuite/
A DREADME9 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/docs/process/
A DRUBRIC14 prompts to think about what should be done, and in what order; but
/xen/xen/arch/x86/
A Dtboot.c522 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()
/xen/tools/ocaml/test/
A Dxtl.ml13 let stdio_progress _ctx what percent dne total =
15 printf "\rProgress %s %d%% (%Ld/%Ld)%s" what percent dne total nl;
/xen/xen/common/efi/
A Dboot.c598 CHAR16 *what = NULL; in read_file() local
607 what = L"Open"; in read_file()
611 what = what ?: L"Seek"; in read_file()
615 what = what ?: L"Get size"; in read_file()
619 what = what ?: L"Seek"; in read_file()
630 what = what ?: L"Allocation"; in read_file()
650 what = L"Read"; in read_file()
656 if ( what ) in read_file()
658 PrintErr(what); in read_file()
/xen/tools/xenstat/libxenstat/src/
A Dxenstat_netbsd.c79 static int read_attributes_vbd(const char *vbd_directory, const char *what, char *ret, int cap) in read_attributes_vbd() argument
/xen/xen/drivers/passthrough/
A Dio.c636 const char *what = NULL; in pt_irq_destroy_bind() local
733 what = list_empty(&pirq_dpci->digl_list) ? "final" : "partial"; in pt_irq_destroy_bind()
736 what = "bogus"; in pt_irq_destroy_bind()
760 if ( what && iommu_verbose ) in pt_irq_destroy_bind()
771 d->domain_id, what, machine_gsi, buf); in pt_irq_destroy_bind()
/xen/docs/misc/xen-makefiles/
A Dmakefiles.rst67 specifies what is modular and what is built-in.
167 quiet_cmd_<command> - what shall be echoed
/xen/xen/include/
A DMakefile78 while read what name; do \
79 $(SHELL) $(BASEDIR)/tools/get-fields.sh "$$what" compat_$$name $< || exit $$?; \
/xen/tools/examples/
A Dxlexample.pvhlinux5 # This is a fairly minimal example of what is required for a
A Dxlexample.pvlinux5 # This is a fairly minimal example of what is required for a
A Dxlexample.hvm5 # This is a fairly minimal example of what is required for an
/xen/tools/golang/xenlight/
A DREADME.md25 probably not what you want. A better option would be to specify a Xen
/xen/
A DCONTRIBUTING121 * <One line description of the file and what it does>
145 * <One line description of the file and what it does>
168 * <One line description of the file and what it does>
208 * <One line description of the file and what it does>
/xen/xen/
A DKconfig43 Only use this if you really know what you are doing.
/xen/tools/xl/
A Dxl_migrate.c72 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()

Completed in 52 milliseconds

1234