Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c1170 if ((error = i_straccess(stp, JCREAD)) != 0) { in strread()
1236 if ((error = i_straccess(stp, JCREAD)) != 0) { in strread()
3117 return (JCREAD); in job_control_type()
6537 if ((error = i_straccess(stp, JCREAD)) != 0) { in strgetmsg()
6684 if ((error = i_straccess(stp, JCREAD)) != 0) { in strgetmsg()
7100 if ((error = i_straccess(stp, JCREAD)) != 0) { in kstrgetmsg()
7258 if ((error = i_straccess(stp, JCREAD)) != 0) { in kstrgetmsg()
H A Dstrsubr.c3201 if (mode == JCREAD) { in straccess()
/titanic_41/usr/src/uts/common/sys/
H A Dstrsubr.h778 JCREAD, /* read data on a ctty */ enumerator