Home
last modified time | relevance | path

Searched refs:NOHANG (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/sys/
H A Dioctl_compat.h136 #define NOHANG 0x01000000 /* (no-op) was no SIGHUP on carrier drop */ macro
156 #define LNOHANG (NOHANG>>16)
/netbsd/usr.sbin/lpr/lpd/
H A Dttcompat.c235 if (ISSET(flags, NOHANG)) in sttyclearlflags()
270 if (ISSET(flags, NOHANG)) in sttysetlflags()
/netbsd/lib/librpcsvc/
H A Drex.x140 const NOHANG = 0x01000000; /* no SIGHUP on carrier drop */ variable
/netbsd/sys/compat/common/
H A Dtty_43.c330 SET(flags, NOHANG); in ttcompatgetflags()
463 if (ISSET(flags, NOHANG)) in ttcompatsetlflags()
/netbsd/libexec/getty/
H A Dsubr.c443 if (ISSET(flags, NOHANG)) in compatflags()