Home
last modified time | relevance | path

Searched refs:FIONREAD (Results 1 – 25 of 33) sorted by relevance

12

/titanic_44/usr/src/lib/libshell/common/include/
H A Dterminal.h177 # ifndef FIONREAD
182 #ifdef FIONREAD
184 # define FIORDCHK FIONREAD
/titanic_44/usr/src/lib/libcurses/screen/
H A Dchkinput.c68 #ifdef FIONREAD
76 ioctl(SP->check_fd, FIONREAD, &i); in _chkinput()
H A Dtgetch.c89 #ifdef FIONREAD in tgetch()
127 #ifdef FIONREAD
137 (void) ioctl(cur_term->_inputfd, FIONREAD, &arg); in _readchar()
477 #ifndef FIONREAD
H A Dcbreak.c102 #ifdef FIONREAD in cbreak()
H A Dnocbreak.c75 #ifdef FIONREAD in nocbreak()
H A Dnoraw.c75 #ifdef FIONREAD in noraw()
H A Draw.c82 #ifdef FIONREAD in raw()
H A Dmaketerm.ed440 #ifdef FIONREAD
/titanic_44/usr/src/lib/libast/common/sfio/
H A Dsfpkrd.c24 #ifndef FIONREAD
167 #ifdef FIONREAD /* quick and dirty check for availability */
171 if((r = ioctl(fd,FIONREAD,&avail)) < 0)
/titanic_44/usr/src/cmd/tip/aculib/
H A Dbiz31.c202 #ifdef FIONREAD in bizsync()
205 #define IOCTL FIONREAD in bizsync()
H A Dventel.c207 if (ioctl(fd, FIONREAD, (caddr_t)&nread) < 0) { in vensync()
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dfilio.h26 #define FIONREAD _IOR('f', 127, int) /* get # bytes to read */ macro
/titanic_44/usr/src/uts/common/sys/
H A Dfilio.h59 #define FIONREAD _IOR('f', 127, int) /* get # bytes to read */ macro
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dio.c127 ioctl(0, FIONREAD, (struct sgttyb *)&nb); in talk()
/titanic_44/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c545 if ( ioctl(ttyi, FIONREAD, &n) < 0 ) in readline()
565 if ( ioctl(ttyi, FIONREAD, &n) < 0 ) in readline()
770 if ( ioctl(ttyi, FIONREAD, &n) < 0 ) in readline()
/titanic_44/usr/src/uts/common/syscall/
H A Dioctl.c83 case FIONREAD: { in ioctl()
/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_opipe.c420 rc = ksocket_ioctl(sock, FIONREAD, (intptr_t)nread, &trval, in smb_opipe_get_nread()
/titanic_44/usr/src/cmd/logadm/
H A Dmain.c1057 if (ioctl(errpipe[0], FIONREAD, &count) >= 0 && count) { in docmd()
/titanic_44/usr/src/cmd/ipf/tools/
H A Dip_fil.c298 case FIONREAD :
H A Dipmon.c1655 if (ioctl(fd[i], FIONREAD, &tr) == -1) {
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c1030 if (ioctl(errpipe[0], FIONREAD, &count) >= 0 && count) { in forkandexecve()
1060 if (ioctl(outpipe[0], FIONREAD, &count) >= 0 && count) { in forkandexecve()
/titanic_44/usr/src/uts/common/io/
H A Dtty_pty.c813 case FIONREAD: { in ptcioctl()
/titanic_44/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c1046 case FIONREAD: in sosdp_ioctl()
/titanic_44/usr/src/uts/common/io/bpf/
H A Dbpf.c854 case FIONREAD: in bpfioctl()
/titanic_44/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1285 case FIONREAD: in fifo_fastioctl()

12