Searched refs:vendor (Results 126 - 150 of 427) sorted by relevance

1234567891011>>

/freebsd-current/lib/libusb/
H A Dlibusb10_hotplug.c75 if (pcbh->vendor != LIBUSB_HOTPLUG_MATCH_ANY &&
76 pcbh->vendor != libusb20_dev_get_device_desc(dev->os_priv)->idVendor)
211 handle->vendor = vendor_id;
/freebsd-current/usr.sbin/mlxcontrol/
H A Dinterface.c228 mlx_scsi_inquiry(int unit, int channel, int target, char **vendor, char **device, char **revision) argument
262 *vendor = &dcdb_cmd.d.inq.vendor[0];
/freebsd-current/sys/dev/efidev/
H A Defidev.c121 error = efi_var_get(name, &ev->vendor, &ev->attrib,
152 error = efi_var_nextname(&ev->namesize, name, &ev->vendor);
186 error = efi_var_set(name, &ev->vendor, ev->attrib, ev->datasize,
/freebsd-current/sys/i386/i386/
H A Dlocore.S353 movl $0x4778654e,cpu_vendor # store vendor string
402 movl $0x69727943,cpu_vendor # store vendor string
411 movl %ebx,cpu_vendor # store vendor string
/freebsd-current/sys/dev/malo/
H A Dif_malo_pci.c132 uint16_t vendor, devid; local
135 vendor = pci_get_vendor(dev);
140 if (vendor == mp->mp_vendorid && devid == mp->mp_deviceid) {
/freebsd-current/usr.sbin/bhyve/amd64/
H A Dpci_gvt-d.c47 uint16_t vendor; local
52 vendor = pci_host_read_config(passthru_get_sel(sc), PCIR_VENDOR, 0x02);
53 if (vendor != PCI_VENDOR_INTEL)
/freebsd-current/sys/dev/amdsmn/
H A Damdsmn.c145 MODULE_PNP_INFO("U16:vendor;U16:device", pci, amdsmn, amdsmn_ids,
151 uint16_t vendor, device; local
154 vendor = pci_get_vendor(parent);
158 if (vendor == amdsmn_ids[i].amdsmn_vendorid &&
/freebsd-current/contrib/wpa/src/eap_peer/
H A Deap_ttls.c155 data->phase2_eap_type.vendor = EAP_VENDOR_IETF;
326 int vendor, enum eap_type method)
330 if (data->phase2_eap_types[i].vendor != vendor ||
334 data->phase2_eap_type.vendor =
335 data->phase2_eap_types[i].vendor;
339 "Phase 2 EAP vendor %d method %d",
340 data->phase2_eap_type.vendor,
377 int vendor, enum eap_type method,
383 vendor
325 eap_ttls_phase2_select_eap_method(struct eap_ttls_data *data, int vendor, enum eap_type method) argument
373 eap_ttls_phase2_request_eap_method(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, struct eap_hdr *hdr, size_t len, int vendor, enum eap_type method, struct wpabuf **resp) argument
[all...]
H A Deap_peap.c156 data->phase2_type.vendor = EAP_VENDOR_IETF;
606 int vendor; local
671 vendor = EAP_VENDOR_IETF;
681 vendor = WPA_GET_BE24(pos + 1);
685 if (data->phase2_type.vendor == EAP_VENDOR_IETF &&
689 if (data->phase2_types[i].vendor != vendor ||
693 data->phase2_type.vendor =
694 data->phase2_types[i].vendor;
698 "Phase 2 EAP vendor
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.sub1540 # The value should be what the vendor currently ships out the door with their
1727 vendor=unknown
1732 vendor=acorn
1735 vendor=sun
1738 vendor=ibm
1741 vendor=be
1744 vendor=hp
1747 vendor=hp
1750 vendor=hitachi
1753 vendor
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dconfig.sub1537 # The value should be what the vendor currently ships out the door with their
1724 vendor=unknown
1729 vendor=acorn
1732 vendor=sun
1735 vendor=ibm
1738 vendor=be
1741 vendor=hp
1744 vendor=hp
1747 vendor=hitachi
1750 vendor
[all...]
/freebsd-current/sys/dev/bhnd/
H A Dbhnd_subr.c69 uint16_t vendor; member in struct:bhnd_core_desc
203 * @param vendor A JEP106 Manufacturer ID, including the non-standard ARM 4-bit
207 bhnd_vendor_name(uint16_t vendor) argument
209 switch (vendor) {
264 bhnd_find_core_desc(uint16_t vendor, uint16_t device) argument
267 if (bhnd_core_descs[i].vendor != vendor)
282 * @param vendor The core designer's JEDEC-106 Manufacturer ID.
286 bhnd_find_core_name(uint16_t vendor, uint16_t device) argument
290 if ((desc = bhnd_find_core_desc(vendor, devic
303 bhnd_find_core_class(uint16_t vendor, uint16_t device) argument
[all...]
/freebsd-current/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_ts.c56 #include <vendor/osm_vendor_api.h>
57 #include <vendor/osm_vendor_mlx_transport.h>
58 #include <vendor/osm_vendor_mlx_dispatcher.h>
59 #include <vendor/osm_vendor_mlx_svc.h>
60 #include <vendor/osm_ts_useraccess.h>
H A Dosm_vendor_mlx_anafa.c48 #include <vendor/osm_vendor_mlx.h>
49 #include <vendor/osm_vendor_mlx_transport.h>
50 #include <vendor/osm_vendor_mlx_transport_anafa.h>
51 #include <vendor/osm_vendor_mlx_svc.h>
52 #include <vendor/osm_vendor_mlx_sender.h>
53 #include <vendor/osm_pkt_randomizer.h>
54 #include <vendor/osm_ts_useraccess.h>
93 "Fail to allocate vendor object.\n");
103 * DESCRIPTION Delete all the binds behind the vendor + free the vendor objec
[all...]
H A Dosm_vendor_mlx.c42 #include <vendor/osm_vendor_mlx.h>
43 #include <vendor/osm_vendor_mlx_transport.h>
44 #include <vendor/osm_vendor_mlx_svc.h>
45 #include <vendor/osm_vendor_mlx_sender.h>
46 #include <vendor/osm_vendor_mlx_hca.h>
47 #include <vendor/osm_pkt_randomizer.h>
87 "Fail to allocate vendor object.\n");
97 * DESCRIPTION Delete all the binds behind the vendor + free the vendor object
145 * DESCRIPTION Initialize the vendor objec
[all...]
H A Dosm_vendor_mlx_dispatcher.c41 #include <vendor/osm_vendor_mlx.h>
42 #include <vendor/osm_vendor_mlx_defs.h>
43 #include <vendor/osm_vendor_mlx_svc.h>
44 #include <vendor/osm_vendor_mlx_transport.h>
45 #include <vendor/osm_vendor_mlx_sender.h>
46 #include <vendor/osm_pkt_randomizer.h>
/freebsd-current/contrib/wpa/src/eap_server/
H A Deap_server.c39 int *vendor);
550 int vendor; local
557 type = eap_sm_Policy_getNextMethod(sm, &vendor);
558 if (vendor == EAP_VENDOR_IETF)
566 sm->m = eap_server_get_eap_method(vendor, type);
590 "vendor=%u method=%u", vendor, sm->currentMethod);
591 eap_log_msg(sm, "Propose EAP method vendor=%u method=%u",
592 vendor, sm->currentMethod);
1638 (sm->user->methods[i].vendor !
1690 eap_sm_Policy_getNextMethod(struct eap_sm *sm, int *vendor) argument
[all...]
/freebsd-current/sys/dev/aac/
H A Daac_pci.c89 u_int16_t vendor; member in struct:aac_ident
300 for (m = aac_identifiers; m->vendor != 0; m++) {
301 if ((m->vendor == vendid) && (m->device == devid) &&
307 for (m = aac_family_identifiers; m->vendor != 0; m++) {
308 if ((m->vendor == vendid) && (m->device == devid))
492 MODULE_PNP_INFO("U16:vendor;U16:device;", pci, aacch,
/freebsd-current/contrib/processor-trace/libipt/test/src/
H A Dptunit-config.c107 user.cpu.vendor = pcv_intel;
115 ptu_int_eq(config.cpu.vendor, pcv_intel);
137 ptu_int_eq(config.cpu.vendor, pcv_unknown);
151 user.cpu.vendor = pcv_intel;
159 ptu_int_eq(config.cpu.vendor, pcv_intel);
503 cpu.vendor = (enum pt_cpu_vendor) 0xffff;
518 cpu.vendor = pcv_intel;
/freebsd-current/usr.sbin/mfiutil/
H A Dmfi_drive.c334 char vendor[16], product[48], revision[16], rstr[12], serial[SID_VENDOR_SPECIFIC_0_SIZE]; local
347 cam_strvis(vendor, inq_data->vendor, sizeof(inq_data->vendor),
348 sizeof(vendor));
357 if (strcmp(vendor, "ATA") == 0) {
375 snprintf(inq_string, sizeof(inq_string), "<%s %s %s serial=%s> %s", vendor,
/freebsd-current/usr.sbin/mptutil/
H A Dmpt_cam.c303 char vendor[16], product[48], revision[16], rstr[12]; local
312 cam_strvis(vendor, inq_data->vendor, sizeof(inq_data->vendor),
313 sizeof(vendor));
320 if (strcmp(vendor, "ATA") == 0) {
339 vendor, product, revision, rstr);
/freebsd-current/contrib/tcpdump/
H A Dprint-openflow-1.0.c29 * Partial decoding of Big Switch Networks vendor extensions is done after the
272 /* bit-shifted, w/o vendor action */
576 /* vendor extensions */
945 uint32_t vendor; local
950 /* vendor */
951 vendor = GET_BE_U_4(cp);
953 ND_PRINT(", vendor 0x%08x (%s)", vendor, of_vendor_name(vendor));
956 vendor
971 uint32_t vendor; local
990 uint32_t vendor; local
[all...]
H A Dprint-pptp.c104 nd_byte vendor[64]; member in struct:pptp_msg_sccrq
116 nd_byte vendor[64]; member in struct:pptp_msg_sccrp
259 2 u_char vendor[64];
523 const u_char *vendor)
526 nd_printjnp(ndo, vendor, 64);
546 pptp_vendor_print(ndo, ptr->vendor);
563 pptp_vendor_print(ndo, ptr->vendor);
522 pptp_vendor_print(netdissect_options *ndo, const u_char *vendor) argument
/freebsd-current/sys/dev/sound/pci/
H A Dich.c100 uint16_t vendor; member in struct:ich_type
196 uint16_t vendor; member in struct:sc_info
353 else if (sc->vendor == NVIDIA_VENDORID) {
837 if (sc->vendor == INTEL_VENDORID && (
864 uint16_t devid, vendor; local
866 vendor = pci_get_vendor(dev);
869 if (vendor == ich_devs[i].vendor &&
886 uint16_t devid, vendor; local
894 vendor
[all...]
/freebsd-current/lib/libradius/
H A Dradlib.c1367 rad_get_vendor_attr(u_int32_t *vendor, const void **data, size_t *len) argument
1372 *vendor = ntohl(attr->vendor_value);
1380 rad_put_vendor_addr(struct rad_handle *h, int vendor, int type, argument
1383 return (rad_put_vendor_attr(h, vendor, type, &addr.s_addr,
1388 rad_put_vendor_addr6(struct rad_handle *h, int vendor, int type, argument
1392 return (rad_put_vendor_attr(h, vendor, type, &addr.s6_addr,
1397 rad_put_vendor_attr(struct rad_handle *h, int vendor, int type, argument
1414 attr->vendor_value = htonl(vendor);
1421 if (res == 0 && vendor == RAD_VENDOR_MICROSOFT
1430 rad_put_vendor_int(struct rad_handle *h, int vendor, in argument
1439 rad_put_vendor_string(struct rad_handle *h, int vendor, int type, const char *str) argument
[all...]

Completed in 408 milliseconds

1234567891011>>