Home
last modified time | relevance | path

Searched refs:uuid_str (Results 1 – 7 of 7) sorted by relevance

/external/netperf/src/
Dnet_uuid.c329 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/
Dwps_supplicant.c717 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 …]
Dctrl_iface.c2183 char uuid_str[100]; in wpa_supplicant_ctrl_iface_status() local
2184 uuid_bin2str(wpa_s->wps->uuid, uuid_str, sizeof(uuid_str)); in wpa_supplicant_ctrl_iface_status()
2185 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/
Dbluetooth_SDP_ServiceSearchRequestBasic.py92 uuid_str = str(uuid.UUID(int=uuid128))
93 self.device.register_profile(path_str, uuid_str, {})
/external/e2fsprogs/lib/blkid/
Dprobe.c689 char uuid_str[17], label_str[129], *cp; in probe_ntfs() local
782 sprintf(uuid_str, "%016llX", blkid_le64(ns->volume_serial)); in probe_ntfs()
783 blkid_set_tag(probe->dev, "UUID", uuid_str, 0); in probe_ntfs()
1169 char uuid_str[17]; in probe_hfs() local
1179 sprintf(uuid_str, "%016llX", uuid); in probe_hfs()
1180 blkid_set_tag(probe->dev, "UUID", uuid_str, 0); in probe_hfs()
1213 char uuid_str[17], label[512]; in probe_hfsplus() local
1245 sprintf(uuid_str, "%016llX", uuid); in probe_hfsplus()
1246 blkid_set_tag(probe->dev, "UUID", uuid_str, 0); in probe_hfsplus()
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/
Dbluetooth_SDP_ServiceAttributeRequest.py431 uuid_str = str(uuid.UUID(int=uuid128))
434 uuid_str,
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/
Dbluetooth_SDP_ServiceSearchAttributeRequest.py458 uuid_str = str(uuid.UUID(int=uuid128))
461 uuid_str,