/titanic_44/usr/src/lib/libshell/common/include/ |
H A D | terminal.h | 177 # ifndef FIONREAD 182 #ifdef FIONREAD 184 # define FIORDCHK FIONREAD
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | chkinput.c | 68 #ifdef FIONREAD 76 ioctl(SP->check_fd, FIONREAD, &i); in _chkinput()
|
H A D | tgetch.c | 89 #ifdef FIONREAD in tgetch() 127 #ifdef FIONREAD 137 (void) ioctl(cur_term->_inputfd, FIONREAD, &arg); in _readchar() 477 #ifndef FIONREAD
|
H A D | cbreak.c | 102 #ifdef FIONREAD in cbreak()
|
H A D | nocbreak.c | 75 #ifdef FIONREAD in nocbreak()
|
H A D | noraw.c | 75 #ifdef FIONREAD in noraw()
|
H A D | raw.c | 82 #ifdef FIONREAD in raw()
|
H A D | maketerm.ed | 440 #ifdef FIONREAD
|
/titanic_44/usr/src/lib/libast/common/sfio/ |
H A D | sfpkrd.c | 24 #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 D | biz31.c | 202 #ifdef FIONREAD in bizsync() 205 #define IOCTL FIONREAD in bizsync()
|
H A D | ventel.c | 207 if (ioctl(fd, FIONREAD, (caddr_t)&nread) < 0) { in vensync()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | filio.h | 26 #define FIONREAD _IOR('f', 127, int) /* get # bytes to read */ macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | filio.h | 59 #define FIONREAD _IOR('f', 127, int) /* get # bytes to read */ macro
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | io.c | 127 ioctl(0, FIONREAD, (struct sgttyb *)&nb); in talk()
|
/titanic_44/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | ifdef.c | 545 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 D | ioctl.c | 83 case FIONREAD: { in ioctl()
|
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_opipe.c | 420 rc = ksocket_ioctl(sock, FIONREAD, (intptr_t)nread, &trval, in smb_opipe_get_nread()
|
/titanic_44/usr/src/cmd/logadm/ |
H A D | main.c | 1057 if (ioctl(errpipe[0], FIONREAD, &count) >= 0 && count) { in docmd()
|
/titanic_44/usr/src/cmd/ipf/tools/ |
H A D | ip_fil.c | 298 case FIONREAD :
|
H A D | ipmon.c | 1655 if (ioctl(fd[i], FIONREAD, &tr) == -1) {
|
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | platform.c | 1030 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 D | tty_pty.c | 813 case FIONREAD: { in ptcioctl()
|
/titanic_44/usr/src/uts/common/inet/sockmods/ |
H A D | socksdp.c | 1046 case FIONREAD: in sosdp_ioctl()
|
/titanic_44/usr/src/uts/common/io/bpf/ |
H A D | bpf.c | 854 case FIONREAD: in bpfioctl()
|
/titanic_44/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 1285 case FIONREAD: in fifo_fastioctl()
|