Searched refs:vendor (Results 276 - 300 of 391) sorted by last modified time

<<111213141516

/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c562 uint16_t vendor, device; local
578 vendor = fsl_pcib_read_config(sc->sc_dev, bus, slot,
583 if (vendor == 0x1957 && device == 0x3fff) {
594 if (vendor == 0x1106)
/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/tools/bus_space/examples/
H A Dam79c900_diag.py125 vendor = bus.read_2(pcicfg, 0) variable
127 if vendor != 0x1022 or device != 0x2000:
128 logging.error('Not an AMD PCnet-PCI (vendor=%x, device=%x)' %
129 (vendor, device))
/freebsd-11-stable/tools/tools/vxge/
H A Dvxge_cmn.h182 char vendor[24]; member in struct:_vxge_hal_device_pmd_info_t
H A Dvxge_log.c508 vxge_null_terminate(pmd_port->vendor,
509 sizeof(pmd_port->vendor));
511 if (strlen(pmd_port->vendor) == 0) {
513 "PMD Port %d \t\t: vendor=??, sn=??, pn=??", i);
526 "PMD Port %d \t\t: vendor=%s, sn=%s, pn=%s", i,
527 pmd_port->vendor, pmd_port->ser_num,
/freebsd-11-stable/tools/tools/ifinfo/
H A Drfc1650.c86 #define vendor(name, sets) { name, sets, (sizeof sets)/(sizeof sets[0]) } macro
93 vendor("AMD", amd),
94 vendor("Intel", intel),
96 vendor("National Semiconductor", national),
97 vendor("Fujitsu", fujitsu),
98 vendor("Digital", digital),
99 vendor("Western Digital", westerndigital)
105 enum dot3Vendors vendor = DOT3CHIPSET_VENDOR(chipset); local
109 if (vendor < 1
110 || vendor >
[all...]
/freebsd-11-stable/crypto/heimdal/
H A Dconfig.sub1450 # The value should be what the vendor currently ships out the door with their
1625 vendor=unknown
1630 vendor=acorn
1633 vendor=sun
1636 vendor=ibm
1639 vendor=be
1642 vendor=hp
1645 vendor=hp
1648 vendor=hitachi
1651 vendor
[all...]
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dkadm5-pwcheck.h69 const char *vendor; member in struct:kadm5_pw_policy_verifier
/freebsd-11-stable/contrib/libreadline/support/
H A Dconfig.sub1239 # The value should be what the vendor currently ships out the door with their
1396 vendor=unknown
1401 vendor=acorn
1404 vendor=sun
1407 vendor=ibm
1410 vendor=be
1413 vendor=hp
1416 vendor=hp
1419 vendor=hitachi
1422 vendor
[all...]
/freebsd-11-stable/contrib/netbsd-tests/modules/
H A Dt_modload.sh56 check_sysctl vendor.k_helper.present 1
57 check_sysctl vendor.k_helper.prop_int_ok 0
58 check_sysctl vendor.k_helper.prop_str_ok 0
150 check_sysctl vendor.k_helper.prop_int_ok 1
151 check_sysctl vendor.k_helper.prop_int_val "${v}"
189 check_sysctl vendor.k_helper.prop_str_ok 1
190 check_sysctl vendor.k_helper.prop_str_val "${v}"
/freebsd-11-stable/contrib/netbsd-tests/dev/scsipi/libscsitest/
H A Dscsitest.c126 strcpy(inqbuf->vendor, "RUMPHOBO");
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_common.c52 * @vendor: Expected EAP Vendor-Id (0 = IETF)
66 const u8 * eap_hdr_validate(int vendor, EapType eap_type, argument
93 if (exp_vendor != vendor || exp_type != (u32) eap_type) {
102 if (vendor != EAP_VENDOR_IETF || *pos != eap_type) {
114 * @vendor: Vendor-Id (0 = IETF)
128 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len, argument
135 len = sizeof(struct eap_hdr) + (vendor == EAP_VENDOR_IETF ? 1 : 8) +
146 if (vendor == EAP_VENDOR_IETF) {
150 wpabuf_put_be24(buf, vendor);
H A Deap_common.h23 const u8 * eap_hdr_validate(int vendor, EapType eap_type,
25 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
H A Deap_gpsk_common.h40 u8 vendor[4]; member in struct:eap_gpsk_csuite
48 int eap_gpsk_supported_ciphersuite(int vendor, int specifier);
49 int eap_gpsk_derive_keys(const u8 *psk, size_t psk_len, int vendor,
56 int eap_gpsk_derive_session_id(const u8 *psk, size_t psk_len, int vendor,
62 size_t eap_gpsk_mic_len(int vendor, int specifier);
63 int eap_gpsk_compute_mic(const u8 *sk, size_t sk_len, int vendor,
/freebsd-11-stable/contrib/openbsm/config/
H A Dconfig.sub1270 # The value should be what the vendor currently ships out the door with their
1430 vendor=unknown
1435 vendor=acorn
1438 vendor=sun
1441 vendor=ibm
1444 vendor=be
1447 vendor=hp
1450 vendor=hp
1453 vendor=hitachi
1456 vendor
[all...]
/freebsd-11-stable/contrib/ntp/sntp/scripts/
H A Dcvo.sh149 # keys['vendor'] = "cvo.CVO['CVO_VENDOR']"
150 TS=`echo $TS | sed -e s/@vendor@/$CVO_VENDOR/g`
/freebsd-11-stable/contrib/ncurses/
H A Dconfig.sub1523 # The value should be what the vendor currently ships out the door with their
1713 vendor=unknown
1718 vendor=acorn
1721 vendor=sun
1724 vendor=ibm
1727 vendor=be
1730 vendor=hp
1733 vendor=hp
1736 vendor=hitachi
1739 vendor
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dconfig.sub1512 # The value should be what the vendor currently ships out the door with their
1693 vendor=unknown
1698 vendor=acorn
1701 vendor=sun
1704 vendor=ibm
1707 vendor=be
1710 vendor=hp
1713 vendor=hp
1716 vendor=hitachi
1719 vendor
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dconfig.sub1521 # The value should be what the vendor currently ships out the door with their
1711 vendor=unknown
1716 vendor=acorn
1719 vendor=sun
1722 vendor=ibm
1725 vendor=be
1728 vendor=hp
1731 vendor=hp
1734 vendor=hitachi
1737 vendor
[all...]
/freebsd-11-stable/contrib/binutils/
H A Dconfig.sub1371 # The value should be what the vendor currently ships out the door with their
1546 vendor=unknown
1551 vendor=acorn
1554 vendor=sun
1557 vendor=ibm
1560 vendor=be
1563 vendor=hp
1566 vendor=hp
1569 vendor=hitachi
1572 vendor
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-attrs.c70 /* Return the vendor name for a given object attributes section. */
72 vendor_obj_attr_name (bfd *abfd, int vendor) argument
74 return (vendor == OBJ_ATTR_PROC
81 for that vendor to record and the vendor is OBJ_ATTR_GNU. */
83 vendor_obj_attr_size (bfd *abfd, int vendor) argument
89 const char *vendor_name = vendor_obj_attr_name (abfd, vendor);
94 attr = elf_known_obj_attributes (abfd)[vendor];
99 for (list = elf_other_obj_attributes (abfd)[vendor];
105 return ((size || vendor
168 vendor_set_obj_attr_contents(bfd *abfd, bfd_byte *contents, bfd_vma size, int vendor) argument
202 int vendor; local
223 elf_new_obj_attr(bfd *abfd, int vendor, int tag) argument
261 bfd_elf_get_obj_attr_int(bfd *abfd, int vendor, int tag) argument
287 bfd_elf_add_obj_attr_int(bfd *abfd, int vendor, int tag, unsigned int i) argument
310 bfd_elf_add_obj_attr_string(bfd *abfd, int vendor, int tag, const char *s) argument
321 bfd_elf_add_obj_attr_compat(bfd *abfd, int vendor, unsigned int i, const char *s) argument
359 int vendor; local
418 _bfd_elf_obj_attrs_arg_type(bfd *abfd, int vendor, int tag) argument
460 int vendor; local
565 int vendor; local
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Ddriver-i386.c68 unsigned int vendor; local
101 vendor = ebx;
127 is_amd = vendor == *(unsigned int*)"Auth";
/freebsd-11-stable/sbin/atm/atmconfig/
H A Datmconfig_device.c90 u_char *vendor; member in struct:atmhw
115 SNMP_SYNTAX_OCTETSTRING, offsetof(struct atmhw, vendor) },
278 aif->ifname, hw->vendor, hw->device, hw->serial,
H A Ddiag.c465 const char *vendor; member in struct:__anon7006
482 aif->ifname, devs[d].vendor, devs[d].dev, aif->mib.serial,
/freebsd-11-stable/lib/libkiconv/
H A Dquirks.c67 int vendor; /* reserved for non MS mapping */ member in struct:__anon6826
118 kiconv_quirkcs(const char* base, int vendor) argument
128 if (quirk_list[i].vendor == vendor &&
190 kiconv_quirkcs(const char* base __unused, int vendor __unused)

Completed in 355 milliseconds

<<111213141516