Home
last modified time | relevance | path

Searched refs:devtype (Results 1 – 25 of 28) sorted by relevance

12

/external/wpa_supplicant_8/src/p2p/
Dp2p_parse.c41 char devtype[WPS_DEV_TYPE_BUFSIZE]; in p2p_parse_attribute() local
201 wps_dev_type_bin2str(msg->pri_dev_type, devtype, in p2p_parse_attribute()
202 sizeof(devtype)), in p2p_parse_attribute()
553 char devtype[WPS_DEV_TYPE_BUFSIZE]; in p2p_parse_wps_ie() local
556 wps_dev_type_bin2str(msg->wps_pri_dev_type, devtype, in p2p_parse_wps_ie()
557 sizeof(devtype))); in p2p_parse_wps_ie()
809 char devtype[WPS_DEV_TYPE_BUFSIZE]; in p2p_group_info_text() local
827 devtype, in p2p_group_info_text()
828 sizeof(devtype))); in p2p_group_info_text()
837 devtype, sizeof(devtype))); in p2p_group_info_text()
[all …]
/external/ltp/include/
Dtst_netdevice.h29 const char *ifname, const char *devtype);
30 #define NETDEV_ADD_DEVICE(ifname, devtype) \ argument
31 tst_netdev_add_device(__FILE__, __LINE__, 1, (ifname), (devtype))
/external/autotest/client/deps/fakegudev/src/test_files/
Dfake_full.dat4 devtype=faketype
/external/wpa_supplicant_8/src/wps/
Dwps_dev_attr.c359 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wps_process_primary_dev_type() local
369 wps_dev_type_bin2str(dev->pri_dev_type, devtype, in wps_process_primary_dev_type()
370 sizeof(devtype))); in wps_process_primary_dev_type()
Dwps.c607 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wps_attr_text() local
611 devtype, in wps_attr_text()
612 sizeof(devtype))); in wps_attr_text()
Dwps_registrar.c3591 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wps_registrar_get_info() local
3608 wps_dev_type_bin2str(d->dev.pri_dev_type, devtype, in wps_registrar_get_info()
3609 sizeof(devtype)), in wps_registrar_get_info()
/external/ltp/lib/
Dtst_netdevice.c162 const char *ifname, const char *devtype) in tst_netdev_add_device() argument
170 {IFLA_INFO_KIND, devtype, strlen(devtype), NULL}, in tst_netdev_add_device()
198 "Failed to create %s device %s: %s", devtype, ifname, in tst_netdev_add_device()
/external/coreboot/src/lib/
Dfit.c326 const char *devtype = dt_find_string_prop(node, "device_type"); in fit_update_memory() local
327 if (devtype && !strcmp(devtype, "memory")) in fit_update_memory()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c179 char devtype[WPS_DEV_TYPE_BUFSIZE]; in hostapd_wps_pin_needed_cb() local
188 wps_dev_type_bin2str(dev->pri_dev_type, devtype, in hostapd_wps_pin_needed_cb()
189 sizeof(devtype))); in hostapd_wps_pin_needed_cb()
205 wps_dev_type_bin2str(dev->pri_dev_type, devtype, in hostapd_wps_pin_needed_cb()
206 sizeof(devtype))); in hostapd_wps_pin_needed_cb()
260 char devtype[WPS_DEV_TYPE_BUFSIZE]; in hostapd_wps_enrollee_seen_cb() local
268 wps_dev_type_bin2str(pri_dev_type, devtype, in hostapd_wps_enrollee_seen_cb()
269 sizeof(devtype)), in hostapd_wps_enrollee_seen_cb()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/UI/Input/XboxController/
Dmod.rs4 …input1_4.dll" "system" fn XInputGetBatteryInformation(dwuserindex : u32, devtype : BATTERY_DEVTYPE…
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/UI/Input/XboxController/
Dmod.rs4 …input1_4.dll" "system" fn XInputGetBatteryInformation(dwuserindex : u32, devtype : BATTERY_DEVTYPE…
/external/autotest/client/deps/fakegudev/src/
Dfakegudev.c733 const gchar *devtype);
/external/rust/android-crates-io/crates/serialport/src/posix/
Denumerate.rs192 match p.devtype() { in find_usb_interface_from_parents()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c1480 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wpas_wps_pin_needed_cb() local
1489 wps_dev_type_bin2str(dev->pri_dev_type, devtype, in wpas_wps_pin_needed_cb()
1490 sizeof(devtype))); in wpas_wps_pin_needed_cb()
Dp2p_supplicant.c3067 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wpas_dev_found() local
3127 devtype, sizeof(devtype)), in wpas_dev_found()
3141 wps_dev_type_bin2str(info->pri_dev_type, devtype, in wpas_dev_found()
3142 sizeof(devtype)), in wpas_dev_found()
3371 char devtype[WPS_DEV_TYPE_BUFSIZE]; in wpas_prov_disc_req() local
3399 wps_dev_type_bin2str(pri_dev_type, devtype, in wpas_prov_disc_req()
3400 sizeof(devtype)), in wpas_prov_disc_req()
Dctrl_iface.c7440 char devtype[WPS_DEV_TYPE_BUFSIZE]; in p2p_ctrl_peer() local
7492 devtype, sizeof(devtype)), in p2p_ctrl_peer()
7511 wps_dev_type_bin2str(t, devtype, in p2p_ctrl_peer()
7512 sizeof(devtype))); in p2p_ctrl_peer()
/external/mesa3d/src/microsoft/vulkan/
Ddzn_device.c811 VkPhysicalDeviceType devtype = VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU; in dzn_physical_device_get_properties() local
813 devtype = VK_PHYSICAL_DEVICE_TYPE_CPU; in dzn_physical_device_get_properties()
815 devtype = VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU; in dzn_physical_device_get_properties()
824 .deviceType = devtype, in dzn_physical_device_get_properties()
/external/ltp/doc/old/
DC-Test-Network-API.asciidoc166 - +int NETDEV_ADD_DEVICE(const char *ifname, const char *devtype)+ - Creates
/external/bcc/libbpf-tools/arm64/
Dvmlinux_608.h40096 unsigned int devtype; member
109568 enum imx_uart_type devtype; member
119255 enum lpuart_type devtype; member
119283 enum lpuart_type devtype; member
Dvmlinux.h40096 unsigned int devtype; member
109568 enum imx_uart_type devtype; member
119255 enum lpuart_type devtype; member
119283 enum lpuart_type devtype; member
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_600.h92515 unsigned int devtype; member
Dvmlinux.h92515 unsigned int devtype; member
/external/bcc/libbpf-tools/loongarch/
Dvmlinux_602.h61256 unsigned int devtype; member
Dvmlinux.h61256 unsigned int devtype; member
/external/bcc/libbpf-tools/x86/
Dvmlinux.h92772 const struct max310x_devtype *devtype; member

12