Home
last modified time | relevance | path

Searched refs:dmsg_printf (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/sbin/hammer2/
H A Dcmd_debug.c264 dmsg_printf(iocom, "ping reply\n"); in hammer2_shell_parse()
294 dmsg_printf(iocom, "help Command help\n"); in hammer2_shell_parse()
295 dmsg_printf(iocom, "span <host> Span to target host\n"); in hammer2_shell_parse()
296 dmsg_printf(iocom, "tree Dump spanning tree\n"); in hammer2_shell_parse()
297 dmsg_printf(iocom, "@span <cmd> Issue via circuit\n"); in hammer2_shell_parse()
299 dmsg_printf(iocom, "Unrecognized command: %s\n", cmdp); in hammer2_shell_parse()
301 dmsg_printf(iocom, "debug> "); in hammer2_shell_parse()
310 dmsg_printf(iocom, "sending ping\n"); in shell_ping()
337 dmsg_printf(iocom, "Connection to %s failed\n", hostname); in shell_span()
339 dmsg_printf(iocom, "Connected to %s\n", hostname); in shell_span()
/dflybsd-src/lib/libdmsg/
H A Dmsg_lnk.c1223 dmsg_printf(iocom, "Cluster %s %s (%s)\n", in dmsg_shell_tree()
1228 dmsg_printf(iocom, " Node %02x %s (%s)\n", in dmsg_shell_tree()
1233 dmsg_printf(iocom, in dmsg_shell_tree()
1240 dmsg_printf(iocom, in dmsg_shell_tree()
H A Dservice.c239 dmsg_printf(dmsg_iocom_t *iocom, const char *ctl, ...) in dmsg_printf() function
H A Ddmsg.h461 void dmsg_printf(dmsg_iocom_t *iocom, const char *ctl, ...) __printflike(2, 3);