Home
last modified time | relevance | path

Searched defs:is_set (Results 1 – 4 of 4) sorted by relevance

/openbmc/boost-dbus/include/dbus/
H A Derror.hpp61 bool is_set() const { return dbus_error_is_set(&error_); } in is_set() function in dbus::error
/openbmc/qemu/tests/unit/
H A Dtest-hbitmap.c674 int is_set = test_bit(i, (unsigned long *)buf); in hbitmap_test_serialize_range() local
691 int is_set = hbitmap_get(data->hb, i); in hbitmap_test_serialize_range() local
/openbmc/ipmitool/lib/
H A Dipmi_mc.c1020 ipmi_sysinfo_main(struct ipmi_intf *intf, int argc, char ** argv, int is_set) in ipmi_sysinfo_main()
/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()