Home
last modified time | relevance | path

Searched refs:product_name (Results 1 – 25 of 43) sorted by relevance

12

/external/autotest/client/cros/multimedia/
Dusb_facade_native.py307 def _find_usb_device_bus_id(self, product_name): argument
326 return read_product_name == product_name
345 'Bus ID of %s found: %s', product_name, bus_id)
348 logging.error('Bus ID of %s not found', product_name)
352 def has_found_device(self, product_name): argument
361 return self._device_product_name == product_name
364 def find_usb_device(self, product_name): argument
374 device_bus_id = self._find_usb_device_bus_id(product_name)
377 raise USBDeviceDriversManagerError(error_message % product_name)
379 self._device_product_name = product_name
/external/syslinux/com32/hdt/
Dhdt-cli-pci.c115 more_printf("Product Name : %s\n", pci_device->dev_info->product_name); in show_pci_device()
195 pci_device->dev_info->product_name); in show_pci_devices()
253 pci_device->dev_info->product_name); in show_pci_irq()
Dhdt-menu-pci.c54 pci_device->dev_info->product_name); in compute_pci_device()
56 pci_device->dev_info->product_name); in compute_pci_device()
175 pci_device->dev_info->product_name); in compute_PCI()
Dhdt-menu-summary.c86 hardware->dmi.system.product_name); in compute_summarymenu()
88 "System Product Name: %s", hardware->dmi.system.product_name); in compute_summarymenu()
188 pci_device->dev_info->product_name); in compute_summarymenu()
Dhdt-menu-pxe.c97 p->pci_device->dev_info->product_name); in compute_PXE()
99 p->pci_device->dev_info->product_name); in compute_PXE()
Dhdt-menu-dmi.c47 snprintf(buffer, sizeof buffer, "Product : %s", dmi->system.product_name); in compute_system()
49 dmi->system.product_name); in compute_system()
196 dmi->base_board.product_name); in compute_motherboard()
198 dmi->base_board.product_name); in compute_motherboard()
Dhdt-menu-kernel.c78 pci_device->dev_info->product_name); in compute_kernel()
Dhdt-cli-pxe.c74 p->pci_device->dev_info->product_name); in main_show_pxe()
Dhdt-dump-pxe.c55 add_s("Product_name", hardware->pxe.pci_device->dev_info->product_name); in dump_pxe()
Dhdt-dump-pci.c95 pci_device->dev_info->product_name); in dump_pci()
/external/autotest/client/common_lib/cros/manual/
Dget_usb_devices.py156 def get_list_by_product(usbdata, product_name): argument
163 if product_name == _data['Product']:
/external/syslinux/com32/gplinclude/dmi/
Ddmi_base_board.h44 char product_name[BASE_BOARD_PRODUCT_NAME_SIZE]; member
Ddmi_system.h30 char product_name[SYSTEM_PRODUCT_NAME_SIZE]; member
/external/curl/packages/vms/
Dbuild_gnv_curl_pcsi_text.com69 $ product_name = " ''majorver'.''minorver'"
71 $ product_name = " ''majorver'.''minorver'-''updatepatch'"
/external/syslinux/com32/modules/
Ddmitest.c103 moreprintf("\tProduct Name %s\n", dmi->system.product_name); in display_system()
116 moreprintf("\tProduct Name %s\n", dmi->base_board.product_name); in display_base_board()
Dpcitest.c90 pci_device->dev_info->product_name); in display_pci_devices()
/external/google-breakpad/src/client/linux/sender/
Dgoogle_crash_report_sender.cc39 DEFINE_string(product_name, "",
/external/syslinux/com32/lib/pci/
Dscan.c293 strlcpy(dev->dev_info->product_name, "unknown", 7); in get_name_from_pci_ids()
372 strlcpy(dev->dev_info->product_name, product, in get_name_from_pci_ids()
409 strlcpy(dev->dev_info->product_name, product, in get_name_from_pci_ids()
/external/libchrome/base/
Dfile_version_info.h57 virtual base::string16 product_name() = 0;
/external/syslinux/gpxe/src/drivers/net/
D3c515.c218 const char *product_name; member
659 vp->product_name = "3c515"; in corkscrew_found_device()
683 printf("3Com %s at 0x%hX, ", vp->product_name, ioaddr); in corkscrew_probe1()
/external/python/cpython2/Lib/distutils/command/
Dbdist_msi.py242 product_name = "Python %s %s" % (self.target_version, fullname)
244 product_name = "Python %s" % (fullname)
246 product_name, msilib.gen_uuid(),
/external/python/cpython3/Lib/distutils/command/
Dbdist_msi.py240 product_name = "Python %s %s" % (self.target_version, fullname)
242 product_name = "Python %s" % (fullname)
244 product_name, msilib.gen_uuid(),
/external/syslinux/com32/lua/doc/
Dsyslinux.asc153 print(dmitable["system.product_name"])
156 if ( string.match(dmitable["system.product_name"], "ESPRIMO P7935") ) then
/external/syslinux/com32/include/sys/
Dpci.h29 char product_name[PCI_PRODUCT_NAME_SIZE]; member
/external/syslinux/com32/gpllib/dmi/
Ddmi.c647 strlcpy(dmi->system.product_name, dmi_string(h, data[0x05]), in dmi_decode()
648 sizeof(dmi->system.product_name)); in dmi_decode()
671 strlcpy(dmi->base_board.product_name, dmi_string(h, data[0x05]), in dmi_decode()
672 sizeof(dmi->base_board.product_name)); in dmi_decode()

12