Symbol: sendfd
sbin/ggate/ggatec/ggatec.c
178
numbytesprocd = g_gate_send(sendfd, &hdr, sizeof(hdr), MSG_NOSIGNAL);
sbin/ggate/ggatec/ggatec.c
191
numbytesprocd = g_gate_send(sendfd, ggio.gctl_data,
sbin/ggate/ggatec/ggatec.c
433
sendfd = handshake(GGATE_FLAG_RECV);
sbin/ggate/ggatec/ggatec.c
434
if (sendfd == -1)
sbin/ggate/ggatec/ggatec.c
454
close(sendfd);
sbin/ggate/ggatec/ggatec.c
71
static int sendfd, recvfd;
tests/sys/kern/unix_passfd_test.c
1212
sendfd(s[0], ls);
tests/sys/kern/unix_passfd_test.c
1213
sendfd(s[0], s[0]);
tests/sys/kern/unix_passfd_test.c
1214
sendfd(s[0], s[1]);
tests/sys/kern/unix_passfd_test.c
349
sendfd(fd[0], putfd);
tests/sys/kern/unix_passfd_test.c
371
sendfd(fd[0], putfd);
tests/sys/kern/unix_passfd_test.c
395
sendfd(fd[0], putfd);
tests/sys/kern/unix_passfd_test.c
419
sendfd(fd[0], putfd);
tests/sys/kern/unix_passfd_test.c
439
sendfd(fd[0], putfd);
tests/sys/kern/unix_passfd_test.c
457
sendfd(fd[0], putfd);
tests/sys/kern/unix_passfd_test.c
586
sendfd(fd[0], putfd);
tests/sys/kern/unix_passfd_test.c
636
sendfd(fd[0], putfd_1);
tests/sys/kern/unix_passfd_test.c
637
sendfd(fd[0], putfd_2);
tests/sys/kern/unix_passfd_test.c
662
sendfd(fd[0], fd[0]);
tests/sys/kern/unix_passfd_test.c
679
sendfd(fd[0], fd[0]);
tests/sys/kern/unix_passfd_test.c
680
sendfd(fd[1], fd[0]);
tests/sys/kern/unix_passfd_test.c
695
sendfd(fd[0], putfd);
tools/regression/sockets/unix_gc/unix_gc.c
311
sendfd(sv[sendvia], sv[tosend]);
tools/regression/sockets/unix_gc/unix_gc.c
369
sendfd(sv[0], s);
tools/regression/sockets/unix_gc/unix_gc.c
380
sendfd(sv[0], s);
tools/regression/sockets/unix_gc/unix_gc.c
391
sendfd(sv[0], s);
tools/regression/sockets/unix_gc/unix_gc.c
402
sendfd(sv[0], s);
tools/regression/sockets/unix_gc/unix_gc.c
413
sendfd(sv[0], s);
tools/regression/sockets/unix_gc/unix_gc.c
463
sendfd(sva[0], spare);
tools/regression/sockets/unix_gc/unix_gc.c
470
sendfd(svb[0], sva[0]);
tools/regression/sockets/unix_gc/unix_gc.c
471
sendfd(svb[0], sva[1]);
tools/regression/sockets/unix_gc/unix_gc.c
509
sendfd(sva[0], svb[0]);
tools/regression/sockets/unix_gc/unix_gc.c
510
sendfd(sva[0], svb[1]);
tools/regression/sockets/unix_gc/unix_gc.c
511
sendfd(svb[0], sva[0]);
tools/regression/sockets/unix_gc/unix_gc.c
512
sendfd(svb[0], sva[1]);
tools/regression/sockets/unix_gc/unix_gc.c
513
sendfd(svb[0], spare);
tools/regression/sockets/unix_gc/unix_gc.c
514
sendfd(sva[0], spare);
tools/regression/sockets/unix_gc/unix_gc.c
592
sendfd(sv[0], s);
tools/regression/sockets/unix_gc/unix_gc.c
607
sendfd(sv[0], s);
tools/regression/sockets/unix_gc/unix_gc.c
627
sendfd(sv[0], s);
tools/regression/sockets/unix_gc/unix_gc.c
642
sendfd(sv[0], s);
tools/regression/sockets/unix_gc/unix_gc.c
709
sendfd(sv[0], slisten);
tools/regression/sockets/unix_gc/unix_gc.c
736
sendfd(ff[0], fd[0]);
tools/regression/sockets/unix_gc/unix_gc.c
737
sendfd(ff[0], fd[1]);