Home
last modified time | relevance | path

Searched refs:dmsg_msg_reply (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/sbin/hammer2/
H A Dcmd_debug.c155 dmsg_msg_reply(msg, DMSG_ERR_NOSUPP); in shell_msghandler()
174 dmsg_msg_reply(msg, DMSG_ERR_NOSUPP); in shell_msghandler()
187 dmsg_msg_reply(msg, DMSG_ERR_NOSUPP); in shell_msghandler()
189 dmsg_msg_reply(msg, DMSG_ERR_NOSUPP); in shell_msghandler()
270 dmsg_msg_reply(msg, DMSG_ERR_NOSUPP); in hammer2_shell_parse()
275 dmsg_msg_reply(msg, DMSG_ERR_NOSUPP); in hammer2_shell_parse()
H A Dcmd_service.c378 dmsg_msg_reply(msg, DMSG_ERR_NOSUPP); in hammer2_usrmsg_handler()
/dflybsd-src/lib/libdmsg/
H A Dservice.c127 dmsg_msg_reply(msg, 0); in master_auth_conn_rx()
H A Ddmsg.h416 void dmsg_msg_reply(dmsg_msg_t *msg, uint32_t error);
H A Dmsg_lnk.c500 dmsg_msg_reply(msg, 0); in dmsg_lnk_conn()
509 dmsg_msg_reply(msg, DMSG_ERR_NOSUPP); in dmsg_lnk_conn()
H A Dmsg.c1838 dmsg_msg_reply(dmsg_msg_t *msg, uint32_t error) function