HomeSort by: relevance | last modified time | path
    Searched refs:recv (Results 1 - 25 of 324) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libc/net/
recv.c 1 /* $NetBSD: recv.c,v 1.10 2012/03/20 17:44:18 matt Exp $ */
35 static char sccsid[] = "@(#)recv.c 8.2 (Berkeley) 2/21/94";
37 __RCSID("$NetBSD: recv.c,v 1.10 2012/03/20 17:44:18 matt Exp $");
47 recv(int s, void *buf, size_t len, int flags) function
  /src/sys/dev/hdmicec/
hdmicec_if.h 39 ssize_t (*recv)(void *, uint8_t *, size_t); member in struct:hdmicec_hw_if
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pmu/
nouveau_nvkm_subdev_pmu_gt215.c 59 pmu->recv.message = message;
60 pmu->recv.process = process;
83 DRM_WAIT_NOINTR_UNTIL(ret, &pmu->recv.wait, &subdev->mutex,
84 (pmu->recv.process == 0));
86 reply[0] = pmu->recv.data[0];
87 reply[1] = pmu->recv.data[1];
113 pmu->recv.base));
124 if (pmu->recv.process) {
125 if (process == pmu->recv.process &&
126 message == pmu->recv.message)
    [all...]
nouveau_nvkm_subdev_pmu_gf119.c 45 .recv = gt215_pmu_recv,
nouveau_nvkm_subdev_pmu_gk208.c 45 .recv = gt215_pmu_recv,
nouveau_nvkm_subdev_pmu_gm107.c 47 .recv = gt215_pmu_recv,
nouveau_nvkm_subdev_pmu_base.c 62 struct nvkm_pmu *pmu = container_of(work, typeof(*pmu), recv.work);
63 return pmu->func->recv(pmu);
92 flush_work(&pmu->recv.work);
152 DRM_DESTROY_WAITQUEUE(&pmu->recv.wait);
179 INIT_WORK(&pmu->recv.work, nvkm_pmu_recv);
181 DRM_INIT_WAITQUEUE(&pmu->recv.wait, "nvpmu");
183 init_waitqueue_head(&pmu->recv.wait);
nouveau_nvkm_subdev_pmu_gf100.c 61 .recv = gt215_pmu_recv,
  /src/external/mit/libuv/dist/test/
test-ipc-send-recv.c 51 union handles recv; member in struct:test_ctx
61 union handles recv; member in struct:echo_ctx
94 union handles* recv; local
103 recv = &ctx.recv;
105 recv = &ctx.recv2;
124 r = uv_pipe_init(ctx.channel.loop, &recv->pipe, 0);
126 r = uv_tcp_init(ctx.channel.loop, &recv->tcp);
131 r = uv_accept(handle, &recv->stream);
294 uv_close(&ctx2.recv.handle, NULL)
308 union handles* recv; local
    [all...]
test-poll-oob.c 78 n = recv(client_fd, &buffer, 5, MSG_OOB);
90 n = recv(client_fd, &buffer, 5, 0);
104 n = recv(server_fd, &buffer, 5, 0);
118 n = recv(server_fd, &buffer, 3, 0);
  /src/sys/arch/sparc/stand/common/
promdev.h 43 ssize_t (*recv)(struct promdata *, void *, size_t); member in struct:promdata
  /src/external/mpl/bind/dist/bin/tests/system/tsiggss/
authsock.pl 53 $client->recv(my $buf, 8, 0);
62 $client->recv(my $buf, $req_len - 8, 0);
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
net_read.c 87 count = recv (sock, cbuf, rem, 0);
98 count = recv (sock, cbuf, rem, 0);
socket_wrapper.h 116 #ifdef recv
117 #undef recv macro
119 #define recv(s,buf,len,flags) swrap_recv(s,buf,len,flags) macro
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pmu/fuc/
idle.fuc 69 call(recv)
  /src/external/gpl3/gdb/dist/gnulib/import/
sys_time.in.h 168 # undef recv
169 # define recv recv_used_without_including_sys_socket_h
197 _GL_WARN_ON_USE (recv,
198 "recv() used without including <sys/socket.h>");
sys_socket.in.h 523 # undef recv
524 # define recv rpl_recv
526 _GL_FUNCDECL_RPL (recv, ssize_t, (int fd, void *buf, size_t len, int flags)
528 _GL_CXXALIAS_RPL (recv, ssize_t, (int fd, void *buf, size_t len, int flags));
533 _GL_CXXALIAS_SYS_CAST (recv, ssize_t, (int fd, void *buf, size_t len, int flags));
535 _GL_CXXALIASWARN (recv);
537 # undef recv
538 # define recv recv_used_without_requesting_gnulib_module_recv
540 # undef recv
542 _GL_WARN_ON_USE (recv, "recv is not always POSIX compliant -
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
sys_time.in.h 168 # undef recv
169 # define recv recv_used_without_including_sys_socket_h
197 _GL_WARN_ON_USE (recv,
198 "recv() used without including <sys/socket.h>");
sys_socket.in.h 523 # undef recv
524 # define recv rpl_recv
526 _GL_FUNCDECL_RPL (recv, ssize_t, (int fd, void *buf, size_t len, int flags)
528 _GL_CXXALIAS_RPL (recv, ssize_t, (int fd, void *buf, size_t len, int flags));
533 _GL_CXXALIAS_SYS_CAST (recv, ssize_t, (int fd, void *buf, size_t len, int flags));
535 _GL_CXXALIASWARN (recv);
537 # undef recv
538 # define recv recv_used_without_requesting_gnulib_module_recv
540 # undef recv
542 _GL_WARN_ON_USE (recv, "recv is not always POSIX compliant -
    [all...]
  /src/sys/arch/evbarm/stand/boot2440/
netif.c 51 int (*recv)(void *, char *, unsigned, unsigned); member in struct:nifdv
153 len = (*dv->recv)(dv->priv, pkt, maxlen, timo);
  /src/sys/arch/sandpoint/stand/altboot/
nif.c 49 int (*recv)(void *, char *, unsigned, unsigned); member in struct:nifdv
150 len = dv ? (*dv->recv)(dv->priv, pkt, maxlen, timo) : -1;
  /src/sys/dev/pci/cxgb/
cxgb_toedev.h 104 int (*recv)(struct toedev *dev, struct mbuf **m, int n); member in struct:toedev
143 return dev->recv(dev, m, n);
  /src/tests/usr.sbin/inetd/
test_server.c 98 CHECK(count = recv(0, buffer, sizeof(buffer), 0));
114 CHECK(count = recv(fd, buffer, sizeof(buffer), 0));
  /src/external/gpl2/xcvs/dist/src/
socket-client.c 32 via a socket using send() and recv(). This is because under some
42 recv. The buffer is always in blocking mode so we don't implement
70 /* I believe that the recv function gives us exactly the semantics
86 recv() in 1997), and (according to windows-NT/config.h)
87 Windows NT 3.51, we must call recv or send with a
91 makes sure that we only recv() BUFFER_DATA_SIZE bytes at
94 nbytes = recv (sb->socket, data + *got, size - *got, 0);
129 to send and recv. */
182 || (err = recv (n->socket, &tmp, 1, 0)) > 0)
  /src/sbin/mount_nfs/
udp_xfer.c 98 return recv(d->socket, pkt, len, 0);

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 91011>>