Searched refs:sb_flags (Results 1 – 9 of 9) sorted by relevance
94 so->so_rcv.sb_flags |= SB_ASYNC; in soo_ioctl()95 so->so_snd.sb_flags |= SB_ASYNC; in soo_ioctl()97 so->so_rcv.sb_flags &= ~SB_ASYNC; in soo_ioctl()98 so->so_snd.sb_flags &= ~SB_ASYNC; in soo_ioctl()
518 int prio = (sb->sb_flags & SB_NOINTR) ? PSOCK : PSOCK | PCATCH; in sbwait()522 sb->sb_flags |= SB_WAIT; in sbwait()532 if (!(flags & SBL_NOINTR || sb->sb_flags & SB_NOINTR)) in sblock()561 if (sb->sb_flags & SB_WAIT) { in sowakeup()562 sb->sb_flags &= ~SB_WAIT; in sowakeup()565 if (sb->sb_flags & SB_ASYNC) in sowakeup()
1435 so->so_rcv.sb_flags |= SB_SPLICE; in sosplice()1436 sosp->so_snd.sb_flags |= SB_SPLICE; in sosplice()1461 so->so_rcv.sb_flags &= ~SB_SPLICE; in sounsplice()1462 sosp->so_snd.sb_flags &= ~SB_SPLICE; in sounsplice()1496 if (so->so_rcv.sb_flags & SB_SPLICE) { in soidle()1514 if (so->so_rcv.sb_flags & SB_SPLICE) { in sotask()1876 if (so->so_rcv.sb_flags & SB_SPLICE) in sorwakeup()1896 if (so->so_snd.sb_flags & SB_SPLICE) in sowwakeup()2520 (*pr)("\tsb_flags: %04x\n", sb->sb_flags); in sobuf_print()
102 short sb_flags; /* [m] flags, see below */ member104 #define sb_endzero sb_flags238 rv = ((sb->sb_flags & (SB_WAIT|SB_ASYNC|SB_SPLICE)) != 0 || in sb_notify()
280 so->so_rcv.sb_flags &= ~SB_NOINTR; in nfssvc_addsock()284 so->so_snd.sb_flags &= ~SB_NOINTR; in nfssvc_addsock()
375 so->so_rcv.sb_flags |= SB_NOINTR; in nfs_connect()378 so->so_snd.sb_flags |= SB_NOINTR; in nfs_connect()
370 u_int16_t sb_flags; member
221 sb->sb_flags = saa->saa_flags; in scsibusattach()501 link->flags = sb->sb_flags; in scsi_probe_link()
1388 p("%#.4x", sb_flags, ", "); in sockbuf_dump()