Searched refs:got (Results 1 – 16 of 16) sorted by relevance
| /xen/tools/xl/ |
| A D | xl.c | 278 pid_t got = ch->pid; in xl_waitpid() local 279 assert(got); in xl_waitpid() 283 return got; in xl_waitpid() 286 got = waitpid(ch->pid, status, flags); in xl_waitpid() 288 if (got > 0) { in xl_waitpid() 289 assert(got == ch->pid); in xl_waitpid() 292 return got; in xl_waitpid() 312 assert(got); in xl_reaped_callback() 315 if (ch->pid == got) { in xl_reaped_callback() 441 pid_t got = xl_waitpid(child, &status, 0); in child_report() local [all …]
|
| /xen/xen/arch/x86/boot/ |
| A D | build32.lds | 34 .got.plt : { 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/tools/libxl/ |
| A D | libxl_dom_save.c | 93 const char *got; in domain_suspend_switch_qemu_xen_traditional_logdirty() local 116 rc = libxl__xs_read_checked(gc, t, lds->cmd_path, &got); in domain_suspend_switch_qemu_xen_traditional_logdirty() 119 if (got) { in domain_suspend_switch_qemu_xen_traditional_logdirty() 124 if (!got_ret || strcmp(got, got_ret)) { in domain_suspend_switch_qemu_xen_traditional_logdirty() 127 got, lds->cmd_path, got_ret ? got_ret : "<none>"); in domain_suspend_switch_qemu_xen_traditional_logdirty() 160 const char *got; in switch_logdirty_xswatch() local 168 rc = libxl__xs_read_checked(gc, t, lds->ret_path, &got); in switch_logdirty_xswatch() 171 if (!got) { in switch_logdirty_xswatch() 176 if (strcmp(got, lds->cmd)) { in switch_logdirty_xswatch() 178 " (xenstore paths `%s' / `%s')", lds->cmd, got, in switch_logdirty_xswatch()
|
| A D | libxl_fork.c | 216 pid_t got = waitpid(want, status, WNOHANG); in checked_waitpid() local 217 if (got != -1) in checked_waitpid() 218 return got; in checked_waitpid() 220 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_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_domain.c | 896 const xc_domaininfo_t *got = domaininfos, *gotend; in domain_death_xswatch_callback() local 920 evg, (int)(got - domaininfos), in domain_death_xswatch_callback() 921 got < gotend ? (long)got->domain : -1L); in domain_death_xswatch_callback() 928 if (got == gotend) { in domain_death_xswatch_callback() 933 if (got->domain > evg->domid) { in domain_death_xswatch_callback() 940 if (got->domain < evg->domid) { in domain_death_xswatch_callback() 941 got++; in domain_death_xswatch_callback() 945 assert(evg->domid == got->domain); in domain_death_xswatch_callback() 947 evg->shutdown_reported, got->flags); in domain_death_xswatch_callback() 949 if (got->flags & XEN_DOMINF_dying) { in domain_death_xswatch_callback() [all …]
|
| 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 | 1050 int got = atoi(sstate); in devstate_callback() local 1051 if (got == ds->wanted) { in devstate_callback() 1056 ds->w.path, ds->wanted, got); in devstate_callback()
|
| /xen/tools/console/testsuite/ |
| A D | README | 28 console-dom0 (which means that some data got dropped). I'd like to add
|
| /xen/tools/xenstore/ |
| A D | xs.c | 1357 char *got; in expanding_buffer_ensure() local 1366 got = realloc(ebuf->buf, want); in expanding_buffer_ensure() 1367 if (!got) in expanding_buffer_ensure() 1370 ebuf->buf = got; in expanding_buffer_ensure()
|
| /xen/xen/scripts/ |
| A D | Kbuild.include | 104 # why - tell why a target got built
|
| /xen/tools/ocaml/libs/xs/ |
| A D | xsraw.ml | 217 _ -> raise (Packet.DataError (Printf.sprintf "int expected; got '%s'" data))
|
| /xen/tools/ocaml/xenstored/ |
| A D | xenstored.ml | 389 * there's no need to be really fast even if we got loose
|
| A D | process.ml | 574 error "got a bad client %s" (sprintf "%-8s" (Connection.get_domstr con));
|
| /xen/stubdom/ |
| A D | lwip.patch-cvs | 663 + /* if we got interrupted by a mem_free, try again */
|
Completed in 39 milliseconds