/external/wpa_supplicant_8/src/p2p/ |
D | p2p_parse.c | 23 char devtype[WPS_DEV_TYPE_BUFSIZE]; in p2p_parse_attribute() local 171 wps_dev_type_bin2str(msg->pri_dev_type, devtype, in p2p_parse_attribute() 172 sizeof(devtype)), in p2p_parse_attribute() 345 char devtype[WPS_DEV_TYPE_BUFSIZE]; in p2p_parse_wps_ie() local 348 wps_dev_type_bin2str(msg->wps_pri_dev_type, devtype, in p2p_parse_wps_ie() 349 sizeof(devtype))); in p2p_parse_wps_ie() 553 char devtype[WPS_DEV_TYPE_BUFSIZE]; in p2p_group_info_text() local 571 devtype, in p2p_group_info_text() 572 sizeof(devtype))); in p2p_group_info_text() 581 devtype, sizeof(devtype))); in p2p_group_info_text() [all …]
|
/external/chromium/third_party/libjingle/source/talk/third_party/libudev/ |
D | libudev.h | 82 const char *subsystem, const char *devtype); 121 const char *subsystem, const char *devtype);
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_dev_attr.c | 358 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wps_process_primary_dev_type() local 368 wps_dev_type_bin2str(dev->pri_dev_type, devtype, in wps_process_primary_dev_type() 369 sizeof(devtype))); in wps_process_primary_dev_type()
|
D | wps.c | 593 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wps_attr_text() local 597 devtype, in wps_attr_text() 598 sizeof(devtype))); in wps_attr_text()
|
D | wps_registrar.c | 3387 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wps_registrar_get_info() local 3404 wps_dev_type_bin2str(d->dev.pri_dev_type, devtype, in wps_registrar_get_info() 3405 sizeof(devtype)), in wps_registrar_get_info()
|
/external/wpa_supplicant_8/src/ap/ |
D | wps_hostapd.c | 154 char devtype[WPS_DEV_TYPE_BUFSIZE]; in hostapd_wps_pin_needed_cb() local 163 wps_dev_type_bin2str(dev->pri_dev_type, devtype, in hostapd_wps_pin_needed_cb() 164 sizeof(devtype))); in hostapd_wps_pin_needed_cb() 180 wps_dev_type_bin2str(dev->pri_dev_type, devtype, in hostapd_wps_pin_needed_cb() 181 sizeof(devtype))); in hostapd_wps_pin_needed_cb() 235 char devtype[WPS_DEV_TYPE_BUFSIZE]; in hostapd_wps_enrollee_seen_cb() local 243 wps_dev_type_bin2str(pri_dev_type, devtype, in hostapd_wps_enrollee_seen_cb() 244 sizeof(devtype)), in hostapd_wps_enrollee_seen_cb()
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/osf/ |
D | SDL_syscdrom.c | 68 char *devtype[] = {"Disk", "Tape", "Printer", "Processor", "WORM", in CheckDrive() local 91 fprintf(stderr, "Device Type: %s\n", devtype[inq.perfdt]); in CheckDrive()
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_core.c | 900 uint32_t cod, devtype; in btif_in_get_remote_device_properties() local 923 sizeof(devtype), &devtype); in btif_in_get_remote_device_properties()
|
D | btif_storage.c | 750 uint32_t cod, devtype; in btif_storage_load_bonded_devices() local 833 &devtype, sizeof(devtype), in btif_storage_load_bonded_devices()
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/aix/ |
D | SDL_syscdrom.c | 92 if ( info.devtype == DD_CDROM ) { in CheckDrive()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wps_supplicant.c | 1062 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wpas_wps_pin_needed_cb() local 1071 wps_dev_type_bin2str(dev->pri_dev_type, devtype, in wpas_wps_pin_needed_cb() 1072 sizeof(devtype))); in wpas_wps_pin_needed_cb()
|
D | p2p_supplicant.c | 1182 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wpas_dev_found() local 1198 wps_dev_type_bin2str(info->pri_dev_type, devtype, in wpas_dev_found() 1199 sizeof(devtype)), in wpas_dev_found() 2087 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wpas_prov_disc_req() local 2114 wps_dev_type_bin2str(pri_dev_type, devtype, in wpas_prov_disc_req() 2115 sizeof(devtype)), in wpas_prov_disc_req()
|
D | ctrl_iface.c | 3680 char devtype[WPS_DEV_TYPE_BUFSIZE]; in p2p_ctrl_peer() local 3721 devtype, sizeof(devtype)), in p2p_ctrl_peer()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_test.c | 3073 char devtype[WPS_DEV_TYPE_BUFSIZE]; in test_dev_found() local 3078 wps_dev_type_bin2str(info->pri_dev_type, devtype, in test_dev_found() 3079 sizeof(devtype)), in test_dev_found()
|