Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h121 #define O_PRTERA 0x00020000 /* \ ... / erase */ macro
142 #define LPRTERA (O_PRTERA>>16)
H A Dioctl.h57 #define PRTERA O_PRTERA
/titanic_50/usr/src/uts/common/sys/
H A Dttold.h231 #define O_PRTERA 0x00020000 /* \ ... / erase */ macro
251 #define LPRTERA (O_PRTERA>>16)
H A Dioctl.h120 #define PRTERA O_PRTERA
/titanic_50/usr/src/ucbhead/sys/
H A Dioctl.h117 #define PRTERA O_PRTERA
/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c1280 if (csp->t_flags & O_PRTERA) in from_compat()
1427 csp->t_flags |= O_PRTERA; in to_compat()