/titanic_41/usr/src/lib/libc/common/sys/ |
H A D | _so_sendmsg.s | 37 SYSCALL2_RESTART_RVAL1(__so_sendmsg,sendmsg)
|
/titanic_41/usr/src/cmd/lp/cmd/ |
H A D | lpforms.c | 1291 int sendmsg, in notify_spooler() argument 1296 notify_spooler (sendmsg, replymsg, form) in notify_spooler() 1297 int sendmsg; in notify_spooler() 1319 size = putmessage((char *)0, sendmsg, form); 1321 putmessage (msgbuf, sendmsg, form); 1345 if (sendmsg == S_LOAD_FORM) 1366 if (sendmsg == S_UNLOAD_FORM)
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | socket.h | 500 #pragma redefine_extname sendmsg __xnet_sendmsg 509 #define sendmsg __xnet_sendmsg macro 541 extern ssize_t sendmsg(int, const struct msghdr *, int);
|
/titanic_41/usr/src/lib/libresolv2/common/bsd/ |
H A D | writev.c | 41 return (sendmsg(fd, &mesg, 0)); in __writev()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/vrrpd/ |
H A D | vrrpd.xcl | 150 msgid "sendmsg"
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | send.c | 153 sendmsg(s, msg, flags) in sendmsg() function
|
/titanic_41/usr/src/man/man3socket/ |
H A D | Makefile | 135 sendmsg.3socket \ 250 sendmsg.3socket := LINKSRC = send.3socket
|
/titanic_41/usr/src/uts/intel/os/ |
H A D | name_to_sysnum | 228 sendmsg 241
|
/titanic_41/usr/src/uts/sparc/os/ |
H A D | name_to_sysnum | 227 sendmsg 241
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_net.c | 214 iscsi_net->sendmsg = iscsi_net_sendmsg; in iscsi_net_init() 594 send_len = iscsi_net->sendmsg(socket, &msg); in iscsi_net_sendpdu() 595 DTRACE_PROBE2(sendmsg, size_t, total_len, size_t, send_len); in iscsi_net_sendpdu()
|
H A D | radius_packet.c | 146 recv_len = iscsi_net->sendmsg(socket, &msg); in snd_radius_request()
|
/titanic_41/usr/src/ucbcmd/sbcp/ |
H A D | syscalls.list | 138 sendmsg SIMPLE /* 114 = 3, sendmsg */
|
/titanic_41/usr/src/lib/libslp/clib/ |
H A D | slp_ipc.c | 196 while (sendmsg(slpdfd, msghdr, 0) == -1) { in slp_send2slpd_iov()
|
H A D | slp_net.c | 246 if (sendmsg(sockfd, msg, 0) < 0) { in slp_uc_udp_send() 950 if (sendmsg(fds[0].fd, msg, 0) < 0) { in mc_sendmsg() 973 if (sendmsg(fds[0].fd, msg, 0) < 0) { in bc_sendmsg()
|
H A D | libslp.po | 43 msgid "sendmsg failed: %s"
|
/titanic_41/usr/src/man/man3xnet/ |
H A D | Makefile | 44 sendmsg.3xnet \
|
/titanic_41/usr/src/lib/libsocket/socket/ |
H A D | weaks.c | 54 #pragma weak sendmsg = _sendmsg macro
|
/titanic_41/usr/src/lib/libsocket/common/ |
H A D | mapfile-vers | 194 sendmsg;
|
H A D | llib-lsocket | 94 ssize_t sendmsg(int s, const struct msghdr *msg, int flags);
|
/titanic_41/usr/src/uts/common/os/ |
H A D | sysent.c | 323 ssize_t sendmsg(int, struct nmsghdr *, int); 746 /* 241 */ SYSENT_CL("sendmsg", sendmsg, 3), 1071 /* 241 */ SYSENT_CI("sendmsg", sendmsg, 3),
|
/titanic_41/usr/src/lib/libsctp/common/ |
H A D | sctp.c | 345 return (sendmsg(s, &hdr, flags)); in sctp_send_common()
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3xnet.inc | 40 file path=usr/share/man/man3xnet/sendmsg.3xnet
|
/titanic_41/usr/src/cmd/isns/isnsd/ |
H A D | pdu.c | 262 bytes_sent = sendmsg(fd, &msg, 0); in isns_send_pdu()
|
/titanic_41/usr/src/lib/libfakekernel/common/ |
H A D | ksocket.c | 307 error = sendmsg(KSTOSO(ks), msg, flags); in ksocket_sendmsg()
|
/titanic_41/usr/src/lib/libxnet/common/ |
H A D | mapfile-vers | 160 sendmsg { TYPE = FUNCTION; FILTER = libsocket.so.1 };
|