Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c1240 if ((error = i_straccess(stp, JCREAD)) != 0) { in strread()
1306 if ((error = i_straccess(stp, JCREAD)) != 0) { in strread()
3207 return (JCREAD); in job_control_type()
6663 if ((error = i_straccess(stp, JCREAD)) != 0) { in strgetmsg()
6810 if ((error = i_straccess(stp, JCREAD)) != 0) { in strgetmsg()
7226 if ((error = i_straccess(stp, JCREAD)) != 0) { in kstrgetmsg()
7384 if ((error = i_straccess(stp, JCREAD)) != 0) { in kstrgetmsg()
H A Dstrsubr.c3226 if (mode == JCREAD) { in straccess()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h796 JCREAD, /* read data on a ctty */ enumerator