Searched refs:vendor (Results 326 - 350 of 391) sorted by relevance

<<111213141516

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_lid_mgr.c97 #include <vendor/osm_vendor_api.h>
H A Dosm_inform.c56 #include <vendor/osm_vendor_api.h>
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_al.c64 #include <vendor/osm_vendor_api.h>
91 * Pointer to the vendor object.
370 "Unable to allocate vendor object.\n");
H A Dosm_vendor_ibumad.c41 * This object represents the OpenIB vendor layer.
70 #include <vendor/osm_vendor_api.h>
591 "failed to allocate vendor match table\n");
617 "Unable to allocate vendor object\n");
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge.c3168 "vendor=??, sn=??, pn=??, type=??",
3171 vxge_null_terminate(pmd_port->vendor, sizeof(pmd_port->vendor));
3172 if (strlen(pmd_port->vendor) == 0) {
3185 "vendor=%s, sn=%s, pn=%s, type=%s",
3186 pmd_port->vendor, pmd_port->ser_num,
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_structures.h707 uint8_t vendor[8]; /* bytes 8-15 of inquiry data */ member in struct:pqi_scsi_device
945 uint16_t vendid; /* vendor id */
946 uint16_t subvendid; /* sub vendor id */
H A Dsmartpqi_cam.c241 strncpy(inq->vendor, "MSCC",
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_eke.c488 if (sm->user->methods[i].vendor == EAP_VENDOR_IETF &&
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dinterworking.c1014 if (cred->eap_method && cred->eap_method[0].vendor == EAP_VENDOR_IETF) {
1436 ttls = cred->eap_method->vendor == EAP_VENDOR_IETF &&
1446 ssid->eap.eap_methods[1].vendor = EAP_VENDOR_IETF;
1624 cred->eap_method->vendor == EAP_VENDOR_IETF &&
3025 "ANQP: Unsupported ANQP vendor type %u",
3032 "Interworking: Unsupported vendor-specific ANQP OUI %06x",
H A Dwpas_glue.c971 if (eap_methods[i].vendor == EAP_VENDOR_IETF &&
/freebsd-11-stable/sys/dev/fxp/
H A Dif_fxp.c156 * sub-vendor and sub-device field are extensively used to identify
378 uint16_t vendor; local
383 vendor = pci_get_vendor(dev);
387 if (ident->vendor == vendor && ident->device == device &&
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_sysvec.c810 .vendor = GNULINUX_ABI_VENDOR,
/freebsd-11-stable/sys/dev/evdev/
H A Dcdev.c448 debugf(client, "EVIOCGID: bus=%d vendor=0x%04x product=0x%04x",
449 evdev->ev_id.bustype, evdev->ev_id.vendor,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp516 llvm::Triple::VendorType vendor; local
524 // SetArchitecture should have set the vendor to unknown
525 vendor = spec.GetArchitecture().GetTriple().getVendor();
526 assert(vendor == llvm::Triple::UnknownVendor);
527 UNUSED_IF_ASSERT_DISABLED(vendor);
1036 // Set the elf OS version to FreeBSD. Also clear the vendor.
1149 // Set the elf OS version to NetBSD. Also clear the vendor.
1158 // Set the elf OS version to NetBSD. Also clear the vendor.
1164 // Set the elf OS version to OpenBSD. Also clear the vendor.
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1849 if (auto vendor = runtime->GetDeclVendor()) {
1850 auto types = vendor->FindTypes(const_typename, /*max_matches*/ 1);
1903 if (auto *vendor = runtime->GetDeclVendor()) {
1905 vendor->FindTypes(const_typename, /*max_matches*/ UINT32_MAX);
/freebsd-11-stable/sys/cam/ctl/
H A Dctl.c4512 const char *eui, *naa, *scsiname, *uuid, *vendor, *value; local
4567 memset(t10id->vendor, ' ', sizeof(t10id->vendor));
4568 if ((vendor = ctl_get_opt(&be_lun->options, "vendor")) == NULL) {
4569 strncpy((char *)t10id->vendor, CTL_VENDOR, sizeof(t10id->vendor));
4571 strncpy(t10id->vendor, vendor,
4572 min(sizeof(t10id->vendor), strle
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_zip.c102 unsigned vendor; member in struct:zip_entry::__anon10
897 zip_entry->aes_extra.vendor =
1400 && zip->entry->aes_extra.vendor == AES_VENDOR_AE_2))) {
2912 zip->entry->aes_extra.vendor != AES_VENDOR_AE_2) &&
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-sriomaintx-defs.h1117 * The DeviceVendor Identity field identifies the vendor that manufactured the device
1129 uint32_t vendor : 16; /**< Cavium Vendor Identity */ member in struct:cvmx_sriomaintx_dev_id::cvmx_sriomaintx_dev_id_s
1131 uint32_t vendor : 16;
/freebsd-11-stable/sys/dev/iir/
H A Diir.c1098 strncpy(inq.vendor, gdt->oem_name, sizeof(inq.vendor));
/freebsd-11-stable/sys/dev/firewire/
H A Dfirewire.c63 struct crom_chunk vendor; member in struct:crom_src_buf
695 crom_add_simple_text(src, root, &buf->vendor, "FreeBSD Project");
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dieee802_1x.c2262 user->methods[i].vendor = eap_user->methods[i].vendor;
/freebsd-11-stable/sys/dev/ipw/
H A Dif_ipw.c98 uint16_t vendor; member in struct:ipw_ident
212 if (pci_get_vendor(dev) == ident->vendor &&
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp478 if (auto *vendor = GetDeclVendor()) {
479 auto types = vendor->FindTypes(class_name, /*max_matches*/ 1);
2158 // missing, use the non-extended vendor
/freebsd-11-stable/sys/dev/usb/
H A Dusb_device.c1976 /* fetch the vendor and product strings from the device */
2484 uint16_t vendor; member in struct:usb_knowndev
2491 #define USB_KNOWNDEV_NOPROD 0x01 /* match on vendor only */
2551 if (kdp->vendor == vendor_id &&
2572 snprintf(temp_ptr, temp_size, "vendor 0x%04x", vendor_id);
2704 "vendor=0x%04x "
2752 "vendor=0x%04x "
/freebsd-11-stable/sys/dev/mfi/
H A Dmfireg.h725 uint16_t vendor; member in struct:mfi_info_pci

Completed in 397 milliseconds

<<111213141516