Home
last modified time | relevance | path

Searched refs:JCREAD (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/os/
H A Dstreamio.c1171 if ((error = i_straccess(stp, JCREAD)) != 0) { in strread()
1237 if ((error = i_straccess(stp, JCREAD)) != 0) { in strread()
3118 return (JCREAD); in job_control_type()
6538 if ((error = i_straccess(stp, JCREAD)) != 0) { in strgetmsg()
6685 if ((error = i_straccess(stp, JCREAD)) != 0) { in strgetmsg()
7101 if ((error = i_straccess(stp, JCREAD)) != 0) { in kstrgetmsg()
7259 if ((error = i_straccess(stp, JCREAD)) != 0) { in kstrgetmsg()
H A Dstrsubr.c3201 if (mode == JCREAD) { in straccess()
/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h778 JCREAD, /* read data on a ctty */ enumerator