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

1234567891011>>

/freebsd-10.2-release/sys/dev/aic7xxx/
H A Daic7xxx_pci.c58 ahc_compose_id(u_int device, u_int vendor, u_int subdevice, u_int subvendor) argument
64 | ((uint64_t)vendor << 32)
676 static int ahc_9005_subdevinfo_valid(uint16_t device, uint16_t vendor,
711 ahc_9005_subdevinfo_valid(uint16_t device, uint16_t vendor, argument
718 if (vendor == 0x9005
749 uint16_t vendor; local
755 vendor = aic_pci_read_config(pci, PCIR_DEVVENDOR, /*bytes*/2);
759 full_id = ahc_compose_id(device, vendor, subdevice, subvendor);
769 && ahc_9005_subdevinfo_valid(device, vendor, subdevice, subvendor)
/freebsd-10.2-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_ts.c43 #include <vendor/osm_vendor_ts.h>
44 #include <vendor/osm_vendor_api.h>
45 #include <vendor/osm_ts_useraccess.h>
212 Initializes the vendor:
260 "Fail to allocate vendor object.\n");
349 /* init some fields of the vendor wrapper */
811 /* we track it in the vendor wrapper */
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.2-release/contrib/wpa/src/eap_server/
H A Deap_server_pax.c356 (sm->user->methods[i].vendor != EAP_VENDOR_IETF ||
359 if (sm->user->methods[i].vendor == EAP_VENDOR_IETF &&
365 sm->user->methods[i].vendor != EAP_VENDOR_IETF ||
H A Deap_server_psk.c261 (sm->user->methods[i].vendor != EAP_VENDOR_IETF ||
264 if (sm->user->methods[i].vendor == EAP_VENDOR_IETF &&
270 sm->user->methods[i].vendor != EAP_VENDOR_IETF ||
H A Deap_server_gtc.c31 if (sm->m && sm->m->vendor == EAP_VENDOR_IETF &&
/freebsd-10.2-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.2-release/sys/geom/raid/
H A Dmd_jmicron.c831 uint16_t vendor; local
840 vendor = 0xffff;
841 len = sizeof(vendor);
843 g_io_getattr("GEOM::hba_vendor", cp, &len, &vendor);
848 if (vendor == 0x197b) {
855 "JMicron vendor mismatch 0x%04x != 0x197b",
856 vendor);
/freebsd-10.2-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.2-release/contrib/ofed/management/infiniband-diags/src/
H A Dsaquery.c54 #include <vendor/osm_vendor_api.h>
55 #include <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.2-release/sys/dev/pci/
H A Dpcivar.h152 uint16_t subvendor; /* card vendor ID */
153 uint16_t subdevice; /* card device ID, assigned by card vendor */
154 uint16_t vendor; /* chip vendor ID */ member in struct:pcicfg
155 uint16_t device; /* chip device ID, assigned by chip vendor */
275 PCI_ACCESSOR(vendor, VENDOR, uint16_t)
/freebsd-10.2-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.2-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.2-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.2-release/contrib/netbsd-tests/dev/scsipi/libscsitest/
H A Dscsitest.c126 strcpy(inqbuf->vendor, "RUMPHOBO");
/freebsd-10.2-release/sys/dev/pccard/
H A Dpccardvar.h210 PCCARD_ACCESSOR(vendor, VENDOR, uint32_t)
/freebsd-10.2-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;

Completed in 234 milliseconds

1234567891011>>