Home
last modified time | relevance | path

Searched refs:SB_WAIT (Results 1 – 3 of 3) sorted by relevance

/original-bsd/sys/sys/
H A Dsocketvar.h63 #define SB_WAIT 0x04 /* someone is waiting for data/space */ macro
66 #define SB_NOTIFY (SB_WAIT|SB_SEL|SB_ASYNC)
/original-bsd/sys/kern/
H A Duipc_socket2.c249 sb->sb_flags |= SB_WAIT;
290 if (sb->sb_flags & SB_WAIT) {
291 sb->sb_flags &= ~SB_WAIT;
/original-bsd/sys/netccitt/
H A Dpk_subr.c894 if (so && ((so -> so_snd.sb_flags & SB_WAIT) ||