Searched refs:vendor (Results 1 - 25 of 391) sorted by path

1234567891011>>

/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/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/byacc/
H A Dconfig.sub1558 # The value should be what the vendor currently ships out the door with their
1748 vendor=unknown
1753 vendor=acorn
1756 vendor=sun
1759 vendor=ibm
1762 vendor=be
1765 vendor=hp
1768 vendor=hp
1771 vendor=hitachi
1774 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/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/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/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/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/netbsd-tests/dev/scsipi/libscsitest/
H A Dscsitest.c126 strcpy(inqbuf->vendor, "RUMPHOBO");
/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/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/ofed/libcxgb4/
H A Ddev.c54 unsigned vendor; \
63 .vendor = PCI_VENDOR_ID_CHELSIO, \
418 unsigned vendor, device, fw_maj, fw_min; local
440 if (strstr(value, "vendor=")) {
441 strncpy(ib_param, strstr(value, "vendor=") +
442 strlen("vendor="), 6);
443 sscanf(ib_param, "%i", &vendor);
453 if (ibv_read_sysfs_file(uverbs_sys_path, "device/vendor",
456 sscanf(value, "%i", &vendor);
465 if (vendor
[all...]
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dmlx4.c51 { .vendor = PCI_VENDOR_ID_##v, \
55 unsigned vendor; member in struct:__anon3783
275 unsigned vendor, device; local
278 if (ibv_read_sysfs_file(uverbs_sys_path, "device/vendor",
281 vendor = strtol(value, NULL, 16);
289 if (vendor == hca_table[i].vendor &&
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_base.h52 #include <vendor/winosm_common.h>
985 * Known device vendor ID and GUID OUIs
H A Dosm_congestion_control.h83 osm_vendor_t *vendor; member in struct:osm_congestion_control
H A Dosm_mad_pool.h50 #include <vendor/osm_vendor.h>
H A Dosm_madw.h52 #include <vendor/osm_vendor.h>
471 * Transport vendor specific context. This structure is not
472 * used outside MAD transport vendor specific code.
1011 * Gets a pointer to the vendor specific MAD wrapper component.
1027 * Gets a pointer to the vendor specific MAD wrapper component.
H A Dosm_path.h42 #include <vendor/osm_vendor_api.h>
H A Dosm_perfmgr.h141 osm_vendor_t *vendor; member in struct:osm_perfmgr
H A Dosm_sa.h54 #include <vendor/osm_vendor_api.h>
232 * Pointer to the vendor specific interfaces object.
368 * [in] Pointer to the vendor specific interfaces object.
H A Dosm_sm.h52 #include <vendor/osm_vendor_api.h>
159 * Pointer to the vendor specific interfaces object.
287 * [in] Pointer to the vendor specific interfaces object.
H A Dosm_vl15intf.h55 #include <vendor/osm_vendor_api.h>
168 * Pointer to the vendor transport object.
269 * [in] Pointer to the vendor transport object.
/freebsd-11-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_mtl_bind.h40 #include <vendor/osm_vendor_mtl.h>
41 #include <vendor/osm_vendor_api.h>
60 * Nulled on init of the vendor obj. Populated on first bind.
109 * Pointer to the vendor object.
H A Dosm_umadt.h47 #include <vendor/osm_vendor_api.h>
H A Dosm_vendor.h38 * Include file used by OpenSM to pull in the correct vendor file.
43 the proper vendor specific file
48 #include <vendor/osm_vendor_test.h>
50 #include <vendor/osm_vendor_umadt.h>
54 #include <vendor/osm_vendor_mlx.h>
57 #include <vendor/osm_vendor_mlx.h>
60 #include <vendor/osm_vendor_mlx.h>
63 #include <vendor/osm_vendor_mlx.h>
65 #include <vendor/osm_vendor_ibumad.h>
67 #include <vendor/osm_vendor_a
[all...]

Completed in 209 milliseconds

1234567891011>>