Home
last modified time | relevance | path

Searched refs:SB_NOINTR (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsockbuf.h47 #define SB_NOINTR 0x40 /* operations not interruptible */ macro
/f-stack/freebsd/sys/
H A Dsockbuf.h47 #define SB_NOINTR 0x40 /* operations not interruptible */ macro
/f-stack/freebsd/kern/
H A Duipc_debug.c366 if (sb_flags & SB_NOINTR) { in db_print_sbflags()
H A Duipc_sockbuf.c450 (sb->sb_flags & SB_NOINTR) ? PSOCK : PSOCK | PCATCH, "sbwait", in sbwait()
462 if ((sb->sb_flags & SB_NOINTR) || in sblock()