/external/netperf/src/ |
D | net_uuid.c | 329 void get_uuid_string(char *uuid_str, size_t size) { in get_uuid_string() argument 333 snpuid(uuid_str,size,u); in get_uuid_string() 344 char uuid_str[38]; in main() local 348 snpuid(uuid_str,sizeof(uuid_str),u); in main() 349 printf("\nas a string %s\n",uuid_str); in main() 351 get_uuid_string(uuid_str,sizeof(uuid_str)); in main() 352 printf("uuid_str is %s\n",uuid_str); in main()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wps_supplicant.c | 717 char uuid_str[100]; in wpa_supplicant_wps_event_er_ap_add() local 720 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_ap_add() 729 uuid_str, MAC2STR(ap->mac_addr), dev_type, ap->wps_state, in wpa_supplicant_wps_event_er_ap_add() 742 char uuid_str[100]; in wpa_supplicant_wps_event_er_ap_remove() local 743 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_ap_remove() 744 wpa_msg(wpa_s, MSG_INFO, WPS_EVENT_ER_AP_REMOVE "%s", uuid_str); in wpa_supplicant_wps_event_er_ap_remove() 751 char uuid_str[100]; in wpa_supplicant_wps_event_er_enrollee_add() local 754 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_wps_event_er_enrollee_add() 764 uuid_str, MAC2STR(enrollee->mac_addr), enrollee->m1_received, in wpa_supplicant_wps_event_er_enrollee_add() 777 char uuid_str[100]; in wpa_supplicant_wps_event_er_enrollee_remove() local [all …]
|
D | ctrl_iface.c | 2036 char uuid_str[100]; in wpa_supplicant_ctrl_iface_status() local 2037 uuid_bin2str(wpa_s->wps->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_ctrl_iface_status() 2038 ret = os_snprintf(pos, end - pos, "uuid=%s\n", uuid_str); in wpa_supplicant_ctrl_iface_status()
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchRequestBasic/ |
D | bluetooth_SDP_ServiceSearchRequestBasic.py | 92 uuid_str = str(uuid.UUID(int=uuid128)) 93 self.device.register_profile(path_str, uuid_str, {})
|
/external/e2fsprogs/lib/blkid/ |
D | probe.c | 687 char uuid_str[17], label_str[129], *cp; in probe_ntfs() local 780 sprintf(uuid_str, "%016llX", blkid_le64(ns->volume_serial)); in probe_ntfs() 781 blkid_set_tag(probe->dev, "UUID", uuid_str, 0); in probe_ntfs() 1165 char uuid_str[17]; in probe_hfs() local 1175 sprintf(uuid_str, "%016llX", uuid); in probe_hfs() 1176 blkid_set_tag(probe->dev, "UUID", uuid_str, 0); in probe_hfs() 1209 char uuid_str[17], label[512]; in probe_hfsplus() local 1241 sprintf(uuid_str, "%016llX", uuid); in probe_hfsplus() 1242 blkid_set_tag(probe->dev, "UUID", uuid_str, 0); in probe_hfsplus()
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/ |
D | bluetooth_SDP_ServiceAttributeRequest.py | 431 uuid_str = str(uuid.UUID(int=uuid128)) 434 uuid_str,
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/ |
D | bluetooth_SDP_ServiceSearchAttributeRequest.py | 458 uuid_str = str(uuid.UUID(int=uuid128)) 461 uuid_str,
|
/external/dbus/dbus/ |
D | dbus-internals.c | 888 _dbus_get_local_machine_uuid_encoded (DBusString *uuid_str) in _dbus_get_local_machine_uuid_encoded() argument 916 ok = _dbus_uuid_encode (&machine_uuid, uuid_str); in _dbus_get_local_machine_uuid_encoded()
|
D | dbus-internals.h | 369 dbus_bool_t _dbus_get_local_machine_uuid_encoded (DBusString *uuid_str);
|