Searched refs:throw_from_fclib (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Ddma.c48 throw_from_fclib(env, (p == 0), "dma-alloc failed");
83 throw_from_fclib(env, error, "dma-map-in failed");
103 throw_from_fclib(env, error, "dma-map-out failed");
H A Dload_node.c223 throw_from_fclib(env, 1,
H A Dget_req.c445 throw_from_fclib(env, 1, "FC_PROBE_SPACE failed\n");
/illumos-gate/usr/src/lib/efcode/packages/
H A Dmemalloc.c57 throw_from_fclib(env, 1, "client-services/claim failed\n");
75 throw_from_fclib(env, 1, "client-services/release failed\n");
91 throw_from_fclib(env, 1, "fc_vtop: '>physical' failed\n");
/illumos-gate/usr/src/lib/efcode/jupiter/
H A Djupiter.c73 throw_from_fclib(env, 1, "jupiter:%s: failed\n", service);
78 throw_from_fclib(env, 1,
212 throw_from_fclib(env, 1, "jupiter:decode_unit:%s",
252 throw_from_fclib(env, 1,
261 throw_from_fclib(env, 1,
297 throw_from_fclib(env, 1,
326 throw_from_fclib(env, 1, "jupiter:%s: invalid portid",
332 throw_from_fclib(env, 1, "jupiter:%s: invalid poritd",
351 throw_from_fclib(env, 1, "jupiter:%s: failed\n", service);
391 throw_from_fclib(en
[all...]
/illumos-gate/usr/src/lib/efcode/pci/
H A Dpci.c61 throw_from_fclib(env, 1, "pci:%s: failed\n", service);
87 throw_from_fclib(env, 1, "pci-mapin-> pci:%s:"
143 throw_from_fclib(env, 1, "pci:%s ( %x ) FAIL\n", service,
165 throw_from_fclib(env, 1, "pci:%s ( %x %x ) FAIL\n", service,
264 throw_from_fclib(env, 1, "pci:decode-unit: '%s'", buf);
/illumos-gate/usr/src/lib/efcode/gp2/
H A Dgp2.c61 throw_from_fclib(env, 1, "gp2:%s: failed\n", service);
66 throw_from_fclib(env, 1, "gp2:%s: mapping_to_mcookie failed\n",
188 throw_from_fclib(env, 1, "gp2:decode_unit:%s", buf);
223 throw_from_fclib(env, 1, "gp2:%s: failed\n", service);
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dprivate.h129 void throw_from_fclib(fcode_env_t *, fstack_t, char *, ...);
/illumos-gate/usr/src/lib/efcode/engine/
H A Denv.c82 throw_from_fclib(env, 1, msg);
H A Dfcode.c787 throw_from_fclib(env, 1, "alloc-mem failed");
815 throw_from_fclib(env, 1, "parse_2int");
H A Dforth.c98 throw_from_fclib(env, 1, "/mod divide by zero");
2412 throw_from_fclib(fcode_env_t *env, fstack_t errcode, char *fmt, ...) function
2432 debug_msg(DEBUG_TRACING, "throw_from_fclib: throw: %s\n", msg);
2455 throw_from_fclib(env, t, "throw Fcode errcode: 0x%x", (int)t);
2460 throw_from_fclib(env, t, "throw Fcode err: %s", (char *)t);
H A Dpackage.c686 throw_from_fclib(env, 1, "Unimplemented package method: %s%s",

Completed in 83 milliseconds