Searched refs:bool_value (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.h125 dbus_bool_t bool_value; member in union:wpa_dbus_dict_entry::__anon6567
H A Ddbus_dict_helpers.c877 dbus_message_iter_get_basic(iter, &entry->bool_value);
879 __func__, entry->bool_value);
H A Ddbus_new_handlers_p2p.c336 persistent_group = entry.bool_value;
555 persistent_group = entry.bool_value;
558 join = entry.bool_value;
561 authorize_only = entry.bool_value;
1070 wpa_s->conf->persistent_reconnect = entry.bool_value;
1108 wpa_s->conf->p2p_intra_bss = entry.bool_value;
1139 wpa_s->conf->p2p_no_group_iface = entry.bool_value;
H A Ddbus_new_handlers.c2421 freq_params.ht_enabled = entry.bool_value;
2424 freq_params.vht_enabled = entry.bool_value;
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2341 template <bool bool_value>
2343 typedef bool_constant<bool_value> type;
2344 static const bool value = bool_value;
2346 template <bool bool_value> const bool bool_constant<bool_value>::value;
/freebsd-13-stable/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.c797 boolean_t bool_value; local
813 (void) nvpair_value_boolean_value(elem, &bool_value);
815 nvpair_name(elem), bool_value ? "true" : "false");
/freebsd-13-stable/contrib/libucl/include/
H A Ducl++.h377 bool bool_value (const bool default_val = false) const function in class:ucl::final
715 return bool_value ();

Completed in 89 milliseconds