Home
last modified time | relevance | path

Searched refs:I_FLUSH (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/plat-unixware7/
DSTROPTS.py296 I_FLUSH = (STR|05) variable
/external/libpcap/
Dpcap-libdlpi.c221 if (ioctl(p->fd, I_FLUSH, FLUSHR) != 0) { in pcap_activate_libdlpi()
Dpcap-snit.c402 (void)ioctl(fd, I_FLUSH, (char *)FLUSHR); in pcap_activate_snit()
Dpcap-dlpi.c826 if (ioctl(p->fd, I_FLUSH, FLUSHR) != 0) {
/external/python/cpython2/Modules/
Dsunaudiodev.c278 if (ioctl(self->x_fd, I_FLUSH, FLUSHW) < 0) { in sad_flush()
Dfcntlmodule.c573 INS(I_FLUSH); in all_ins()
/external/python/cpython3/Modules/
Dfcntlmodule.c591 if (PyModule_AddIntMacro(m, I_FLUSH)) return -1; in all_ins()