Home
last modified time | relevance | path

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

/openbmc/boost-dbus/include/dbus/
H A Derror.hpp56 if (is_set()) { in ~error()
61 bool is_set() const { return dbus_error_is_set(&error_); } in is_set() function in dbus::error
73 return boost::system::error_code(is_set(), get_dbus_category()); in error_code()
82 if (is_set()) throw system_error(); in throw_if_set()
/openbmc/qemu/target/arm/
H A Dsyndrome.h359 static inline uint32_t syn_mop(bool is_set, bool is_setg, int options, in syn_mop() argument
364 (is_set << 24) | (is_setg << 23) | (options << 19) | in syn_mop()
/openbmc/ipmitool/lib/
H A Dipmi_mc.c49 int is_set);
1020 ipmi_sysinfo_main(struct ipmi_intf *intf, int argc, char ** argv, int is_set) in ipmi_sysinfo_main() argument
1031 else if (argc < 2 || (is_set == 1 && argc < 3)) { in ipmi_sysinfo_main()
1045 if (is_set != 0) { in ipmi_sysinfo_main()
/openbmc/qemu/tests/unit/
H A Dtest-hbitmap.c674 int is_set = test_bit(i, (unsigned long *)buf); in hbitmap_test_serialize_range() local
676 g_assert(is_set); in hbitmap_test_serialize_range()
678 g_assert(!is_set); in hbitmap_test_serialize_range()
691 int is_set = hbitmap_get(data->hb, i); in hbitmap_test_serialize_range() local
693 g_assert(is_set); in hbitmap_test_serialize_range()
695 g_assert(!is_set); in hbitmap_test_serialize_range()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Devent.py95 if _should_exit.is_set():
H A Dcooker.py2063 if self.quit.is_set():