Home
last modified time | relevance | path

Searched refs:got (Results 1 – 16 of 16) sorted by relevance

/xen-4.10.0-shim-comet/tools/xl/
A Dxl.c243 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 Dbuild32.lds36 * 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 Dbuild32.mk22 .got.plt) \
28 $(OBJCOPY) -O binary -R .got.plt $< $@
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_dom_save.c61 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 Dlibxl_fork.c215 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 Dlibxl_domain.c719 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 Dlibxl_exec.c327 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 Dlibxl_utils.c481 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 Dlibxl_event.c872 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 DREADME28 console-dom0 (which means that some data got dropped). I'd like to add
/xen-4.10.0-shim-comet/tools/xenstore/
A Dxs.c1331 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 Dxsraw.ml217 _ -> raise (Packet.DataError (Printf.sprintf "int expected; got '%s'" data))
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dxenstored.ml386 * there's no need to be really fast even if we got loose
A Dprocess.ml551 error "got a bad client %s" (sprintf "%-8s" (Connection.get_domstr con));
/xen-4.10.0-shim-comet/stubdom/
A Dlwip.patch-cvs663 + /* if we got interrupted by a mem_free, try again */
/xen-4.10.0-shim-comet/docs/misc/
A Dxen-command-line.markdown1086 >> got assigned. Implies `no-dom0-passthrough`.

Completed in 36 milliseconds