Searched refs:send (Results 1 - 25 of 170) sorted by relevance

1234567

/illumos-gate/usr/src/lib/libc/common/sys/
H A D_so_send.s37 SYSCALL2_RESTART_RVAL1(__so_send,send)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A DMakefile41 send-cD \
42 send-c_embedded_blocks \
43 send-c_incremental \
44 send-c_lz4_disabled \
45 send-c_mixed_compression \
46 send-c_props \
47 send-c_recv_dedup \
48 send-c_recv_lz4_disabled \
49 send-c_resume \
50 send
[all...]
/illumos-gate/usr/src/cmd/dtrace/demo/proc/
H A Dsig.d29 proc:::signal-send
/illumos-gate/usr/src/cmd/dtrace/demo/tcp/
H A Dtcpio.d26 tcp:::send,
H A Dtcpbytes.d32 tcp:::send
H A Dtcpbytesstat.d34 tcp:::send
H A Dtcpioflags.d35 tcp:::send
51 tcp:::send,
H A Dtcpsnoop.d47 tcp:::send
65 tcp:::send,
/illumos-gate/usr/src/cmd/dtrace/demo/udp/
H A Dudpio.d26 udp:::send,
H A Dudpbytes.d32 udp:::send
H A Dudpbytesstat.d34 udp:::send
H A Dudpsnoop.d45 udp:::send
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.d31 proc:::signal-send
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4localudp.ksh28 # Test ip:::{send,receive} of IPv4 UDP to a local address.
36 # 4. An unlikely race causes the unlocked global send/receive
42 # 1 x ip:::send (UDP sent to ping's base UDP port)
43 # 1 x udp:::send (UDP sent to ping's base UDP port)
66 ip:::send
73 udp:::send
89 printf("ip:::send - %s\n", ipsend >= 1 ? "yes" : "no");
91 printf("udp:::send - %s\n", udpsend >= 1 ? "yes" : "no");
H A Dtst.ipv4remoteudp.ksh28 # Test {udp,ip}:::{send,receive} of IPv4 UDP to a remote host.
36 # 4. An unlikely race causes the unlocked global send/receive
42 # 1 x ip:::send (UDP sent to ping's base UDP port)
43 # 1 x udp:::send (UDP sent to ping's base UDP port)
69 ip:::send
76 udp:::send
85 printf("ip:::send - %s\n", ipsend >= 1 ? "yes" : "no");
86 printf("udp:::send - %s\n", udpsend >= 1 ? "yes" : "no");
H A Dtst.ipv4localtcp.ksh28 # Test {ip,tcp}:::{send,receive} of IPv4 TCP to local host.
36 # 4. An unlikely race causes the unlocked global send/receive
42 # 3 x ip:::send (2 during the TCP handshake, then a FIN)
43 # 3 x tcp:::send (2 during the TCP handshake, then a FIN)
84 ip:::send
91 tcp:::send
113 printf("ip:::send - %s\n", ipsend >= 5 ? "yes" : "no");
115 printf("tcp:::send - %s\n", tcpsend >= 5 ? "yes" : "no");
/illumos-gate/usr/src/cmd/dtrace/demo/ip/
H A Dipproto.d33 ip:::send,
H A Dipio.d36 ip:::send
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_send.c104 struct rdsv3_ib_send_work *send,
107 struct rdsv3_message *rm = send->s_rm;
109 RDSV3_DPRINTF4("rdsv3_ib_send_unmap_rm", "ic %p send %p rm %p\n",
110 ic, send, rm);
164 send->s_rm = NULL;
170 struct rdsv3_ib_send_work *send; local
175 for (i = 0, send = ic->i_sends; i < ic->i_send_ring.w_nr; i++, send++) {
176 send->s_rm = NULL;
177 send
103 rdsv3_ib_send_unmap_rm(struct rdsv3_ib_connection *ic, struct rdsv3_ib_send_work *send, int wc_status) argument
184 struct rdsv3_ib_send_work *send; local
211 struct rdsv3_ib_send_work *send; local
562 struct rdsv3_ib_send_work *send = NULL; local
988 struct rdsv3_ib_send_work *send = NULL; local
[all...]
/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Dsvc-network-discovery62 execute /usr/bin/dbus-send --system --print-reply \
71 execute /usr/bin/dbus-send --system --print-reply \
84 execute /usr/bin/dbus-send --system --print-reply \
/illumos-gate/usr/src/uts/i86xpv/boot/
H A Dboot_xconsole.c156 evtchn_send_t send; local
186 send.port = xen_info->console.domU.evtchn;
187 (void) HYPERVISOR_event_channel_op(EVTCHNOP_send, &send);
219 evtchn_send_t send; local
239 send.port = xen_info->console.domU.evtchn;
240 (void) HYPERVISOR_event_channel_op(EVTCHNOP_send, &send);
/illumos-gate/usr/src/cmd/hal/tools/sunos/
H A Dhal-system-power-hibernate-sunos.sh27 dbus-send --system --print-reply --dest=org.freedesktop.Hal \
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DPermSARegTable.java97 private void send(SrvLocMsg reg) { method in class:PermSARegTable
135 send((SrvLocMsg)rec[REG]);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dnetwork.c150 n = send(net, netoring.consume, n, 0);
155 * To make ourselves compatible, we only send ONE byte
160 n = send(net, netoring.consume, 1, MSG_OOB);
179 * If we sent all, and more to send, then recurse to pick
H A Dauth.h77 int (*send)(struct XauthP *); member in struct:XauthP

Completed in 119 milliseconds

1234567