Searched refs:vendor (Results 176 - 200 of 332) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sys/i386/i386/
H A Dlocore.s595 movl $0x4778654e,R(cpu_vendor) # store vendor string
644 movl $0x69727943,R(cpu_vendor) # store vendor string
653 movl %ebx,R(cpu_vendor) # store vendor string
/freebsd-10.0-release/sys/dev/fe/
H A Dif_fe.c239 address. "Vendor" is an expected vendor code (first three bytes,)
242 fe_valid_Ether_p (u_char const * addr, unsigned vendor) argument
245 printf("fe?: validating %6D against %06x\n", addr, ":", vendor);
248 /* All zero is not allowed as a vendor code. */
251 switch (vendor) {
263 /* Make sure the vendor part matches if one is given. */
264 if ( addr[0] != ((vendor >> 16) & 0xFF)
265 || addr[1] != ((vendor >> 8) & 0xFF)
266 || addr[2] != ((vendor ) & 0xFF)) return 0;
319 * Hardware (vendor) specifi
[all...]
/freebsd-10.0-release/contrib/ofed/management/infiniband-diags/src/
H A Dsaquery.c54 #include <infiniband/vendor/osm_vendor_api.h>
55 #include <infiniband/vendor/osm_vendor_sa_api.h>
86 osm_vendor_t *vendor = NULL; variable
1448 vendor = osm_vendor_new(&log_osm, sa_timeout_ms);
1457 osm_vendor_get_all_port_attr(vendor, attr_array,
1472 vendor->ca_names[ca_name_index]) != 0)
1486 h = osmv_bind_sa(vendor, &mad_pool, port_guid);
1498 osm_vendor_delete(&vendor);
/freebsd-10.0-release/sys/dev/pci/
H A Dpcivar.h151 uint16_t subvendor; /* card vendor ID */
152 uint16_t subdevice; /* card device ID, assigned by card vendor */
153 uint16_t vendor; /* chip vendor ID */ member in struct:pcicfg
154 uint16_t device; /* chip device ID, assigned by chip vendor */
274 PCI_ACCESSOR(vendor, VENDOR, uint16_t)
/freebsd-10.0-release/sys/x86/cpufreq/
H A Dsmist.c111 uint16_t vendor; member in struct:piix4_pci_device
301 if ((piix4 = pci_find_device(id->vendor, id->device)) != NULL)
/freebsd-10.0-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_madw.h51 #include <vendor/osm_vendor.h>
427 * Transport vendor specific context. This structure is not
428 * used outside MAD transport vendor specific code.
915 * Gets a pointer to the vendor specific MAD wrapper component.
931 * Gets a pointer to the vendor specific MAD wrapper component.
H A Dosm_sm.h52 #include <vendor/osm_vendor_api.h>
155 * Pointer to the vendor specific interfaces object.
287 * [in] Pointer to the vendor specific interfaces object.
/freebsd-10.0-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_pkt_randomizer.c46 #include <vendor/osm_pkt_randomizer.h>
H A Dosm_vendor_mtl.c48 #include <vendor/osm_vendor_mtl.h>
49 #include <vendor/osm_vendor_api.h>
52 #include <vendor/osm_vendor_mtl_transaction_mgr.h>
53 #include <vendor/osm_mtl_bind.h>
325 "Fail to allocate vendor mgt handle.\n");
367 "Fail to allocate vendor object.\n");
486 /* init some fields of the vendor wrapper */
617 /* cast back the AL handle to vendor mgt bind */
1014 /* we track it in the vendor wrapper */
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_sa_lft_record.c51 #include <vendor/osm_vendor_api.h>
H A Dosm_sa_mft_record.c51 #include <vendor/osm_vendor_api.h>
H A Dosm_sa_slvl_record.c53 #include <vendor/osm_vendor_api.h>
H A Dosm_sa_sw_info_record.c51 #include <vendor/osm_vendor_api.h>
H A Dosm_sa_vlarb_record.c53 #include <vendor/osm_vendor_api.h>
H A Dosm_vl15intf.c50 #include <vendor/osm_vendor_api.h>
/freebsd-10.0-release/contrib/wpa/src/eap_server/
H A Deap_server_gtc.c31 if (sm->m && sm->m->vendor == EAP_VENDOR_IETF &&
/freebsd-10.0-release/sys/dev/ed/
H A Dif_ed_3c503.c66 * Probe and vendor-specific initialization routine for 3Com 3c503 boards
181 sc->vendor = ED_VENDOR_3COM;
H A Dif_ed_novell.c65 * Probe and vendor-specific initialization routine for NE1000/2000 boards
105 sc->vendor = ED_VENDOR_NOVELL;
/freebsd-10.0-release/sys/dev/pccard/
H A Dpccardvar.h210 PCCARD_ACCESSOR(vendor, VENDOR, uint32_t)
/freebsd-10.0-release/sys/dev/sound/pci/hda/
H A Dhdac.h39 #define HDA_MODEL_CONSTRUCT(vendor, model) \
40 (((uint32_t)(model) << 16) | ((vendor##_VENDORID) & 0xffff))
255 * Apple Intel MacXXXX seems using Sigmatel codec/vendor id
302 #define HDA_CODEC_CONSTRUCT(vendor, id) \
303 (((uint32_t)(vendor##_VENDORID) << 16) | ((id) & 0xffff))
H A Dhdac.c167 uint16_t vendor; member in struct:__anon9458
1074 uint16_t vendor; local
1079 device_printf(dev, "PCI card vendor: 0x%04x, device: 0x%04x\n",
1140 vendor = pci_get_vendor(dev);
1141 if (vendor == INTEL_VENDORID) {
1162 * config is pretty much vendor specific, there are no
1170 if (hdac_pcie_snoop[i].vendor != vendor)
1201 device_printf(dev, "DMA Coherency: %s / vendor=0x%04x\n",
1203 "Uncacheable" : "PCIe snoop", vendor);
[all...]
/freebsd-10.0-release/sys/dev/vxge/include/
H A Dvxgehal-mgmt.h40 * @vendor: PCI Vendor ID.
58 u16 vendor; member in struct:vxge_hal_mgmt_about_info_t
85 * Retrieve information such as PCI device and vendor IDs, board
/freebsd-10.0-release/sys/i386/xen/
H A Dlocore.s261 movl %ebx,R(cpu_vendor) # store vendor string
/freebsd-10.0-release/sys/powerpc/mpc85xx/
H A Dpci_fdt.c584 uint16_t vendor, device; local
601 vendor = fsl_pcib_read_config(sc->sc_dev, bus, slot,
606 if (vendor == 0x1957 && device == 0x3fff) {
617 if (vendor == 0x1106)
/freebsd-10.0-release/sys/dev/sound/pci/
H A Datiixp.c170 uint16_t vendor; member in struct:__anon9441
1171 uint16_t devid, vendor; local
1173 vendor = pci_get_vendor(dev);
1176 if (vendor == atiixp_hw[i].vendor &&

Completed in 394 milliseconds

1234567891011>>