Searched refs:vendor_name (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/contrib/binutils/bfd/ |
| HD | elf-attrs.c | 89 const char *vendor_name = vendor_obj_attr_name (abfd, vendor); in vendor_obj_attr_size() local 91 if (!vendor_name) in vendor_obj_attr_size() 106 ? size + 10 + strlen (vendor_name) in vendor_obj_attr_size() 175 const char *vendor_name = vendor_obj_attr_name (abfd, vendor); in vendor_set_obj_attr_contents() local 176 size_t vendor_length = strlen (vendor_name) + 1; in vendor_set_obj_attr_contents() 181 memcpy (p, vendor_name, vendor_length); in vendor_set_obj_attr_contents()
|
| /NextBSD/sys/dev/ixgb/ |
| HD | ixgb_hw.c | 175 uint16_t vendor_name[5]; in ixgb_identify_xpak_vendor() local 184 vendor_name[i] = ixgb_read_phy_reg( hw, in ixgb_identify_xpak_vendor() 191 if (vendor_name[0] == 'I' && in ixgb_identify_xpak_vendor() 192 vendor_name[1] == 'N' && in ixgb_identify_xpak_vendor() 193 vendor_name[2] == 'T' && in ixgb_identify_xpak_vendor() 194 vendor_name[3] == 'E' && in ixgb_identify_xpak_vendor() 195 vendor_name[4] == 'L') { in ixgb_identify_xpak_vendor()
|
| /NextBSD/tools/tools/drm/ |
| HD | gen-drm_pciids | 95 my $vendor_name = $2; 97 'name' => $vendor_name,
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunicationClient.cpp | 1961 std::string vendor_name; in GetHostInfo() local 2031 vendor_name.swap(value); in GetHostInfo() 2102 … if (!os_name.empty() && vendor_name.compare("apple") == 0 && os_name.find("darwin") == 0) in GetHostInfo() 2116 if (!vendor_name.empty()) in GetHostInfo() 2117 … m_host_arch.GetTriple().setVendorName (llvm::StringRef (vendor_name)); in GetHostInfo() 2127 if (!vendor_name.empty() || !os_name.empty()) in GetHostInfo() 2130 if (vendor_name.empty()) in GetHostInfo() 2133 triple += vendor_name; in GetHostInfo() 2821 std::string vendor_name; in GetCurrentProcessInfo() local 2857 vendor_name.swap(value); in GetCurrentProcessInfo() [all …]
|
| /NextBSD/sys/dev/nxge/include/ |
| HD | xgehal-mgmt.h | 68 char vendor_name[16]; member
|
| /NextBSD/sys/dev/vxge/include/ |
| HD | vxgehal-mgmt.h | 63 char vendor_name[16]; member
|
| /NextBSD/sys/dev/vxge/vxgehal/ |
| HD | vxgehal-mgmt.c | 93 vxge_os_strlcpy(about_info->vendor_name, VXGE_DRIVER_VENDOR, in vxge_hal_mgmt_about() 94 sizeof(about_info->vendor_name)); in vxge_hal_mgmt_about()
|
| HD | vxgehal-mgmtaux.c | 109 __HAL_AUX_ENTRY("vendor_name", about_info.vendor_name, "%s"); in vxge_hal_aux_about_read()
|
| /NextBSD/sys/dev/mly/ |
| HD | mlyreg.h | 551 char vendor_name[16]; /* N/A */ member
|
| /NextBSD/sys/dev/nxge/xgehal/ |
| HD | xgehal-mgmt.c | 84 xge_os_strcpy(about_info->vendor_name, XGE_DRIVER_VENDOR); in xge_hal_mgmt_about()
|
| HD | xgehal-mgmtaux.c | 216 __HAL_AUX_ENTRY("vendor_name", about_info.vendor_name, "%s"); in xge_hal_aux_about_read()
|
| /NextBSD/sys/dev/bxe/ |
| HD | bxe_elink.c | 9012 char vendor_name[ELINK_SFP_EEPROM_VENDOR_NAME_SIZE+1]; in elink_verify_sfp_module() local 9057 (uint8_t *)vendor_name)) in elink_verify_sfp_module() 9058 vendor_name[0] = '\0'; in elink_verify_sfp_module() 9060 vendor_name[ELINK_SFP_EEPROM_VENDOR_NAME_SIZE] = '\0'; in elink_verify_sfp_module() 9071 …elink_cb_event_log(sc, ELINK_LOG_ID_UNQUAL_IO_MODULE, params->port, vendor_name, vendor_pn); // "W… in elink_verify_sfp_module()
|
| /NextBSD/share/misc/ |
| HD | pci_vendors | 22 # vendor vendor_name
|