Lines Matching refs:sendmsg
28 * A *sendmsg* value described below.
33 sendmsg(<*type*>) A message identified by its *type*.
34 sendmsg(<*type*>,<*op*>) A message identified by its *type* and *operation*.
35 sendmsg(<*type*>,<*op*>,<*stream*>) A message identified by its *type* and *operation*
83 // sendmsg with strict arguments validation
84 s_sendmsg sendmsg(MSG_INTERRUPT)
85 s_sendmsg sendmsg(MSG_GS, GS_OP_EMIT)
86 s_sendmsg sendmsg(MSG_GS, 2)
87 s_sendmsg sendmsg(MSG_GS_DONE, GS_OP_EMIT_CUT, 1)
88 s_sendmsg sendmsg(MSG_SYSMSG, SYSMSG_OP_TTRACE_PC)
89 s_sendmsg sendmsg(MSG_GET_DOORBELL)
91 // sendmsg with validation of value range only
95 s_sendmsg sendmsg(msg, op, stream)
96 s_sendmsg sendmsg(2, GS_OP_CUT)