Searched refs:xsb (Results 1 – 4 of 4) sorted by relevance
146 sbtoxsockbuf(struct sockbuf *sb, struct xsockbuf *xsb) in sbtoxsockbuf() argument148 xsb->sb_cc = sb->sb_ccc; in sbtoxsockbuf()149 xsb->sb_hiwat = sb->sb_hiwat; in sbtoxsockbuf()150 xsb->sb_mbcnt = sb->sb_mbcnt; in sbtoxsockbuf()151 xsb->sb_mcnt = sb->sb_mcnt; in sbtoxsockbuf()152 xsb->sb_ccnt = sb->sb_ccnt; in sbtoxsockbuf()153 xsb->sb_mbmax = sb->sb_mbmax; in sbtoxsockbuf()154 xsb->sb_lowat = sb->sb_lowat; in sbtoxsockbuf()155 xsb->sb_flags = sb->sb_flags; in sbtoxsockbuf()156 xsb->sb_timeo = sb->sb_timeo; in sbtoxsockbuf()
1780 sbtoxsockbuf(struct sockbuf *sb, struct xsockbuf *xsb) in sbtoxsockbuf() argument1783 xsb->sb_cc = sb->sb_ccc; in sbtoxsockbuf()1784 xsb->sb_hiwat = sb->sb_hiwat; in sbtoxsockbuf()1785 xsb->sb_mbcnt = sb->sb_mbcnt; in sbtoxsockbuf()1786 xsb->sb_mcnt = sb->sb_mcnt; in sbtoxsockbuf()1787 xsb->sb_ccnt = sb->sb_ccnt; in sbtoxsockbuf()1788 xsb->sb_mbmax = sb->sb_mbmax; in sbtoxsockbuf()1789 xsb->sb_lowat = sb->sb_lowat; in sbtoxsockbuf()1790 xsb->sb_flags = sb->sb_flags; in sbtoxsockbuf()1791 xsb->sb_timeo = sb->sb_timeo; in sbtoxsockbuf()
540 void sbtoxsockbuf(struct sockbuf *sb, struct xsockbuf *xsb);