Searched refs:vendor (Results 276 - 300 of 332) sorted by relevance

<<11121314

/freebsd-10.0-release/sys/dev/oce/
H A Doce_if.c235 uint16_t vendor = 0; local
245 vendor = pci_get_vendor(dev);
249 if (vendor == ((supportedDevices[i] >> 16) & 0xffff)) {
/freebsd-10.0-release/sys/dev/stge/
H A Dif_stge.c108 * The Sundance sample boards use the Sundance vendor ID,
413 uint16_t vendor, devid; local
415 vendor = pci_get_vendor(dev);
420 if (vendor == sp->stge_vendorid &&
/freebsd-10.0-release/sys/kern/
H A Dimgact_elf.c154 .vendor = FREEBSD_ABI_VENDOR,
178 .vendor = GNU_ABI_VENDOR,
1994 (const char *)note_end || strncmp(checknote->vendor,
/freebsd-10.0-release/contrib/wpa/src/ap/
H A Dieee802_1x.c1709 user->methods[i].vendor = eap_user->methods[i].vendor;
/freebsd-10.0-release/sys/dev/mps/mpi/
H A Dmpi2_history.txt259 * 05-12-10 02.00.10 Added optional vendor-unique region to SCSI IO Request.
/freebsd-10.0-release/sys/dev/usb/
H A Dusb_device.c1794 /* fetch the vendor and product strings from the device */
2270 uint16_t vendor; member in struct:usb_knowndev
2277 #define USB_KNOWNDEV_NOPROD 0x01 /* match on vendor only */
2327 if (kdp->vendor == vendor_id &&
2348 snprintf(temp_ptr, temp_size, "vendor 0x%04x", vendor_id);
2480 "vendor=0x%04x "
2528 "vendor=0x%04x "
/freebsd-10.0-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_al.c64 #include <vendor/osm_vendor_api.h>
91 * Pointer to the vendor object.
386 "Unable to allocate vendor object.\n");
H A Dosm_vendor_ibumad.c39 * This object represents the OpenIB vendor layer.
66 #include <vendor/osm_vendor_api.h>
488 "failed to allocate vendor match table\n");
516 "Unable to allocate vendor object\n");
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_lid_mgr.c95 #include <vendor/osm_vendor_api.h>
H A Dosm_sa.c69 #include <vendor/osm_vendor_api.h>
H A Dosm_sa_mcmember_record.c56 #include <vendor/osm_vendor_api.h>
708 * group. The values chosen are vendor-dependent and beyond the scope
H A Dosm_sa_multipath_record.c55 #include <vendor/osm_vendor_api.h>
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dconfig_file.c738 name = eap_get_name(cred->eap_method[0].vendor,
H A Devents.c278 while (eap->vendor != EAP_VENDOR_IETF ||
280 if (eap->vendor == EAP_VENDOR_IETF) {
/freebsd-10.0-release/share/examples/scsi_target/
H A Dscsi_cmds.c369 bcopy("FreeBSD ", inq->vendor, SID_VENDOR_SIZE);
/freebsd-10.0-release/sys/dev/arcmsr/
H A Darcmsr.h750 ** vendor 40 bytes char
796 ** vendor 40 bytes char
959 char vendor[40]; /*5,20-59*/ member in struct:FIRMWARE_INFO
1309 **15:00 8086h Vendor ID (VID): 16-bit field which indicates that Intel is the vendor.
2420 ** Access type is Read/Write to allow the 80331 to configure the register as a different vendor ID
2805 ** 15:0 0000H Subsystem Vendor ID - This register uniquely identifies the add-in board or subsystem vendor.
5336 ** GUI_SET_VENDOR : Set vendor string for the controller
5341 ** byte 0x14--0x3B : vendor string (must be 40 bytes)
/freebsd-10.0-release/sys/dev/dpt/
H A Ddpt.h943 u_int8_t vendor[8]; member in struct:__anon8002
/freebsd-10.0-release/sys/dev/sound/pci/
H A Demu10kx.c457 uint16_t vendor; member in struct:emu_hwinfo
3010 uint16_t vendor; local
3012 vendor = pci_read_config(dev, PCIR_DEVVENDOR, /* bytes */ 2);
3013 if (vendor != 0x1102)
/freebsd-10.0-release/sys/dev/vxge/
H A Dvxge.c3172 "vendor=??, sn=??, pn=??, type=??",
3175 vxge_null_terminate(pmd_port->vendor, sizeof(pmd_port->vendor));
3176 if (strlen(pmd_port->vendor) == 0) {
3189 "vendor=%s, sn=%s, pn=%s, type=%s",
3190 pmd_port->vendor, pmd_port->ser_num,
/freebsd-10.0-release/contrib/wpa/hostapd/
H A Dconfig_file.c303 &user->methods[num_methods].vendor);
304 if (user->methods[num_methods].vendor ==
/freebsd-10.0-release/sys/cam/ctl/
H A Dctl_frontend_iscsi.c2024 strncpy((char *)t10id->vendor, CTL_VENDOR, sizeof(t10id->vendor));
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_da.c2141 cam_strvis(softc->disk->d_descr, cgd->inq_data.vendor,
2142 sizeof(cgd->inq_data.vendor), sizeof(softc->disk->d_descr));
/freebsd-10.0-release/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-10.0-release/sys/dev/iir/
H A Diir.c1102 strncpy(inq.vendor, gdt->oem_name, sizeof(inq.vendor));
/freebsd-10.0-release/sys/dev/ipw/
H A Dif_ipw.c99 uint16_t vendor; member in struct:ipw_ident
210 if (pci_get_vendor(dev) == ident->vendor &&

Completed in 496 milliseconds

<<11121314