/titanic_41/usr/src/lib/efcode/jupiter/ |
H A D | jupiter.c | 73 throw_from_fclib(env, 1, "jupiter:%s: failed\n", service); in mem_map_in() 78 throw_from_fclib(env, 1, in mem_map_in() 212 throw_from_fclib(env, 1, "jupiter:decode_unit:%s", in do_decode_unit() 252 throw_from_fclib(env, 1, in do_device_id() 261 throw_from_fclib(env, 1, in do_device_id() 297 throw_from_fclib(env, 1, in do_device_id() 326 throw_from_fclib(env, 1, "jupiter:%s: invalid portid", in do_get_hwd_va() 332 throw_from_fclib(env, 1, "jupiter:%s: invalid poritd", in do_get_hwd_va() 351 throw_from_fclib(env, 1, "jupiter:%s: failed\n", service); in do_get_hwd_va() 391 throw_from_fclib(env, 1, "jupiter:%s: failed\n", service); in do_master_interrupt()
|
/titanic_41/usr/src/lib/efcode/fcdriver/ |
H A D | dma.c | 48 throw_from_fclib(env, (p == 0), "dma-alloc failed"); in do_dma_alloc() 83 throw_from_fclib(env, error, "dma-map-in failed"); in do_dma_map_in() 103 throw_from_fclib(env, error, "dma-map-out failed"); in do_dma_map_out()
|
H A D | load_node.c | 223 throw_from_fclib(env, 1, in load_appropriate_file()
|
H A D | get_req.c | 445 throw_from_fclib(env, 1, "FC_PROBE_SPACE failed\n"); in probe_space()
|
/titanic_41/usr/src/lib/efcode/packages/ |
H A D | memalloc.c | 57 throw_from_fclib(env, 1, "client-services/claim failed\n"); in claim() 75 throw_from_fclib(env, 1, "client-services/release failed\n"); in release() 91 throw_from_fclib(env, 1, "fc_vtop: '>physical' failed\n"); in fc_vtop()
|
/titanic_41/usr/src/lib/efcode/pci/ |
H A D | pci.c | 61 throw_from_fclib(env, 1, "pci:%s: failed\n", service); in mem_map_in() 87 throw_from_fclib(env, 1, "pci-mapin-> pci:%s:" in mem_map_in() 143 throw_from_fclib(env, 1, "pci:%s ( %x ) FAIL\n", service, in pci_config_fetch() 165 throw_from_fclib(env, 1, "pci:%s ( %x %x ) FAIL\n", service, in pci_config_store() 264 throw_from_fclib(env, 1, "pci:decode-unit: '%s'", buf); in do_decode_unit()
|
/titanic_41/usr/src/lib/efcode/gp2/ |
H A D | gp2.c | 61 throw_from_fclib(env, 1, "gp2:%s: failed\n", service); in mem_map_in() 66 throw_from_fclib(env, 1, "gp2:%s: mapping_to_mcookie failed\n", in mem_map_in() 188 throw_from_fclib(env, 1, "gp2:decode_unit:%s", buf); in do_decode_unit() 223 throw_from_fclib(env, 1, "gp2:%s: failed\n", service); in do_claim_addr()
|
/titanic_41/usr/src/lib/efcode/include/fcode/ |
H A D | private.h | 129 void throw_from_fclib(fcode_env_t *, fstack_t, char *, ...);
|
/titanic_41/usr/src/lib/efcode/engine/ |
H A D | fcode.c | 787 throw_from_fclib(env, 1, "alloc-mem failed"); in alloc_mem() 815 throw_from_fclib(env, 1, "parse_2int"); in parse_two_int()
|
H A D | forth.c | 98 throw_from_fclib(env, 1, "/mod divide by zero"); in slash_mod() 2412 throw_from_fclib(fcode_env_t *env, fstack_t errcode, char *fmt, ...) in throw_from_fclib() function 2455 throw_from_fclib(env, t, "throw Fcode errcode: 0x%x", (int)t); in throw() 2460 throw_from_fclib(env, t, "throw Fcode err: %s", (char *)t); in throw()
|
H A D | env.c | 82 throw_from_fclib(env, 1, msg); in system_message()
|
H A D | package.c | 686 throw_from_fclib(env, 1, "Unimplemented package method: %s%s", in dollar_call_method()
|