Searched refs:forth_abort (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/lib/efcode/engine/ |
H A D | signal.c | 56 forth_abort(saved_envp, "%s: Fault Addr: 0x%08x", in process_signal() 68 forth_abort(saved_envp, strsignal(sig)); in process_signal()
|
H A D | alarm.c | 42 forth_abort(env, "user-abort called"); in user_abort()
|
H A D | forth.c | 139 forth_abort(env, "u/mod: divide by zero"); in uslash_mod() 808 forth_abort(env, "Here (%p) set past dictionary end (%p)", in set_here() 1308 forth_abort(env, "pick: invalid pick value: %d\n", (int)p); in pick() 1321 forth_abort(env, "roll: invalid roll value: %d\n", (int)r); in roll() 2328 forth_abort(env, "Unitialized defer"); in do_crash() 2346 forth_abort(env, "behavior: bad xt: %p indir: %x/%p\n", in behavior() 2355 forth_abort(env, "%s Fcode '%s' Executed", type, in fc_abort() 2430 forth_abort(env, "%s: No catch frame", msg); in throw_from_fclib()
|
H A D | env.c | 118 forth_abort(env, "'key?' called in non-interactive mode"); in keyquestion() 133 forth_abort(env, "'key' called in non-interactive mode"); in key()
|
H A D | debug.c | 586 forth_abort(env, "DS: %p outside range\n", DS); in check_vitals() 960 forth_abort(fcode_env_t *env, char *fmt, ...) in forth_abort() function 1000 forth_abort(env, "%s: %s", msg, strerror(save_errno)); in forth_perror()
|
H A D | package.c | 44 forth_abort(env, "%s: MYSELF is NULL", fn); in check_my_self() 356 forth_abort(env, "set-args: decode-unit failed"); in set_args()
|
H A D | fcode.c | 885 forth_abort(env, "Unimplemented FCODE token: 0x%x\n", env->last_fcode); in f_error()
|
/titanic_41/usr/src/lib/efcode/fcdriver/ |
H A D | misc.c | 45 forth_abort(env, "fc_reg_read: bad mcookie: 0x%x\n", virt); in fc_reg_read() 57 forth_abort(env, "fc_read_reg: ERROR: cookie: %llx" in fc_reg_read() 71 forth_abort(env, "fc_reg_write: bad mcookie: 0x%x\n", virt); in fc_reg_write() 83 forth_abort(env, "fc_write_reg: ERROR: cookie: %llx" in fc_reg_write()
|
H A D | fcdebug.c | 93 forth_abort(env, "Can't open /dev/fcode\n"); in trigger()
|
H A D | upload.c | 59 forth_abort(env, "create_node: '%s' name prop not found\n", in create_node()
|
/titanic_41/usr/src/lib/efcode/include/fcode/ |
H A D | engine.h | 290 forth_abort(env, "%s: stack underflow\n", w); 292 forth_abort(env, "%s: return stack underflow\n", w);
|
H A D | proto.h | 250 void forth_abort(fcode_env_t *, char *, ...);
|