Searched refs:READWRITE (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.h83 #define READWRITE 3 macro
H A Dpostio.c161 static int whatami = READWRITE; /* a READ or WRITE process - or both */
441 whatami = READWRITE; /* always run start() as one process */
752 writedone = (whatami == READWRITE) ? TRUE : FALSE;
1053 if (whatami == READWRITE)
1069 if (whatami != READWRITE && otherpid > 1)
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/agent/
H A Dconfig.l56 [rR][eE][aA][dD][-][wW][rR][iI][tT][eE] { DEBUG_LEX return READWRITE; }
H A Dpersonal.y62 %token READWRITE
1212 t_readwrite : READWRITE
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/parser/
H A Dparse.c92 #define READWRITE 19 macro
189 { "read-write", sizeof ("read-write")-1, READWRITE },
1393 if (type != READONLY && type != READWRITE && type != WRITEONLY
1409 case READWRITE:
/opensolaris-onvv-gate/usr/src/cmd/fs.d/
H A Dmount.c68 #define READWRITE 1 macro
671 case READWRITE:
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmprelayd/
H A Dconfig.y78 %token READWRITE
1697 t_readwrite : READWRITE

Completed in 170 milliseconds