Searched refs:bool_value (Results 1 – 7 of 7) sorted by relevance
41 struct bool_value : public int_value { struct42 bool_value();43 ~bool_value();44 void diff(FILE *, const char *, bool_value);92 bool_value bool_values[LAST_BOOL];
80 bool_value::bool_value() in bool_value() function in bool_value84 bool_value::~bool_value() in ~bool_value()88 void bool_value::diff(FILE *fp, const char *s, bool_value compare) in diff()
285 bool bool_value () const in bool_value() function398 return bool_value ();
140 dbus_bool_t bool_value; member
316 persistent_group = entry.bool_value; in wpas_dbus_handler_p2p_group_add()532 persistent_group = entry.bool_value; in wpas_dbus_handler_p2p_connect()535 join = entry.bool_value; in wpas_dbus_handler_p2p_connect()538 authorize_only = entry.bool_value; in wpas_dbus_handler_p2p_connect()1011 wpa_s->conf->persistent_reconnect = entry.bool_value; in wpas_dbus_setter_p2p_device_config()1049 wpa_s->conf->p2p_intra_bss = entry.bool_value; in wpas_dbus_setter_p2p_device_config()1060 wpa_s->conf->p2p_no_group_iface = entry.bool_value; in wpas_dbus_setter_p2p_device_config()
951 dbus_message_iter_get_basic(iter, &entry->bool_value); in _wpa_dbus_dict_fill_value_from_variant()953 __func__, entry->bool_value); in _wpa_dbus_dict_fill_value_from_variant()
795 boolean_t bool_value; in dump_nvlist() local812 (void) nvpair_value_boolean_value(elem, &bool_value); in dump_nvlist()814 nvpair_name(elem), bool_value ? "true" : "false"); in dump_nvlist()