Searched refs:I_PEEK (Results 1 – 17 of 17) sorted by relevance
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmpeek.c | 169 ret = ioctl(fd, I_PEEK, &peek); in do_peek()
|
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | t_look.c | 131 retval = ioctl(fd, I_PEEK, &strpeek); in _t_look_locked()
|
H A D | _utility.c | 1125 if ((retval = ioctl(fd, I_PEEK, &arg)) < 0) { in _t_adjust_state()
|
/illumos-gate/usr/src/cmd/listen/ |
H A D | nlps_serv.c | 357 ret = ioctl(0, I_PEEK, &peek); in nullfix() 390 ret = ioctl(0, I_PEEK, &peek); in nullfix()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | stropts.h | 243 #define I_PEEK (STR|017) macro
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/ |
H A D | sfpkrd.c | 103 if((r = ioctl(fd,I_PEEK,&pbuf)) < 0)
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | lib | 384 tst stream_peek note{ ioctl(I_PEEK) works on pipe() }end execute{ 400 return ioctl(fds[0],I_PEEK,&peek) < 0;
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | lib | 149 #define _stream_peek 1 /* ioctl(I_PEEK) works on pipe() */
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | lib | 150 #define _stream_peek 1 /* ioctl(I_PEEK) works on pipe() */
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | lib | 160 #define _stream_peek 1 /* ioctl(I_PEEK) works on pipe() */
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | lib | 161 #define _stream_peek 1 /* ioctl(I_PEEK) works on pipe() */
|
/illumos-gate/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 1238 case I_PEEK: in fifo_fastioctl()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | codes.c | 528 { (uint_t)I_PEEK, "I_PEEK", NULL }, /* 17 */
|
H A D | expound.c | 1413 case I_PEEK: in show_ioctl()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | streamio.c | 3360 case I_PEEK: in strioctl() 5026 case I_PEEK: in strioctl()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | RELEASE | 58 12-01-12 sfpkrd.c: add __sun I_PEEK+rsh runtime workaround
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | RELEASE | 809 10-04-30 Do not use socketpair() on systems that implement ioctl(I_PEEK)
|