Searched refs:exitcode (Results 1 - 13 of 13) sorted by relevance

/barrelfish-master/usr/bench/distops/
H A Dstandalone_runner.c43 uint8_t exitcode; local
53 err = spawn_wait_core(core, domcap, &exitcode, false);
55 if (exitcode != 0) {
56 printf("# Benchmark on core exited with %d\n", exitcode);
/barrelfish-master/usr/bench/mdb_bench/
H A Dfrequency_bench.c47 uint8_t exitcode; local
48 err = spawn_wait(domids[c], &exitcode, false);
52 if (exitcode != 0) {
53 debug_printf("program %d exited with %d\n", c, exitcode);
/barrelfish-master/lib/posixcompat/
H A Dwait.c71 uint8_t exitcode; local
72 errval_t err = spawn_wait_compat(children[i], &exitcode, nohang);
82 *status = exitcode;
/barrelfish-master/include/barrelfish/
H A Dspawn_client.h67 errval_t spawn_exit(uint8_t exitcode);
68 errval_t spawn_wait_coreid(coreid_t coreid, struct capref domain_cap, uint8_t *exitcode, bool nohang);
69 errval_t spawn_wait(struct capref domain_cap, uint8_t *exitcode, bool nohang);
71 uint8_t *exitcode, bool nohang);
84 errval_t spawn_wait_compat(uint8_t domaind, uint8_t *exitcode, bool nohang);
/barrelfish-master/usr/bench/loopy/
H A Dloopy_driver.c35 uint8_t exitcode; local
36 errval_t err = spawn_wait(domainid, &exitcode, false);
40 return exitcode;
/barrelfish-master/usr/arrakismon/
H A Dps.h36 uint8_t exitcode; member in struct:ps_entry
H A Dguest.c3315 uint64_t exitcode = amd_vmcb_exitcode_rd(&g->vmcb); local
3316 if (exitcode == SVM_VMEXIT_NPF) {
3318 } else if (LIKELY(vmexit_handlers[exitcode] != NULL)) {
3319 handler = vmexit_handlers[exitcode];
/barrelfish-master/usr/spawnd/
H A Dps.h44 uint8_t exitcode; member in struct:ps_entry
H A Dservice.c670 (w->binding, NOP_CONT, ps->exitcode, SYS_ERR_OK);
687 static errval_t kill_domain(domainid_t domainid, uint8_t exitcode) argument
696 ps->exitcode = exitcode;
722 uint8_t exitcode)
724 errval_t err = kill_domain(domainid, exitcode);
721 exit_handler(struct spawn_binding *b, domainid_t domainid, uint8_t exitcode) argument
/barrelfish-master/usr/fish/
H A Dfish_common.c1355 uint8_t exitcode; local
1356 errval_t err = spawn_wait(domainid, &exitcode, false);
1360 return exitcode;
1380 int exitcode = 0; local
1445 exitcode = cmd->cmd(cmd_argc, cmd_argv);
1449 exitcode = execute_program(my_core_id, cmd_argc, cmd_argv, &domain_cap);
1452 if (exitcode == 0 && wait) {
1453 exitcode = wait_domain_id(domain_cap);
1455 snprintf(exitstr, 128, "%u", exitcode);
/barrelfish-master/lib/barrelfish/
H A Dspawn_client.c839 uint8_t *exitcode, bool nohang)
841 return spawn_wait_core(disp_get_core_id(), domain_cap, exitcode, nohang);
849 uint8_t *exitcode, bool nohang)
851 return spawn_wait(domain_cap, exitcode, nohang);
878 uint8_t *exitcode, bool nohang)
889 err = cl->rpc_tx_vtbl.wait(cl, domainid, nohang, exitcode, &reterr);
838 spawn_wait_coreid(coreid_t coreid, struct capref domain_cap, uint8_t *exitcode, bool nohang) argument
848 spawn_wait_core(coreid_t coreid, struct capref domain_cap, uint8_t *exitcode, bool nohang) argument
877 spawn_wait_compat(uint8_t domainid, uint8_t *exitcode, bool nohang) argument
/barrelfish-master/usr/vmkitmon/
H A Dguest.c2961 uint64_t exitcode = amd_vmcb_exitcode_rd(&g->vmcb); local
2962 if (exitcode == SVM_VMEXIT_NPF) {
2964 } else if (LIKELY(vmexit_handlers[exitcode] != NULL)) {
2965 handler = vmexit_handlers[exitcode];
/barrelfish-master/usr/eclipseclp/
H A Dconfigure186 exitcode=0
187 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
188 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
189 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
190 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
194 exitcode=1; echo positional parameters were not saved.
196 test x\$exitcode = x0 || exit 1

Completed in 144 milliseconds