Home
last modified time | relevance | path

Searched refs:O_NOHANG (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h128 #define O_NOHANG 0x01000000 /* no SIGHUP on carrier drop */ macro
149 #define LNOHANG (O_NOHANG>>16)
H A Dioctl.h64 #define NOHANG O_NOHANG
/titanic_50/usr/src/uts/common/sys/
H A Dttold.h240 #define O_NOHANG 0x01000000 /* no SIGHUP on carrier drop */ macro
258 #define LNOHANG (O_NOHANG>>16)
H A Dioctl.h127 #define NOHANG O_NOHANG
/titanic_50/usr/src/ucbhead/sys/
H A Dioctl.h124 #define NOHANG O_NOHANG
/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c1288 if (csp->t_flags & O_NOHANG) in from_compat()
1435 csp->t_flags |= O_NOHANG; in to_compat()