Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-io-channel-null.c29 GIOCondition *gotcond = opaque; in test_io_channel_watch() local
30 *gotcond = condition; in test_io_channel_watch()
38 GIOCondition gotcond = 0; in test_io_channel_null_io() local
52 &gotcond, in test_io_channel_null_io()
57 g_assert(gotcond == G_IO_IN); in test_io_channel_null_io()
62 &gotcond, in test_io_channel_null_io()
67 g_assert(gotcond == (G_IO_IN | G_IO_OUT)); in test_io_channel_null_io()