Lines Matching refs:last_event
27 int last_event; member
62 h->last_event = event; in fe_event()
241 g_assert_cmpint(h1.last_event, !=, 42); /* should be MUX_OUT or OPENED */ in char_mux_test()
242 g_assert_cmpint(h2.last_event, !=, 42); /* should be MUX_IN or OPENED */ in char_mux_test()
245 g_assert_cmpint(h1.last_event, ==, 42); in char_mux_test()
246 g_assert_cmpint(h2.last_event, ==, 42); in char_mux_test()
248 g_assert_cmpint(h1.last_event, ==, 42); in char_mux_test()
249 g_assert_cmpint(h2.last_event, ==, -1); in char_mux_test()
253 g_assert_cmpint(h1.last_event, ==, 42); in char_mux_test()
254 g_assert_cmpint(h2.last_event, ==, CHR_EVENT_BREAK); in char_mux_test()
257 g_assert_cmpint(h1.last_event, ==, CHR_EVENT_MUX_IN); in char_mux_test()
258 g_assert_cmpint(h2.last_event, ==, CHR_EVENT_MUX_OUT); in char_mux_test()
260 g_assert_cmpint(h1.last_event, ==, -1); in char_mux_test()
261 g_assert_cmpint(h2.last_event, ==, CHR_EVENT_MUX_OUT); in char_mux_test()
270 g_assert_cmpint(h1.last_event, ==, CHR_EVENT_BREAK); in char_mux_test()
271 g_assert_cmpint(h2.last_event, ==, CHR_EVENT_MUX_OUT); in char_mux_test()
1683 g_assert_cmpint(fe.last_event, !=, CHR_EVENT_BREAK); in char_file_fifo_test()
1685 g_assert_cmpint(fe.last_event, !=, CHR_EVENT_BREAK); in char_file_fifo_test()
1687 g_assert_cmpint(fe.last_event, ==, CHR_EVENT_BREAK); in char_file_fifo_test()