Home
last modified time | relevance | path

Searched refs:debug_msg (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnx/
H A Ddebug.h31 void debug_msg(void *ctx, unsigned long level, char *file, unsigned long line,
134 debug_msg(_c, _m, __FILE__, __LINE__, _s); \
139 debug_msg(_c, _m, __FILE__, __LINE__, _s, _d1); \
144 debug_msg(_c, _m, __FILE__, __LINE__, _s, _d1, _d2); \
149 debug_msg(_c, _m, __FILE__, __LINE__, _s, _d1, _d2, _d3); \
154 debug_msg(_c, _m, __FILE__, __LINE__, _s, _d1, _d2, _d3, _d4); \
159 debug_msg(_c, _m, __FILE__, __LINE__, _s, _d1, _d2, _d3, _d4, _d5); \
164 debug_msg(_c, _m, __FILE__, __LINE__, _s, _d1,_d2,_d3,_d4,_d5,_d6); \
206 debug_msg(NULL, FATAL, __FILE__, __LINE__, "if("#_c##")\n"); \
210 #define DbgBreakMsg(_m) debug_msg(NULL, FATAL, __FILE__, __LINE__, _m); \
H A Dbnxdbg.c34 debug_msg(void *ctx, unsigned long level, char *file, unsigned long line, in debug_msg() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dwait.c372 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 Dinetd.c457 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()
2303 debug_msg("The %s method of instance %s returned " in process_non_start_term()
2613 debug_msg("peer euid %u != uid %u", in process_uds_event()
3580 debug_msg("%s not yet stopped", in event_loop()
[all …]
H A Dtlx.c455 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 Dcontracts.c191 debug_msg("Could not adopt contract %ld for %s " in adopt_contract()
H A Dinetd_impl.h256 extern void debug_msg(const char *, ...);
H A Dutil.c142 debug_msg(const char *format, ...) in debug_msg() function
H A Dconfig.c737 debug_msg("read %d from override", *enabled); in read_enable_merged()
747 debug_msg("read %d from non_override", in read_enable_merged()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Ddebug.h771 debug_msg(
797debug_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)
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h921 Elf32_Word offset, elfedit_msg_t msg_type, int debug_msg);
923 Elf64_Word offset, elfedit_msg_t msg_type, int debug_msg);
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil_machelf.c1152 elfedit_msg_t msg_type, int debug_msg) in elfedit_offset_to_str() argument
1176 if (debug_msg) in elfedit_offset_to_str()