Searched refs:recv (Results 76 - 90 of 90) sorted by relevance

1234

/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c76 pthread_t ipx_tid; /* recv-side auxiliary thread */
280 if ((n = recv(ipx->ipx_fd, buf, r, MSG_WAITALL)) == 0) {
288 "failed to recv on ipx %s", IPX_ID(ipx));
474 * calls to recv() and send() be non-blocking since we
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ci.c2519 sgl = wr->recv.wr_sgl;
2569 wr->recv.wr_nds = nds;
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ci.c3183 sgl = wr->recv.wr_sgl;
3233 wr->recv.wr_nds = nds;
H A Dtavor_wr.c583 * recv work queue.
596 /* Do a DMA sync for current recv WQE(s) */
791 /* Do a DMA sync for previous recv WQE */
817 * recv work queue.
830 /* Do a DMA sync for current recv WQE */
933 TAVOR_UAR_DOORBELL(state, (uint64_t *)&state->ts_uar->recv,
2474 * In the normal QP case, the QP recv queue bufsize is used.
3323 * Walk the CQ's work queue list, trying to find a send or recv queue
3594 * If both work queues (send and recv) share a completion queue, then
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c952 recv(int sock, void *buffer, size_t len, int flags) function
958 dprint(1, ("recv(%d, %p, %ld, %d)\n",
2971 return (recv(sock, (void *)(uintptr_t)buffer, (ssize32_t)len, flags));
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c102 uint64_t recv; member in struct:brsum_s
113 uint64_t recv; member in struct:brlsum_s
8234 if (dladm_kstat_value(ksp, "recv", KSTAT_DATA_UINT64,
8235 &newval.recv) == DLADM_STATUS_OK) {
8238 newval.recv - brsum->recv);
8436 if (dladm_kstat_value(ksp, "recv", KSTAT_DATA_UINT64,
8437 &newval.recv) != -1) {
8440 newval.recv - brlsum->recv);
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsendto_kdc.c1160 nread = recv(conn->fd, conn->x.in.buf, conn->x.in.bufsize, 0);
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_dyndns.c1102 if (recv(s, buf2, MAX_TCP_SIZE, 0) == -1) {
1103 syslog(LOG_ERR, "dyndns: TKEY recv error");
1500 syslog(LOG_ERR, "dyndns: UDP recv error ");
1509 syslog(LOG_ERR, "dyndns: max retries for UDP recv reached");
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s475 NO_UNLOAD_STUB(sockfs, recv, nomod_zero);
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.s363 SCALL_NU_STUB(sockfs, recv, nomod_zero);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dataset.c1131 dmu_tx_t *tx, boolean_t recv, uint64_t cnt, cred_t *cr)
1166 if (!recv && DS_IS_INCONSISTENT(ds))
1922 * stats set on our child named "%recv". Check the child
1925 /* 6 extra bytes for /%recv */
1130 dsl_dataset_snapshot_check_impl(dsl_dataset_t *ds, const char *snapname, dmu_tx_t *tx, boolean_t recv, uint64_t cnt, cred_t *cr) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c136 /* number of retries to recv() a request on the UDS socket before giving up */
481 while (((ret = recv(fd, &c, sizeof (c), 0)) != 0) && (errno == EINTR))
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_hw.h2137 tavor_hw_uar_recv_t recv; member in struct:tavor_hw_uar_s
/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c220 //if (recv(sd, buf, len, MSG_WAITALL) != len) return -1;
224 ssize_t num_read = recv(sd, buf, len, 0);
303 // set_waitlimit() implements a timeout using select. It is called from deliver_request() before recv() OR accept()
308 // the next operation on this socket(recv/accept) is blocked since we depend on TCP to communicate with the system service.
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c4527 &bgep->recv[ring].hw_rcb);

Completed in 144 milliseconds

1234