HomeSort by: relevance | last modified time | path
    Searched refs:snd (Results 1 - 6 of 6) sorted by relevancy

  /src/tests/net/tcp/
t_tcp_nc.sh 31 FILE_SND=./file.snd
  /src/sys/kern/
kern_timeout.c 149 #define CIRCQ_APPEND(fst, snd) \
151 if (!CIRCQ_EMPTY(snd)) { \
152 (fst)->cq_prev_l->cq_next_l = (snd)->cq_next_l; \
153 (snd)->cq_next_l->cq_prev_l = (fst)->cq_prev_l; \
154 (snd)->cq_prev_l->cq_next_l = (fst); \
155 (fst)->cq_prev_l = (snd)->cq_prev_l; \
156 CIRCQ_INIT(snd); \
uipc_usrreq.c 424 #define snd (&so2->so_snd) macro
433 snd->sb_mbmax += unp->unp_mbcnt - rcv->sb_mbcnt;
435 newhiwat = snd->sb_hiwat + unp->unp_cc - rcv->sb_cc;
437 &snd->sb_hiwat, newhiwat, RLIM_INFINITY);
440 #undef snd macro
527 #define snd (&so->so_snd) macro
573 snd->sb_mbmax -=
576 newhiwat = snd->sb_hiwat -
579 &snd->sb_hiwat, newhiwat, RLIM_INFINITY);
582 #undef snd macro
    [all...]
  /src/sys/nfs/
nfs_boot.c 434 struct mbuf *snd,
464 error = (*sndproc)(snd, context, waited);
470 m = m_copypacket(snd, M_WAIT);
  /src/sys/rump/net/lib/libsockin/
sockin_user.c 421 rumpcomp_sockin_sendmsg(int s, const struct msghdr *msg, int flags, size_t *snd)
432 *snd = (size_t)nn;
  /src/sys/dev/spi/
spi.c 766 spi_send_recv(spi_handle_t sh, int scnt, const uint8_t *snd,
773 spi_chunk_init(&chunk1, scnt, snd, NULL);

Completed in 20 milliseconds