tcflush           201 chrome/browser/extensions/api/serial/serial_connection_posix.cc   return tcflush(file_.GetPlatformFile(), TCIOFLUSH) == 0;
tcflush           136 native_client_sdk/src/libraries/nacl_io/include/sys/termios.h int tcflush(int fd, int queue_selector);
tcflush           361 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc   return s_state.kp->tcflush(fd, queue_selector);
tcflush           148 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h   virtual int tcflush(int fd, int queue_selector);
tcflush           492 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc TEST_F(KernelWrapTest, tcflush) {
tcflush           493 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc   EXPECT_CALL(mock, tcflush(kDummyInt, kDummyInt2))
tcflush           495 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc   EXPECT_EQ(kDummyInt3, tcflush(kDummyInt, kDummyInt2));
tcflush            61 native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h   MOCK_METHOD2(tcflush, int(int, int));