Home
last modified time | relevance | path

Searched defs:condition (Results 1 – 25 of 75) sorted by relevance

123

/openbmc/u-boot/include/linux/
H A Dbug.h14 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) argument
16 #define WARN_ON(condition) ({ \ argument
23 #define WARN(condition, format...) ({ \ argument
30 #define WARN_ON_ONCE(condition) ({ \ argument
41 #define WARN_ONCE(condition, format...) ({ \ argument
H A Dbuild_bug.h13 #define BUILD_BUG_ON(condition) (0) argument
67 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
69 #define BUILD_BUG_ON(condition) \ argument
H A Dcompiler.h471 # define __compiletime_error_fallback(condition) \ argument
476 # define __compiletime_error_fallback(condition) do { } while (0) argument
480 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument
489 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument
492 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument
504 #define compiletime_assert(condition, msg) \ argument
/openbmc/phosphor-fan-presence/monitor/
H A Dconditions.hpp24 auto make_condition(T&& condition) in make_condition()
29 namespace condition namespace
H A Dconditions.cpp17 namespace condition namespace
/openbmc/sdbusplus/include/sdbusplus/
H A Devent.hpp45 class condition class
51 explicit condition(event& e) : condition_source(e) {} in condition() function in sdbusplus::event::condition
72 condition(source&& s, int&& f) : in condition() function in sdbusplus::event::condition
/openbmc/qemu/io/
H A Dchannel-watch.c29 GIOCondition condition; member
41 GIOCondition condition; member
53 GIOCondition condition; member
250 GIOCondition condition) in qio_channel_create_fd_watch()
279 GIOCondition condition) in qio_channel_create_socket_watch()
309 GIOCondition condition) in qio_channel_create_socket_watch()
318 GIOCondition condition) in qio_channel_create_fd_pair_watch()
H A Dchannel.c386 GIOCondition condition) in qio_channel_create_watch()
413 GIOCondition condition, in qio_channel_add_watch_full()
433 GIOCondition condition, in qio_channel_add_watch()
443 GIOCondition condition, in qio_channel_add_watch_source()
628 qio_channel_set_fd_handlers(QIOChannel *ioc, GIOCondition condition) in qio_channel_set_fd_handlers()
674 qio_channel_clear_fd_handlers(QIOChannel *ioc, GIOCondition condition) in qio_channel_clear_fd_handlers()
707 GIOCondition condition) in qio_channel_yield()
744 GIOCondition condition, in qio_channel_wait_complete()
755 GIOCondition condition) in qio_channel_wait()
H A Dchannel-tls.c187 GIOCondition condition; in qio_channel_tls_handshake_task() local
216 GIOCondition condition, in qio_channel_tls_handshake_io()
262 GIOCondition condition; in qio_channel_tls_bye_task() local
302 static gboolean qio_channel_tls_bye_io(QIOChannel *ioc, GIOCondition condition, in qio_channel_tls_bye_io()
550 GIOCondition condition) in qio_channel_tls_create_watch()
H A Dnet-listener.c41 GIOCondition condition, in qio_net_listener_channel_func()
188 GIOCondition condition, in qio_net_listener_wait_client_func()
H A Dchannel-null.c32 GIOCondition condition; member
190 GIOCondition condition) in qio_channel_null_create_watch()
H A Dchannel-buffer.c157 GIOCondition condition; member
208 GIOCondition condition) in qio_channel_buffer_create_watch()
/openbmc/qemu/ui/
H A Dvnc-ws.c51 GIOCondition condition, in vncws_tls_handshake_io()
121 GIOCondition condition, in vncws_handshake_io()
/openbmc/qemu/tests/tcg/tricore/c/
H A Dtestdev_assert.h11 static inline void testdev_assert(int condition) in testdev_assert()
/openbmc/qemu/net/
H A Dstream_data.c19 GIOCondition condition, gpointer data) in net_stream_data_writable()
93 gboolean net_stream_data_send(QIOChannel *ioc, GIOCondition condition, in net_stream_data_send()
/openbmc/phosphor-state-manager/host_condition_gpio/
H A Dhost_condition.cpp9 namespace condition namespace
H A Dhost_condition.hpp11 namespace condition namespace
/openbmc/qemu/tests/unit/
H A Dtest-io-channel-null.c26 GIOCondition condition, in test_io_channel_watch()
/openbmc/phosphor-inventory-manager/
H A Dfunctor.hpp60 auto make_path_condition(T&& condition) in make_path_condition()
382 auto condition = [val = std::forward<T>(val)](T&& arg) { in propertyChangedTo() local
396 auto condition = [val = std::forward<T>(val)](T&& arg) { in propertyIs() local
H A Dassociation_manager.cpp138 for (const auto& condition : _conditions) in conditionMatch() local
189 for (const auto& condition : _conditions) in conditionMatch() local
/openbmc/qemu/migration/
H A Dfd.c78 GIOCondition condition, in fd_accept_incoming_migration()
H A Dexec.c63 GIOCondition condition, in exec_accept_incoming_migration()
/openbmc/qemu/subprojects/libvhost-user/
H A Dlink-test.c16 set_watch(VuDev *dev, int fd, int condition, in set_watch()
/openbmc/qemu/qga/
H A Dchannel-posix.c26 GIOCondition condition, gpointer data) in ga_channel_listen_accept()
87 GIOCondition condition, gpointer data) in ga_channel_client_event()
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dsqlite.py100 def _make_condition_statement(columns, condition): argument
338 async def remove(self, condition): argument
382 async def gc_mark(self, mark, condition): argument

123