Searched refs:msg (Results 126 - 150 of 4874) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress.gen.h13 struct msg;
17 /* Tag definition for msg */
26 /* Structure declaration for msg */
28 int (*from_name_assign)(struct msg *, const char *);
29 int (*from_name_get)(struct msg *, char * *);
30 int (*to_name_assign)(struct msg *, const char *);
31 int (*to_name_get)(struct msg *, char * *);
32 int (*attack_assign)(struct msg *, const struct kill*);
33 int (*attack_get)(struct msg *, struct kill* *);
34 int (*run_assign)(struct msg *, in
39 struct msg { struct
[all...]
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress.gen.h13 struct msg;
17 /* Tag definition for msg */
26 /* Structure declaration for msg */
28 int (*from_name_assign)(struct msg *, const char *);
29 int (*from_name_get)(struct msg *, char * *);
30 int (*to_name_assign)(struct msg *, const char *);
31 int (*to_name_get)(struct msg *, char * *);
32 int (*attack_assign)(struct msg *, const struct kill*);
33 int (*attack_get)(struct msg *, struct kill* *);
34 int (*run_assign)(struct msg *, in
39 struct msg { struct
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_smu7_clockpowergating.c172 PPSMC_Msg msg; local
183 msg = ((*msg_id & PP_STATE_MASK) & PP_STATE_CG) ?
189 hwmgr, msg, value))
193 msg = (*msg_id & PP_STATE_MASK) & PP_STATE_LS
199 hwmgr, msg, value))
206 msg = ((*msg_id & PP_STATE_MASK) & PP_STATE_CG) ?
212 hwmgr, msg, value))
217 msg = (*msg_id & PP_STATE_MASK) & PP_STATE_LS ?
223 hwmgr, msg, value))
230 msg
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/include/internal/
H A Dktls.h88 struct msghdr msg = { 0 }; local
94 msg.msg_control = buf;
95 msg.msg_controllen = sizeof(buf);
96 cmsg = CMSG_FIRSTHDR(&msg);
101 msg.msg_controllen = cmsg->cmsg_len;
105 msg.msg_iov = &msg_iov;
106 msg.msg_iovlen = 1;
108 return sendmsg(fd, &msg, 0);
129 struct msghdr msg = { 0 }; local
144 msg
301 struct msghdr msg; local
355 struct msghdr msg; local
[all...]
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dwpamsg.h18 : msg(_msg), priority(_priority)
23 QString getMsg() const { return msg; }
28 QString msg; member in class:WpaMsg
/netbsd-current/usr.sbin/lpr/common_source/
H A Dfatal.c51 fatal(const char *msg, ...) argument
55 va_start(ap, msg);
61 (void)vprintf(msg, ap);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dbt-utils.c57 const auto sig_write = [] (const char *msg) -> void
59 gdb_stderr->write_async_safe (msg, strlen (msg));
81 const auto sig_write = [] (const char *msg) -> void
83 gdb_stderr->write_async_safe (msg, strlen (msg));
132 const auto sig_write = [] (const char *msg) -> void
134 gdb_stderr->write_async_safe (msg, strlen (msg));
160 const auto sig_write = [] (const char *msg)
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
H A Damdgpu_hdcp_ddc.c248 hdcp->auth.msg.hdcp1.bksv,
249 sizeof(hdcp->auth.msg.hdcp1.bksv));
255 &hdcp->auth.msg.hdcp1.bcaps,
256 sizeof(hdcp->auth.msg.hdcp1.bcaps));
265 (uint8_t *)&hdcp->auth.msg.hdcp1.bstatus,
269 (uint8_t *)&hdcp->auth.msg.hdcp1.bstatus,
270 sizeof(hdcp->auth.msg.hdcp1.bstatus));
277 (uint8_t *)&hdcp->auth.msg.hdcp1.r0p,
278 sizeof(hdcp->auth.msg.hdcp1.r0p));
288 hdcp->auth.msg
[all...]
/netbsd-current/external/bsd/ipf/dist/lib/
H A Dsave_nothing.c49 nothing_send(ctx, msg)
51 ipmon_msg_t *msg;
54 msg = msg; /* gcc -Wextra */
/netbsd-current/sys/arch/hpc/stand/hpcboot/menu/
H A Dwindow.cpp37 Window::_wnd_proc(HWND h, UINT msg, WPARAM param, LPARAM lparam) argument
43 switch(msg) {
56 if ((w == 0) || !w->proc(h, msg, param, lparam))
57 return DefWindowProc(h, msg, param, lparam);
64 Window::_dlg_proc(HWND h, UINT msg, WPARAM param, LPARAM lparam) argument
68 if (msg == WM_INITDIALOG) {
76 return w ? w->proc(h, msg, param, lparam) : FALSE;
81 Window::proc(HWND w, UINT msg, WPARAM wparam, LPARAM lparam) argument
83 if (msg == WM_DESTROY) {
/netbsd-current/sys/arch/x68k/stand/libdos/
H A Dmakestrerror.awk44 print "Lmsg" i ":\t.asciz\t\"" msg[i] "\""
59 msg[nmsg] = substr($0, 5, length - 7)
/netbsd-current/usr.bin/msgc/
H A Dmsgdb.h36 /* mdb.h - definitions for the msg database. */
52 char *msg; member in struct:id_rec
/netbsd-current/sys/modules/examples/properties/
H A Dproperties.c41 const char *msg; local
45 str = prop_dictionary_get(props, "msg");
51 printf("The 'msg' property was not given.\n");
53 printf("The 'msg' property is not a string.\n");
55 msg = prop_string_cstring_nocopy(str);
56 if (msg == NULL)
57 printf("Failed to process the 'msg' property.\n");
59 printf("The 'msg' property is: %s\n", msg);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cc9 extern "C" void ubsan_message(const char *msg);
10 static void message(const char *msg) { ubsan_message(msg); } argument
12 static void message(const char *msg) { argument
13 write(2, msg, strlen(msg));
56 static void abort_with_message(const char *msg) { argument
57 if (&android_set_abort_message) android_set_abort_message(msg);
81 #define HANDLER_RECOVER(name, msg) \
84 message("ubsan: " msg "\
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsendmsg.c43 sendmsg(rk_socket_t s, const struct msghdr *msg, int flags) argument
49 struct iovec *iov = msg->msg_iov;
51 for(i = 0; i < msg->msg_iovlen; ++i)
59 for (i = 0; i < msg->msg_iovlen; ++i) {
63 ret = sendto (s, buf, tot, flags, msg->msg_name, msg->msg_namelen);
116 * - msg->msg_name is ignored. So is msg->control.
121 * @param[in] msg The message
128 sendmsg_w32(rk_socket_t s, const struct msghdr * msg, in argument
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dunix_recv_fd.c42 #include <msg.h>
60 struct msghdr msg;
77 memset((void *) &msg, 0, sizeof(msg)); /* Fix 200512 */
78 msg.msg_control = control_un.control;
80 msg.msg_controllen = CMSG_LEN(sizeof(newfd)); /* Fix 200506 */
82 msg.msg_controllen = CMSG_SPACE(sizeof(newfd)); /* normal */
85 msg.msg_accrights = (char *) &newfd;
86 msg.msg_accrightslen = sizeof(newfd);
89 msg
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dpp_debug.h39 #define PP_ASSERT_WITH_CODE(cond, msg, code) \
42 pr_warn("%s\n", msg); \
47 #define PP_ASSERT(cond, msg) \
50 pr_warn("%s\n", msg); \
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddemanguse.c31 display_demangler_styles (FILE *stream, const char *msg) argument
38 while (msg[lead_spaces] == ' ')
40 col = fprintf (stream, "%s", msg);
46 col = fprintf (stream, "%.*s", lead_spaces, msg);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-sra.h22 bool type_internals_preclude_sra_p (tree type, const char **msg);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dgeneric-morestack-thread.c87 static const char msg[] = "pthread_key_create failed: errno "; local
88 __morestack_fail (msg, sizeof msg - 1, err);
120 static const char msg[] = "pthread_setspecific failed: errno "; local
121 __morestack_fail (msg, sizeof msg - 1, err);
152 static const char msg[] = "pthread_once failed: errno "; local
153 __morestack_fail (msg, sizeof msg - 1, err);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.opt/
H A Dinline-locals.exp58 set msg "info args above bar 2"
59 gdb_test_multiple "info args" $msg {
61 pass $msg
68 fail $msg
107 set msg "info args above bar 3"
108 gdb_test_multiple "info args" $msg {
110 pass $msg
117 fail $msg
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-sra.h22 bool type_internals_preclude_sra_p (tree type, const char **msg);
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.exceptions/
H A Dfuture_message.d7 @nogc @safe pure nothrow this(string msg, Throwable next = null)
9 super(msg, next);
15 @nogc @safe pure nothrow this(string msg, Throwable next = null)
17 super(msg, next);
28 @nogc @safe pure nothrow this(string msg, Throwable next = null)
30 super(msg, next);
41 @nogc @safe pure nothrow this(string msg, Throwable next = null)
43 super(msg, next);
/netbsd-current/external/mpl/bind/dist/bin/tests/system/tcp/
H A Dtests_tcp.py31 msg = dns.message.make_query(qname, qtype, use_edns=edns)
32 return msg
47 msg = create_msg("a.example.", "A")
48 (sbytes, stime) = dns.query.send_tcp(sock, msg, timeout())
51 wire = msg.to_wire()
61 (sbytes, stime) = dns.query.send_tcp(sock, msg, timeout())
69 msg = create_msg("a.example.", "A")
70 (sbytes, stime) = dns.query.send_tcp(sock, msg, timeout())
73 wire = msg.to_wire()
79 rmsg = dns.message.make_response(msg)
[all...]
/netbsd-current/bin/date/
H A Dnetdate.c63 tsp_type_to_string(const struct tsp *msg) argument
67 i = msg->tsp_type;
82 struct tsp msg; local
119 msg.tsp_type = TSP_SETDATE;
120 msg.tsp_vers = TSPVERSION;
125 (void)strlcpy(msg.tsp_name, hostname, sizeof(msg.tsp_name));
126 msg.tsp_seq = htons((in_port_t)0);
127 msg.tsp_time.tv_sec = htonl((in_addr_t)tval); /* XXX: y2038 */
128 msg
[all...]

Completed in 215 milliseconds

1234567891011>>