Home
last modified time | relevance | path

Searched refs:bool_value (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.h125 dbus_bool_t bool_value; member
H A Ddbus_new_handlers_p2p.c373 persistent_group = entry.bool_value; in wpas_dbus_handler_p2p_group_add()
603 persistent_group = entry.bool_value; in wpas_dbus_handler_p2p_connect()
606 join = entry.bool_value; in wpas_dbus_handler_p2p_connect()
609 authorize_only = entry.bool_value; in wpas_dbus_handler_p2p_connect()
1123 wpa_s->conf->persistent_reconnect = entry.bool_value; in wpas_dbus_setter_p2p_device_config()
1161 wpa_s->conf->p2p_intra_bss = entry.bool_value; in wpas_dbus_setter_p2p_device_config()
1192 wpa_s->conf->p2p_no_group_iface = entry.bool_value; in wpas_dbus_setter_p2p_device_config()
H A Ddbus_dict_helpers.c877 dbus_message_iter_get_basic(iter, &entry->bool_value); in _wpa_dbus_dict_fill_value_from_variant()
879 __func__, entry->bool_value); in _wpa_dbus_dict_fill_value_from_variant()
H A Ddbus_new_handlers.c2787 freq_params.ht_enabled = entry.bool_value; in wpas_dbus_handler_tdls_channel_switch()
2790 freq_params.vht_enabled = entry.bool_value; in wpas_dbus_handler_tdls_channel_switch()
/freebsd-13.1/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.1/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.c797 boolean_t bool_value; in dump_nvlist() local
813 (void) nvpair_value_boolean_value(elem, &bool_value); in dump_nvlist()
815 nvpair_name(elem), bool_value ? "true" : "false"); in dump_nvlist()
/freebsd-13.1/contrib/libucl/include/
H A Ducl++.h377 bool bool_value (const bool default_val = false) const
715 return bool_value ();
/freebsd-13.1/contrib/googletest/googlemock/docs/
H A DDesignDoc.md203 | `ACTION_P2(Baz, p1, p2)` | `Baz(bool_value, int_value)` | `BazActionP2<bool, int>` |
H A DCookBook.md3502 | `ACTION_P2(Baz, p1, p2)` | `Baz(bool_value, int_value)` | `BazActionP2<bool, int>` |
3503 …TEMPLATE_PARAMS(...), AND_2_VALUE_PARAMS(p1, p2))`| `Baz<t1, ..., t_m>(bool_value, int_value)` | `…