/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl.c | 243 pid_t got = ch->pid; in xl_waitpid() local 244 assert(got); in xl_waitpid() 248 return got; in xl_waitpid() 251 got = waitpid(ch->pid, status, flags); in xl_waitpid() 253 if (got > 0) { in xl_waitpid() 254 assert(got == ch->pid); in xl_waitpid() 257 return got; in xl_waitpid() 277 assert(got); in xl_reaped_callback() 280 if (ch->pid == got) { in xl_reaped_callback() 400 pid_t got = xl_waitpid(child, &status, 0); in child_report() local [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | build32.lds | 36 * PIC/PIE executable contains .got.plt section even if it is not linked 41 * pretty good chance that we can safely drop .got.plt as a whole here. 44 * we remove .got.plt section here because it cannot find required symbol. 46 * So, drop .got.plt section during conversion to plain binary format. 50 /* *(.got.plt) */
|
A D | build32.mk | 22 .got.plt) \ 28 $(OBJCOPY) -O binary -R .got.plt $< $@
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_dom_save.c | 61 const char *got; in domain_suspend_switch_qemu_xen_traditional_logdirty() local 84 rc = libxl__xs_read_checked(gc, t, lds->cmd_path, &got); in domain_suspend_switch_qemu_xen_traditional_logdirty() 87 if (got) { in domain_suspend_switch_qemu_xen_traditional_logdirty() 92 if (!got_ret || strcmp(got, got_ret)) { in domain_suspend_switch_qemu_xen_traditional_logdirty() 95 got, lds->cmd_path, got_ret ? got_ret : "<none>"); in domain_suspend_switch_qemu_xen_traditional_logdirty() 205 const char *got; in switch_logdirty_xswatch() local 213 rc = libxl__xs_read_checked(gc, t, lds->ret_path, &got); in switch_logdirty_xswatch() 216 if (!got) { in switch_logdirty_xswatch() 221 if (strcmp(got, lds->cmd)) { in switch_logdirty_xswatch() 223 " (xenstore paths `%s' / `%s')", lds->cmd, got, in switch_logdirty_xswatch()
|
A D | libxl_fork.c | 215 pid_t got = waitpid(want, status, WNOHANG); in checked_waitpid() local 216 if (got != -1) in checked_waitpid() 217 return got; in checked_waitpid() 219 return got; in checked_waitpid() 498 pid_t got; in childproc_checkall() local 501 got = checked_waitpid(egc, ch->pid, &status); in childproc_checkall() 502 if (got) in childproc_checkall() 509 if (got == -1) { in childproc_checkall()
|
A D | libxl_domain.c | 719 const xc_domaininfo_t *got = domaininfos, *gotend; in domain_death_xswatch_callback() local 743 evg, (int)(got - domaininfos), in domain_death_xswatch_callback() 744 got < gotend ? (long)got->domain : -1L); in domain_death_xswatch_callback() 751 if (got == gotend) { in domain_death_xswatch_callback() 756 if (got->domain > evg->domid) { in domain_death_xswatch_callback() 763 if (got->domain < evg->domid) { in domain_death_xswatch_callback() 764 got++; in domain_death_xswatch_callback() 768 assert(evg->domid == got->domain); in domain_death_xswatch_callback() 770 evg->shutdown_reported, got->flags); in domain_death_xswatch_callback() 772 if (got->flags & XEN_DOMINF_dying) { in domain_death_xswatch_callback() [all …]
|
A D | libxl_exec.c | 327 pid_t got = waitpid(child, &status, 0); in libxl__spawn_spawn() local 328 if (got == -1) { in libxl__spawn_spawn() 332 assert(got == child); in libxl__spawn_spawn()
|
A D | libxl_utils.c | 481 ssize_t got; \ 485 got = rw(fd, data, sz); \ 486 if (got == -1) { \ 494 if (got == 0) { \ 503 sz -= got; \ 504 data = (char*)data + got; \
|
A D | libxl_event.c | 872 int got = atoi(sstate); in devstate_callback() local 873 if (got == ds->wanted) { in devstate_callback() 878 ds->w.path, ds->wanted, got); in devstate_callback()
|
/xen-4.10.0-shim-comet/tools/console/testsuite/ |
A D | README | 28 console-dom0 (which means that some data got dropped). I'd like to add
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xs.c | 1331 char *got; in expanding_buffer_ensure() local 1340 got = realloc(ebuf->buf, want); in expanding_buffer_ensure() 1341 if (!got) in expanding_buffer_ensure() 1344 ebuf->buf = got; in expanding_buffer_ensure()
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xs/ |
A D | xsraw.ml | 217 _ -> raise (Packet.DataError (Printf.sprintf "int expected; got '%s'" data))
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | xenstored.ml | 386 * there's no need to be really fast even if we got loose
|
A D | process.ml | 551 error "got a bad client %s" (sprintf "%-8s" (Connection.get_domstr con));
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | lwip.patch-cvs | 663 + /* if we got interrupted by a mem_free, try again */
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xen-command-line.markdown | 1086 >> got assigned. Implies `no-dom0-passthrough`.
|