Home
last modified time | relevance | path

Searched refs:str_value (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/wpa_supplicant/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c345 pg_object_path = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_group_add()
466 peer_object_path = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_remove_client()
471 interface_addr = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_remove_client()
574 if (os_strcmp(entry.str_value, "pbc") == 0) in wpas_dbus_handler_p2p_connect()
586 pin = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_connect()
719 pg_object_path = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_invite()
1009 devname = os_strdup(entry.str_value); in wpas_dbus_setter_p2p_device_config()
1097 postfix = os_strdup(entry.str_value); in wpas_dbus_setter_p2p_device_config()
2629 service = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_add_service()
2714 service = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_delete_service()
[all …]
H A Ddbus_dict_helpers.c864 entry->str_value = os_strdup(v); in _wpa_dbus_dict_fill_value_from_variant()
865 if (entry->str_value == NULL) in _wpa_dbus_dict_fill_value_from_variant()
872 entry->str_value = os_strdup(v); in _wpa_dbus_dict_fill_value_from_variant()
873 if (entry->str_value == NULL) in _wpa_dbus_dict_fill_value_from_variant()
1037 os_free(entry->str_value); in wpa_dbus_dict_entry_clear()
H A Ddbus_dict_helpers.h123 char *str_value; member
H A Ddbus_new_handlers.c224 size = os_strlen(entry.str_value); in set_network_properties()
234 entry.str_value); in set_network_properties()
238 value = os_strdup(entry.str_value); in set_network_properties()
581 driver = os_strdup(entry.str_value); in wpas_dbus_handler_create_interface()
588 ifname = os_strdup(entry.str_value); in wpas_dbus_handler_create_interface()
595 confname = os_strdup(entry.str_value); in wpas_dbus_handler_create_interface()
602 bridge_ifname = os_strdup(entry.str_value); in wpas_dbus_handler_create_interface()
2391 if (hwaddr_aton(entry.str_value, peer)) { in wpas_dbus_handler_tdls_channel_switch()
2394 entry.str_value); in wpas_dbus_handler_tdls_channel_switch()
/dragonfly/contrib/lvm2/dist/tools/
H A Ddmsetup.c785 static uint32_t _get_cookie_value(char *str_value) in _get_cookie_value() argument
790 if (!(value = strtoul(str_value, &p, 0)) || in _get_cookie_value()