Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h130 #define O_CRTKIL 0x04000000 /* kill line with " \b " */ macro
150 #define LCRTKIL (O_CRTKIL>>16)
H A Dioctl.h66 #define CRTKIL O_CRTKIL
/titanic_50/usr/src/uts/common/sys/
H A Dttold.h242 #define O_CRTKIL 0x04000000 /* kill line with " \b " */ macro
259 #define LCRTKIL (O_CRTKIL>>16)
H A Dioctl.h129 #define CRTKIL O_CRTKIL
/titanic_50/usr/src/ucbhead/sys/
H A Dioctl.h126 #define CRTKIL O_CRTKIL
/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c1290 if (csp->t_flags & O_CRTKIL) in from_compat()
1437 csp->t_flags |= O_CRTKIL; in to_compat()