/netbsd-src/external/apache2/llvm/dist/llvm/docs/AMDGPU/ |
H A D | gfx10_msg.rst | 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) [all …]
|
H A D | gfx9_msg.rst | 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) [all …]
|
H A D | gfx90a_msg.rst | 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) [all …]
|
H A D | gfx8_msg.rst | 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* 81 // sendmsg with strict arguments validation 82 s_sendmsg sendmsg(MSG_INTERRUPT) 83 s_sendmsg sendmsg(MSG_GS, GS_OP_EMIT) 84 s_sendmsg sendmsg(MSG_GS, 2) 85 s_sendmsg sendmsg(MSG_GS_DONE, GS_OP_EMIT_CUT, 1) 86 s_sendmsg sendmsg(MSG_SYSMSG, SYSMSG_OP_TTRACE_PC) [all …]
|
H A D | gfx7_msg.rst | 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* 81 // sendmsg with strict arguments validation 82 s_sendmsg sendmsg(MSG_INTERRUPT) 83 s_sendmsg sendmsg(MSG_GS, GS_OP_EMIT) 84 s_sendmsg sendmsg(MSG_GS, 2) 85 s_sendmsg sendmsg(MSG_GS_DONE, GS_OP_EMIT_CUT, 1) 86 s_sendmsg sendmsg(MSG_SYSMSG, SYSMSG_OP_TTRACE_PC) [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libobjc/ |
H A D | Makefile.in | 152 sendmsg.c \ 231 sendmsg.lo: sendmsg.c runtime-info.h 236 sendmsg_gc.lo: sendmsg.c runtime-info.h
|
H A D | ChangeLog | 104 * sendmsg.c: Likewise. 242 * sendmsg.c (tm.h): Remove include. 247 * sendmsg.c (gen_rtx): Remove macro. 255 * sendmsg.c: Remove check of STRUCT_VALUE macro. 292 * sendmsg.c: Add prototypes for __objc_get_forward_imp and get_imp. 415 * sendmsg.c (__objc_send_initialize): If a class does not have an 466 * sendmsg.c (class_get_instance_method): Removed. 564 * sendmsg.c (method_get_next_argument): Removed. 646 * sendmsg.c (__objc_forward): Updated comments. 702 * sendmsg.c (__objc_forward): Do not try to invoke the "error:" [all …]
|
H A D | THREADS | 64 __objc_selector_max_index MUTEX selector.c sendmsg.c runtime.h 67 __objc_uninstalled_dtable MUTEX sendmsg.c selector.c 73 frwd_sel SAFE2 sendmsg.c 74 idxsize MUTEX sarray.c sendmsg.c sarray.h 75 initialize_sel SAFE2 sendmsg.c 76 narrays MUTEX sarray.c sendmsg.c sarray.h 77 nbuckets MUTEX sarray.c sendmsg.c sarray.h
|
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
H A D | Makefile.in | 152 sendmsg.c \ 231 sendmsg.lo: sendmsg.c runtime-info.h 236 sendmsg_gc.lo: sendmsg.c runtime-info.h
|
H A D | THREADS | 64 __objc_selector_max_index MUTEX selector.c sendmsg.c runtime.h 67 __objc_uninstalled_dtable MUTEX sendmsg.c selector.c 73 frwd_sel SAFE2 sendmsg.c 74 idxsize MUTEX sarray.c sendmsg.c sarray.h 75 initialize_sel SAFE2 sendmsg.c 76 narrays MUTEX sarray.c sendmsg.c sarray.h 77 nbuckets MUTEX sarray.c sendmsg.c sarray.h
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/ |
H A D | socket.d | 1565 ssize_t sendmsg(int, const scope msghdr*, int); 1586 ssize_t sendmsg(int, const scope msghdr*, int); 1607 ssize_t sendmsg(int, const scope msghdr*, int); 1628 ssize_t sendmsg(int, const scope msghdr*, int); 1649 ssize_t sendmsg(int, const scope msghdr*, int); 1673 ssize_t sendmsg(int, const scope msghdr*, int); 1695 ssize_t sendmsg(int, const scope msghdr*, int); 1716 int sendmsg(int, const scope msghdr*, int); 1737 ssize_t sendmsg(int, const scope msghdr*, int); 1758 ssize_t sendmsg(int, const scope msghdr*, int);
|
/netbsd-src/external/bsd/nvi/dist/ipc/ |
H A D | ipc_method.c | 113 if (sendmsg(ipvi->ofd, &mh, 0) == -1) in vi_new_window() 117 sendmsg(sockets[0], &mh, 0); in vi_new_window() 122 if (sendmsg(sockets[0], &mh, 0) == -1) in vi_new_window()
|
/netbsd-src/external/gpl3/gcc.old/lib/libobjc/ |
H A D | Makefile | 60 COPTS.sendmsg.c = -Wno-stack-protector 115 COPTS.sendmsg.c+= -Wno-error
|
/netbsd-src/external/gpl3/gcc/lib/libobjc/ |
H A D | Makefile | 60 COPTS.sendmsg.c = -Wno-stack-protector 115 COPTS.sendmsg.c+= -Wno-error
|
/netbsd-src/sbin/ping6/ |
H A D | ping6_hostops.c | 50 .op_sendmsg = sendmsg,
|
H A D | prog_ops.h | 81 #define prog_sendmsg sendmsg
|
/netbsd-src/external/bsd/unbound/dist/testdata/fwd_ancil.tdir/ |
H A D | fwd_ancil.dsc | 3 Description: Test if ip6 ancillary recvmsg and sendmsg work.
|
/netbsd-src/usr.sbin/rtadvd/ |
H A D | rtadvd_hostops.c | 36 .op_sendmsg = sendmsg,
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/ |
H A D | ktls.h | 108 return sendmsg(fd, &msg, 0); in ktls_send_ctrl_message() 325 return sendmsg(fd, &msg, 0); in ktls_send_ctrl_message()
|
/netbsd-src/sys/dev/microcode/siop/ |
H A D | oosiop.ss | 104 ENTRY sendmsg 105 sendmsg:
|
/netbsd-src/regress/sys/kern/unfdpass/ |
H A D | unfdpass.c | 430 if (sendmsg(spair[0], &msg, 0) < 0) in child() 440 if (sendmsg(sock, &msg, 0) == -1) in child()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | sendmsg.c | 43 sendmsg(rk_socket_t s, const struct msghdr *msg, int flags) in sendmsg() function
|
/netbsd-src/external/bsd/libbind/dist/bsd/ |
H A D | writev.c | 43 return (sendmsg(fd, &mesg, 0)); in __writev()
|
/netbsd-src/sys/compat/linux32/common/ |
H A D | linux32_socketcall.c | 83 sc(linux32_sys, sendmsg),
|
/netbsd-src/dist/pf/sbin/pflogd/ |
H A D | privsep_fdpass.c | 79 if ((n = sendmsg(sock, &msg, 0)) == -1) in send_fd()
|