/titanic_44/usr/src/lib/efcode/fcdriver/ |
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 …]
|
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 | upload.c | 63 debug_msg(DEBUG_UPLOAD, "Create Node: %p\n", pd->node); in create_node() 64 debug_msg(DEBUG_UPLOAD, " Device Name: '%s'\n", p->data); in create_node() 65 debug_msg(DEBUG_UPLOAD, " Parent : %p\n", ppd->node); in create_node() 74 debug_msg(DEBUG_UPLOAD, " Unit Addr : '%s'\n", unit_str); in create_node() 97 debug_msg(DEBUG_UPLOAD, "Finish Node: %p\n", pd->node); in finish_node() 113 debug_msg(DEBUG_UPLOAD, "Upload Properties: node %p upload: %d\n", in upload_properties() 138 debug_msg(DEBUG_UPLOAD, "Upload Node: dev: %p node: %p" in upload_node() 146 debug_msg(DEBUG_UPLOAD, "Upload Node: dev: %p NULL private\n", in upload_node() 153 debug_msg(DEBUG_UPLOAD, "Upload Nodes: Recursing Tree\n"); in upload_nodes()
|
H A D | build_tree.c | 80 debug_msg(DEBUG_UPLOAD, "Populated: %s = %p\n", namebuf, in get_prom_nodeid() 86 debug_msg(DEBUG_UPLOAD, "Node %s: %p (%p)\n", name, d, pd); in get_prom_nodeid() 94 debug_msg(DEBUG_UPLOAD, "Parent: %p (%p) %s = %p\n", d->parent, in get_prom_nodeid() 105 debug_msg(DEBUG_UPLOAD, "Lookup: %p name '%s'\n" in get_prom_nodeid() 118 debug_msg(DEBUG_UPLOAD, "Found: %p\n", thisnode); in get_prom_nodeid() 164 debug_msg(DEBUG_UPLOAD, "Node: %p name: '%s'\n", h, in build_nodes()
|
H A D | dma.c | 47 debug_msg(DEBUG_REG_ACCESS, "dma-alloc ( %x ) -> %p\n", (int)size, p); in do_dma_alloc() 61 debug_msg(DEBUG_REG_ACCESS, "dma-free ( %p %x )\n", p, (int)size); in do_dma_free()
|
/titanic_44/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_44/usr/src/lib/efcode/jupiter/ |
H A D | jupiter.c | 83 debug_msg(DEBUG_REG_ACCESS, "jupiter:%s: %llx -> %x\n", service, in mem_map_in() 113 debug_msg(DEBUG_REG_ACCESS, "jupiter:%s: %x -> %llx\n", in mem_map_out() 165 debug_msg(DEBUG_REG_ACCESS, "jupiter:get-portid ( %x %x ) -> %x\n", in do_get_io_portid() 193 debug_msg(DEBUG_REG_ACCESS, "jupiter:encode_unit ( %x %x ) -> '%s'\n", in do_encode_unit() 222 debug_msg(DEBUG_REG_ACCESS, in do_decode_unit() 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() [all …]
|
/titanic_44/usr/src/lib/efcode/gp2/ |
H A D | gp2.c | 71 debug_msg(DEBUG_REG_ACCESS, "gp2:%s: %llx -> %x\n", service, in mem_map_in() 101 debug_msg(DEBUG_REG_ACCESS, "gp2:%s: %x -> %llx\n", service, in mem_map_out() 123 debug_msg(DEBUG_REG_ACCESS, "gp2:get-portid ( %x %x ) -> %x\n", in do_get_portid() 172 debug_msg(DEBUG_REG_ACCESS, "gp2:encode_unit ( %x %x ) -> '%s'\n", in do_encode_unit() 194 debug_msg(DEBUG_REG_ACCESS, "gp2:decode_unit ( '%s' ) -> %x %x\n", buf, in do_decode_unit() 225 debug_msg(DEBUG_REG_ACCESS, in do_claim_addr() 244 debug_msg(DEBUG_REG_ACCESS, "gp2:master-interrupt ( %x %x ) -> %x\n", in do_master_interrupt() 258 debug_msg(DEBUG_REG_ACCESS, "gp2:register-vector-entry ( %x %x %x ) ->" in do_register_vectory_entry() 268 debug_msg(DEBUG_REG_ACCESS, "gp2:get-interrupt-target ( ) -> %x\n", in do_get_interrupt_target() 307 debug_msg(DEBUG_FIND_FCODE, "gp2: do_device_id: gp2-wci\n"); in do_device_id() [all …]
|
/titanic_44/usr/src/lib/efcode/pci/ |
H A D | pci.c | 95 debug_msg(DEBUG_REG_ACCESS, "pci:map-in: %llx -> %x\n", in mem_map_in() 117 debug_msg(DEBUG_REG_ACCESS, "pci:%s: %x -> %llx\n", service, in mem_map_out() 250 debug_msg(DEBUG_REG_ACCESS, "pci:encode-unit ( %x ) -> %s\n", in do_encode_unit() 268 debug_msg(DEBUG_REG_ACCESS, "pci:decode-unit ( '%s' ) -> 0 0 %x\n", in do_decode_unit()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | wait.c | 372 debug_msg("process %ld of instance %s returned " in process_terminated_methods() 383 debug_msg("process %ld of instance %s exited " in process_terminated_methods() 392 debug_msg("waitpid() for %s method of " in process_terminated_methods()
|
H A D | inetd.c | 457 debug_msg(gettext("Failed to connect to inetd: %s"), in stop_method() 790 debug_msg("Listening for service %s with backlog queue" in create_bound_socket() 1422 debug_msg("instance with no previous int state - " in retrieve_instance_state() 1682 debug_msg("Unhandled current state %d for instance in " in refresh_instance() 2026 debug_msg("handle_restarter_event: instance in an " in handle_restarter_event() 2102 debug_msg("New instance to manage: %s", fmri); in process_restarter_event() 2145 debug_msg("Event type: %d for instance: %s", event_type, in process_restarter_event() 2154 debug_msg("storing event %d for instance %s", event_type, in process_restarter_event() 2250 debug_msg("Injecting pending event %d for instance %s", in process_pending_rst_event() 2303 debug_msg("The %s method of instance %s returned " in process_non_start_term() [all …]
|
H A D | tlx.c | 455 debug_msg("process_tlook: T_LISTEN event"); in process_tlook() 482 debug_msg("process_tlook: T_DISCONNECT event"); in process_tlook() 570 debug_msg("taking con off queue"); in tlx_accept()
|
H A D | contracts.c | 193 debug_msg("Could not adopt contract %ld for %s " in adopt_contract()
|
H A D | inetd_impl.h | 256 extern void debug_msg(const char *, ...);
|
H A D | util.c | 144 debug_msg(const char *format, ...) in debug_msg() function
|
H A D | config.c | 737 debug_msg("read %d from override", *enabled); in read_enable_merged() 747 debug_msg("read %d from non_override", in read_enable_merged()
|
/titanic_44/usr/src/lib/efcode/engine/ |
H A D | fcode.c | 92 debug_msg(DEBUG_CONTEXT, "CONTEXT:expose_acf: acf: %p/'%s' %p\n", in expose_acf() 309 debug_msg(DEBUG_HEADER, "Define: '%s' @ %p\n", name, HERE); in header() 335 debug_msg(DEBUG_NEW_TOKEN, "Define %s token: '%s' (%x)\n", in token_common() 505 debug_msg(db, "byte_load: %p, %d\n", env->fcode_buffer, fcode_xt); in byte_load() 506 debug_msg(db, " header: %x, %x\n", in byte_load() 508 debug_msg(db, " crc: %x\n", in byte_load() 510 debug_msg(db, " length: %x\n", length); in byte_load() 513 debug_msg(db, "Interpretting: %d\n", env->interpretting); in byte_load()
|
H A D | cleanup.c | 45 debug_msg(DEBUG_EXIT_WORDS|DEBUG_TOKEN_USAGE, in _fini()
|
H A D | mcookie.c | 84 debug_msg(DEBUG_REG_ACCESS, "Allocating mapping: %d add: 0x%llx" in mapping_to_mcookie() 107 debug_msg(DEBUG_REG_ACCESS, "Deallocating mapping: %d" in delete_mapping()
|
H A D | forth.c | 488 debug_msg(DEBUG_CONTEXT, "CONTEXT:also: %d/%p/%p\n", in do_also() 500 debug_msg(DEBUG_CONTEXT, "CONTEXT:previous: %d/%p/%p\n", in do_previous() 1747 debug_msg(DEBUG_COMMA, "Ignoring set_here in" in temporary_execute() 2053 debug_msg(DEBUG_CONTEXT, "CONTEXT:pushing &CURRENT\n"); in do_current() 2060 debug_msg(DEBUG_CONTEXT, "CONTEXT:pushing &CONTEXT\n"); in do_context() 2068 debug_msg(DEBUG_CONTEXT, "CONTEXT:definitions: %d/%p/%p\n", in do_definitions() 2150 debug_msg(DEBUG_CONTEXT, "CONTEXT:vocabulary: %d/%p/%p\n", in does_vocabulary() 2168 debug_msg(DEBUG_CONTEXT, "CONTEXT:forth: %d/%p/%p\n", in do_forth() 2186 debug_msg(DEBUG_VOC_FIND, "%s -> %p\n", find_name, in voc_find() 2191 debug_msg(DEBUG_VOC_FIND, "%s not found\n", find_name); in voc_find() [all …]
|
H A D | package.c | 116 debug_msg(DEBUG_CONTEXT, "CONTEXT:push_package: %s%d/%p/%p\n", in do_push_package() 161 debug_msg(DEBUG_CONTEXT, "CONTEXT:deactivate_device:" in deactivate_device() 665 debug_msg(DEBUG_CALL_METHOD, "$call_method %s\n", method); in dollar_call_method() 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 | log.c | 214 debug_msg(int debug_level, char *fmt, ...) in debug_msg() function
|
/titanic_44/usr/src/lib/efcode/include/fcode/ |
H A D | log.h | 48 void debug_msg(int, char *, ...);
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/ |
H A D | debug.h | 771 debug_msg( 797 …debug_msg(_c, _m, __FILE__, __LINE__, _s, ##__VA_ARGS__); … 806 debug_msg(NULL, FATAL, __FILE__, __LINE__, "if("#_c##")\n"); \ 813 #define DbgBreakMsg(_m) debug_msg(NULL, FATAL, __FILE__, __LINE__, _m); \ 825 #define dbg_out(_c, _m, _s, _d1) debug_msg(_c, _m, __FILE__, __LINE__, _s, _d1)
|
/titanic_44/usr/src/cmd/sgs/include/ |
H A D | elfedit.h | 918 Elf32_Word offset, elfedit_msg_t msg_type, int debug_msg); 920 Elf64_Word offset, elfedit_msg_t msg_type, int debug_msg);
|