/titanic_44/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | ib_send.c | 104 struct rdsv3_ib_send_work *send, in rdsv3_ib_send_unmap_rm() argument 107 struct rdsv3_message *rm = send->s_rm; in rdsv3_ib_send_unmap_rm() 110 ic, send, rm); in rdsv3_ib_send_unmap_rm() 164 send->s_rm = NULL; in rdsv3_ib_send_unmap_rm() 170 struct rdsv3_ib_send_work *send; in rdsv3_ib_send_init_ring() local 175 for (i = 0, send = ic->i_sends; i < ic->i_send_ring.w_nr; i++, send++) { in rdsv3_ib_send_init_ring() 176 send->s_rm = NULL; in rdsv3_ib_send_init_ring() 177 send->s_op = NULL; in rdsv3_ib_send_init_ring() 184 struct rdsv3_ib_send_work *send; in rdsv3_ib_send_clear_ring() local 189 for (i = 0, send = ic->i_sends; i < ic->i_send_ring.w_nr; i++, send++) { in rdsv3_ib_send_clear_ring() [all …]
|
/titanic_44/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/ |
H A D | emu10k.dsp | 58 .send FX_FRONT_L 0 59 .send FX_FRONT_R 1 60 .send FX_SURR_L 2 61 .send FX_SURR_R 3 62 .send FX_CEN 4 63 .send FX_LFE 5 64 .send FX_SIDE_L 6 65 .send FX_SIDE_R 7 66 .send FX_SPDIF_L 20 67 .send FX_SPDIF_R 21
|
/titanic_44/usr/src/uts/common/io/usb/usba/ |
H A D | README | 40 …usb_pipe_ctrl_xfer USB_PIPE_STATE_IDLE No outstanding request send req to hcd USB_PIPE_STATE_AC… 42 (cb() will send 46 (cb() will send 50 (cb() will send 61 USB_PIPE_STATE_ERROR - Don't send any more req USB_PIPE_STATE_ERROR 63 USB_PIPE_STATE_CLOSING - Don't send any more req USB_PIPE_STATE_CLOSING 92 …usb_pipe_ctrl_xfer USB_PIPE_STATE_IDLE No outstanding request send req to hcd USB_PIPE_STATE_AC… 94 (cb() will send 98 (cb() will send 111 USB_PIPE_STATE_ERROR - Don't send any more req USB_PIPE_STATE_ERROR [all …]
|
/titanic_44/usr/src/uts/i86xpv/boot/ |
H A D | boot_xconsole.c | 156 evtchn_send_t send; in bcons_putchar_xen() local 186 send.port = xen_info->console.domU.evtchn; in bcons_putchar_xen() 187 (void) HYPERVISOR_event_channel_op(EVTCHNOP_send, &send); in bcons_putchar_xen() 219 evtchn_send_t send; in bcons_getchar_xen() local 239 send.port = xen_info->console.domU.evtchn; in bcons_getchar_xen() 240 (void) HYPERVISOR_event_channel_op(EVTCHNOP_send, &send); in bcons_getchar_xen()
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/ |
H A D | zfs_send_006_pos.ksh | 58 typeset total_size=$($ZFS send $option $snapshot 2>&1 | $TAIL -1) 60 typeset total_size=$($ZFS send $option $base_snapshot $snapshot \ 114 full_size=$($ZFS send $full_snapshot 2>&1 | wc -c) 115 increamental_size=$($ZFS send $increamental_snapshot 2>&1 | wc -c) 116 increamental_send=$($ZFS send -i $full_snapshot $increamental_snapshot 2>&1 | wc -c) 180 recursive_size=$($ZFS send -R $full_snapshot 2>&1 | wc -c)
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | tcp.d.in | 122 uint32_t tcps_snxt; /* next sequence # to send */ 125 uint32_t tcps_swnd; /* send window size */ 126 int32_t tcps_snd_ws; /* send window scaling */ 135 int tcps_retransmit; /* retransmit send event, boolean */ 148 * from the tcp:::send and tcp:::recieve probes and translates the tcp_t * 150 * TCP fusion tcp:::send and tcp:::receive - this allows us to present the 174 arg3 != NULL && probename == "send" ? 181 arg3 != NULL && probename == "send" ? 188 arg3 != NULL && probename == "send" ? 195 arg3 != NULL && probename == "send" ? [all …]
|
/titanic_44/usr/src/cmd/fm/modules/common/fabric-xlate/ |
H A D | fx_fire.c | 143 goto send; in fab_xlate_fire_ce() 148 send: in fab_xlate_fire_ce() 173 goto send; in fab_xlate_fire_ue() 178 send: in fab_xlate_fire_ue() 262 goto send; in fab_xlate_fire_oe() 267 send: in fab_xlate_fire_oe() 326 goto send; in fab_xlate_fire_dmc() 331 send: in fab_xlate_fire_dmc()
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/ip/ |
H A D | tst.ipv4remoteudp.ksh.out | 3 ip:::send - yes 4 udp:::send - yes
|
H A D | tst.ipv4localudp.ksh.out | 3 ip:::send - yes 5 udp:::send - yes
|
H A D | tst.ipv4localtcp.ksh.out | 3 ip:::send - yes 5 tcp:::send - yes
|
H A D | tst.ipv4remotetcp.ksh.out | 3 ip:::send - yes 5 tcp:::send - yes
|
H A D | tst.ipv4localicmp.ksh.out | 2 1 ip:::send (args[2]: 4 64, args[4]: 4 84 0 0 255) 3 1 ip:::send (args[2]: 4 64, args[4]: 4 84 0 0 255)
|
H A D | tst.ipv6localicmp.ksh.out | 3 1 ip:::send (args[2]: 6 64, args[5]: 6 0 64) 4 1 ip:::send (args[2]: 6 64, args[5]: 6 0 64)
|
H A D | tst.ipv4remoteudp.ksh | 69 ip:::send 76 udp:::send
|
H A D | tst.ipv4localudp.ksh | 66 ip:::send 73 udp:::send
|
H A D | tst.remotetcpstate.ksh.out | 3 ip:::send - yes 5 tcp:::send - yes
|
H A D | tst.localtcpstate.ksh.out | 3 ip:::send - yes 5 tcp:::send - yes
|
/titanic_44/usr/src/cmd/hal/addons/network-devices/ |
H A D | svc-network-discovery | 62 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 \
|
/titanic_44/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_rsrc.c | 102 wqe->qe_wr.send.wr_flags = IBT_WR_NO_FLAGS; in eib_rsrc_grab_swqes() 103 wqe->qe_wr.send.wr.ud.udwr_dest = wqe->qe_dest; in eib_rsrc_grab_swqes() 104 wqe->qe_wr.send.wr_opcode = IBT_WRC_SEND; in eib_rsrc_grab_swqes() 105 wqe->qe_wr.send.wr_nds = 1; in eib_rsrc_grab_swqes() 106 wqe->qe_wr.send.wr_sgl = &wqe->qe_sgl; in eib_rsrc_grab_swqes() 226 wqe->qe_wr.send.wr_flags = IBT_WR_NO_FLAGS; in eib_rsrc_grab_swqe() 227 wqe->qe_wr.send.wr.ud.udwr_dest = wqe->qe_dest; in eib_rsrc_grab_swqe() 228 wqe->qe_wr.send.wr_opcode = IBT_WRC_SEND; in eib_rsrc_grab_swqe() 229 wqe->qe_wr.send.wr_nds = 1; in eib_rsrc_grab_swqe() 230 wqe->qe_wr.send.wr_sgl = &wqe->qe_sgl; in eib_rsrc_grab_swqe() [all …]
|
H A D | eib_data.c | 399 wrs[n_wrs] = (elem->qe_wr).send; in eib_data_post_tx() 563 swqe->qe_wr.send.wr_flags |= IBT_WR_SEND_CKSUM; in eib_data_prepare_frame() 565 swqe->qe_wr.send.wr_flags &= (~IBT_WR_SEND_CKSUM); in eib_data_prepare_frame() 783 swqe->qe_wr.send.wr_opcode = IBT_WRC_SEND_LSO; in eib_data_setup_lso() 784 lso = &(swqe->qe_wr.send.wr.ud_lso); in eib_data_setup_lso() 876 lsohdr_sz = (swqe->qe_wr.send.wr_opcode == IBT_WRC_SEND) ? 0 : in eib_data_prepare_sgl() 877 swqe->qe_wr.send.wr.ud_lso.lso_hdr_sz; in eib_data_prepare_sgl() 948 swqe->qe_wr.send.wr_sgl = swqe->qe_big_sgl; in eib_data_prepare_sgl() 965 swqe->qe_wr.send.wr_nds = 1; in eib_data_prepare_sgl() 966 swqe->qe_wr.send.wr_sgl = &swqe->qe_sgl; in eib_data_prepare_sgl() [all …]
|
/titanic_44/usr/src/cmd/sendmail/lib/ |
H A D | helpfile | 23 smtp For local information send email to Postmaster at your site. 75 send SEND FROM:<sender> 76 send replaces the MAIL command, and can be used to send 77 send directly to a users terminal. Not supported in this 78 send implementation. 80 soml Send or mail. If the user is logged in, send directly, 100 dsn NOTIFY When to send a DSN. Multiple options are OK, comma-
|
/titanic_44/usr/src/cmd/ipf/examples/ |
H A D | example.8 | 2 # block all incoming TCP connections but send back a TCP-RST for ones to 8 # block all inbound UDP packets and send back an ICMP error.
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp.dfl | 33 # "YES," the "ls" command will send the RFC 959 NLST command. 34 # When it is set to "NO," the "ls" command will send the RFC 36 # to send "NLST". This is the same as in previous releases of
|
/titanic_44/usr/src/cmd/dtrace/demo/tcp/ |
H A D | tcpioflags.d | 35 tcp:::send 51 tcp:::send,
|
/titanic_44/usr/src/cmd/tip/ |
H A D | cmds.c | 40 void send(char); 300 send(*pc); in transmit() 319 send(c); in transmit() 341 send(' '); in transmit() 343 send(' '); in transmit() 349 send(c); in transmit() 363 send('\r'); in transmit() 366 send(*pc); in transmit() 420 send(char c) in send() function
|