/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | stropts.h | 82 #define I_FLUSH _IO('S',05) macro
|
/titanic_41/usr/src/lib/libnsl/nsl/ |
H A D | t_unbind.c | 122 if (ioctl(fd, I_FLUSH, FLUSHRW) < 0) { in _tx_unbind_locked()
|
H A D | t_open.c | 178 retval = ioctl(fd, I_FLUSH, FLUSHRW); in _tx_open()
|
H A D | t_snddis.c | 130 retval = ioctl(fd, I_FLUSH, FLUSHW); in _tx_snddis()
|
/titanic_41/usr/src/cmd/tsol/atohexlabel/ |
H A D | atohexlabel.c | 134 (void) ioctl(STDIN_FILENO, I_FLUSH, FLUSHR); in main()
|
/titanic_41/usr/src/cmd/tsol/hextoalabel/ |
H A D | hextoalabel.c | 134 (void) ioctl(STDIN_FILENO, I_FLUSH, FLUSHR); in main()
|
/titanic_41/usr/src/cmd/tsol/lslabels/ |
H A D | lslabels.c | 197 (void) ioctl(STDIN_FILENO, I_FLUSH, FLUSHR); in main()
|
/titanic_41/usr/src/cmd/audio/audioplay/ |
H A D | audioplay.c | 468 (void) ioctl(Audio_fd, I_FLUSH, FLUSHW); in main() 476 (void) ioctl(Audio_fd, I_FLUSH, FLUSHW); in main() 823 (void) ioctl(Audio_fd, I_FLUSH, FLUSHW); in main()
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmterm.c | 175 if (ioctl(fd, I_FLUSH, FLUSHR) == -1)
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | stropts.h | 235 #define I_FLUSH (STR|05) macro
|
/titanic_41/usr/src/cmd/audio/utilities/ |
H A D | device_ctl.c | 291 return ((ioctl(fd, I_FLUSH, flag) < 0) ? in audio__flush()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_pipeio.c | 211 if (req != I_FLUSH || (intptr_t)arg != FLUSHW) in pio_ctl()
|
H A D | mdb.c | 926 (void) mdb_iob_ctl(mdb.m_out, I_FLUSH, in mdb_call() 1145 (void) mdb_iob_ctl(mdb.m_out, I_FLUSH, (void *)FLUSHW); in dcmd_invoke()
|
/titanic_41/usr/src/cmd/lp/model/ |
H A D | lp.cat.c | 668 ioctl(1, I_FLUSH, FLUSHW); in sigterm()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_capture.c | 247 if (ioctl(netfd, I_FLUSH, FLUSHR) < 0) in init_datalink()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | consconfig_dacf.c | 1087 (void) ldi_ioctl(new_lh, I_FLUSH, (intptr_t)FLUSHRW, in consconfig_prepare_dev()
|
/titanic_41/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 1309 case I_FLUSH: in fifo_fastioctl()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | codes.c | 478 { (uint_t)I_FLUSH, "I_FLUSH", NULL },
|
H A D | print.c | 354 case I_FLUSH: in prt_ioa()
|
H A D | expound.c | 1397 case I_FLUSH: in show_ioctl()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | streamio.c | 3162 case I_FLUSH: in job_control_type() 4412 case I_FLUSH: in strioctl()
|