Searched refs:DEBUG_FIND_FCODE (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/efcode/fcdriver/ |
H A D | load_node.c | 140 debug_msg(DEBUG_FIND_FCODE, "load_lib_file: '%s' -> ", path); in load_lib_file() 142 debug_msg(DEBUG_FIND_FCODE, "stat failed\n"); in load_lib_file() 146 debug_msg(DEBUG_FIND_FCODE, "OK\n"); in load_lib_file() 149 debug_msg(DEBUG_FIND_FCODE, "dlopen failed\n"); in load_lib_file() 163 debug_msg(DEBUG_FIND_FCODE, "%s: '%s' -> ", func_name, path); in is_fcode_file() 165 debug_msg(DEBUG_FIND_FCODE, "%s: '%s' can't open\n", func_name, in is_fcode_file() 170 debug_msg(DEBUG_FIND_FCODE, "%s: '%s' can't fstat/read\n", in is_fcode_file() 176 debug_msg(DEBUG_FIND_FCODE, "%s: '%s' format %s\n", func_name, path, in is_fcode_file() 216 debug_msg(DEBUG_FIND_FCODE, "Loading Library: %s\n", fname); in load_appropriate_file() 219 debug_msg(DEBUG_FIND_FCODE, "Loading Fcode: %s\n", fname); in load_appropriate_file() [all …]
|
H A D | get_req.c | 142 debug_msg(DEBUG_FIND_FCODE, "%s: Fcode zero length\n", in get_fcode_from_device() 153 debug_msg(DEBUG_FIND_FCODE, in get_fcode_from_device() 199 debug_msg(DEBUG_FIND_FCODE, "builtin-driver: %s -> %s found\n", in exec_fcode_builtin_method() 202 debug_msg(DEBUG_FIND_FCODE, "builtin-driver-exec: %p %x\n", in exec_fcode_builtin_method() 205 debug_msg(DEBUG_FIND_FCODE, "builtin-driver: %s not found\n", in exec_fcode_builtin_method() 224 debug_msg(DEBUG_FIND_FCODE, "%s: %s -> %s found\n", fname, in get_fcode_from_filesystem() 227 debug_msg(DEBUG_FIND_FCODE, "%s: file: %s FOUND\n", in get_fcode_from_filesystem() 232 debug_msg(DEBUG_FIND_FCODE, "%s: file '%s' not found\n", in get_fcode_from_filesystem() 237 debug_msg(DEBUG_FIND_FCODE, "%s: method '%s' not found\n", in get_fcode_from_filesystem() 263 debug_msg(DEBUG_FIND_FCODE, "%s: FS dev-id: len: 0x%x\n", in find_fcode() [all …]
|
/titanic_50/usr/src/lib/efcode/packages/ |
H A D | populate.c | 68 debug_msg(DEBUG_FIND_FCODE, "%s: '%s'\n", func_name, dropin_name); in do_builtin_dropin() 90 debug_msg(DEBUG_FIND_FCODE, in do_builtin_dropin() 109 debug_msg(DEBUG_FIND_FCODE, "%s: '%s'\n", func_name, dropin_name); in do_builtin_file() 114 debug_msg(DEBUG_FIND_FCODE, "%s: byte-load '%s'\n", func_name, in do_builtin_file() 119 debug_msg(DEBUG_FIND_FCODE, "%s: load_file '%s' FAIL\n", in do_builtin_file() 155 debug_msg(DEBUG_FIND_FCODE, "%s: '%s' file: '%s'\n", func_name, in builtin_driver_method_hook() 170 debug_msg(DEBUG_FIND_FCODE, "%s: '%s' NOT FOUND\n", in builtin_driver_method_hook() 176 debug_msg(DEBUG_FIND_FCODE, "%s: '%s' FOUND len: %x\n", in builtin_driver_method_hook() 262 debug_msg(DEBUG_FIND_FCODE, "%s: '%s' NOT FOUND\n", in exec_builtin_driver() 267 debug_msg(DEBUG_FIND_FCODE, "%s: '%s' FOUND len: %x\n", in exec_builtin_driver() [all …]
|
/titanic_50/usr/src/lib/efcode/jupiter/ |
H A D | jupiter.c | 266 debug_msg(DEBUG_FIND_FCODE, in do_device_id() 277 debug_msg(DEBUG_FIND_FCODE, in do_device_id() 286 debug_msg(DEBUG_FIND_FCODE, in do_device_id() 291 debug_msg(DEBUG_FIND_FCODE, in do_device_id() 364 debug_msg(DEBUG_FIND_FCODE, in do_get_intrp_name()
|
/titanic_50/usr/src/lib/efcode/include/fcode/ |
H A D | debug.h | 67 #define DEBUG_FIND_FCODE 0x40000000 macro
|
/titanic_50/usr/src/lib/efcode/gp2/ |
H A D | gp2.c | 307 debug_msg(DEBUG_FIND_FCODE, "gp2: do_device_id: gp2-wci\n"); in do_device_id() 310 debug_msg(DEBUG_FIND_FCODE, "gp2: do_device_id: gp2-pci\n"); in do_device_id()
|
/titanic_50/usr/src/lib/efcode/engine/ |
H A D | package.c | 880 debug_msg(DEBUG_FIND_FCODE, "exec_parent_method: '%s'\n", method); in exec_parent_method() 890 debug_msg(DEBUG_FIND_FCODE, "exec-parent-method: '%s'/%x" in exec_parent_method() 895 debug_msg(DEBUG_FIND_FCODE, "exec-parent-method: '%s'" in exec_parent_method()
|
H A D | debug.c | 684 DEBUG_FIND_FCODE, "find-fcode",
|