Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h126 #define O_TOSTOP 0x00400000 /* SIGSTOP on background output */ macro
147 #define LTOSTOP (O_TOSTOP>>16)
H A Dioctl.h62 #define TOSTOP O_TOSTOP
/titanic_50/usr/src/uts/common/sys/
H A Dttold.h237 #define O_TOSTOP 0x00400000 /* SIGSTOP on background */ macro
256 #define LTOSTOP (O_TOSTOP>>16)
H A Dioctl.h125 #define TOSTOP O_TOSTOP
/titanic_50/usr/src/ucbhead/sys/
H A Dioctl.h122 #define TOSTOP O_TOSTOP
/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c1284 if (csp->t_flags & O_TOSTOP) in from_compat()
1431 csp->t_flags |= O_TOSTOP; in to_compat()