Searched refs:vendor (Results 101 - 125 of 391) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
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/opensm/
H A Dosm_guid_info_rcv.c55 #include <vendor/osm_vendor_api.h>
/freebsd-11-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_api.h47 #include <vendor/osm_vendor.h>
63 * Function prototype for the vendor MAD receive callback.
64 * The vendor layer calls this function for MAD receives.
96 * Function prototype for the vendor send failure callback.
97 * The vendor layer calls this function when MADs expecting
117 * The vendor layer does not call this function (or any other)
129 * OpenSM calls this function before any other in the vendor API.
130 * This object is passed as a parameter to all other vendor functions.
145 * Returns a pointer to the vendor object.
157 * Dealocate the vendor objec
[all...]
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_sim.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>
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>
/freebsd-11-stable/contrib/wpa/src/ap/
H A Deap_user_db.c41 &user->methods[num_methods].vendor);
42 if (user->methods[num_methods].vendor == EAP_VENDOR_IETF &&
244 "WSC", &wsc_enrollee.methods[0].vendor);
253 "WSC", &wsc_registrar.methods[0].vendor);
/freebsd-11-stable/sys/net/
H A Diflib.h173 #define PVID(vendor, devid, name) {vendor, devid, 0, 0, 0, 0, name}
174 #define PVID_OEM(vendor, devid, svid, sdevid, revid, name) {vendor, devid, svid, sdevid, revid, 0, name}
177 #define IFLIB_PNP_DESCR "U32:vendor;U32:device;U32:subvendor;U32:subdevice;" \
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_drv.c53 static drm_pci_id_list_t *drm_find_description(int vendor, int device,
146 static int drm_msi_is_blacklisted(int vendor, int device) argument
150 for (i = 0; drm_msi_blacklist[i].vendor != 0; i++) {
151 if ((drm_msi_blacklist[i].vendor == vendor) &&
163 int vendor, device; local
164 vendor = pci_get_vendor(kdev);
171 id_entry = drm_find_description(vendor, device, idlist);
273 drm_pci_id_list_t *drm_find_description(int vendor, int device, argument
278 for (i = 0; idlist[i].vendor !
[all...]
/freebsd-11-stable/sys/dev/bhnd/bcma/
H A Dbcma_subr.c51 * @param vendor Core designer.
56 bcma_alloc_corecfg(u_int core_index, int core_unit, uint16_t vendor, argument
66 .vendor = vendor,
/freebsd-11-stable/sys/dev/malo/
H A Dif_malo_pci.c135 uint16_t vendor, devid; local
138 vendor = pci_get_vendor(dev);
143 if (vendor == mp->mp_vendorid && devid == mp->mp_deviceid) {
/freebsd-11-stable/sys/dev/wi/
H A Dif_wi_pci.c96 unsigned int vendor,device; member in struct:__anon7940
127 for(i=0; pci_ids[i].vendor != 0; i++) {
128 if ((pci_get_vendor(dev) == pci_ids[i].vendor) &&
/freebsd-11-stable/sys/dev/efidev/
H A Defidev.c95 error = efi_var_get(name, &ev->vendor, &ev->attrib,
126 error = efi_var_nextname(&ev->namesize, name, &ev->vendor);
160 error = efi_var_set(name, &ev->vendor, ev->attrib, ev->datasize,
/freebsd-11-stable/usr.sbin/mlxcontrol/
H A Dinterface.c230 mlx_scsi_inquiry(int unit, int channel, int target, char **vendor, char **device, char **revision) argument
264 *vendor = &dcdb_cmd.d.inq.vendor[0];
/freebsd-11-stable/sys/dev/amdsmn/
H A Damdsmn.c132 uint16_t vendor, device; local
135 vendor = pci_get_vendor(parent);
139 if (vendor == amdsmn_ids[i].amdsmn_vendorid &&
/freebsd-11-stable/lib/libusb/
H A Dlibusb10_hotplug.c76 if (pcbh->vendor != LIBUSB_HOTPLUG_MATCH_ANY &&
77 pcbh->vendor != libusb20_dev_get_device_desc(dev->os_priv)->idVendor)
212 handle->vendor = vendor_id;
/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/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/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/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/tcsh/
H A Dconfig.sub1521 # The value should be what the vendor currently ships out the door with their
1708 vendor=unknown
1713 vendor=acorn
1716 vendor=sun
1719 vendor=ibm
1722 vendor=be
1725 vendor=hp
1728 vendor=hp
1731 vendor=hitachi
1734 vendor
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dconfig.sub1556 # The value should be what the vendor currently ships out the door with their
1743 vendor=unknown
1748 vendor=acorn
1751 vendor=sun
1754 vendor=ibm
1757 vendor=be
1760 vendor=hp
1763 vendor=hp
1766 vendor=hitachi
1769 vendor
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dconfig.sub1537 # The value should be what the vendor currently ships out the door with their
1721 vendor=unknown
1726 vendor=acorn
1729 vendor=sun
1732 vendor=ibm
1735 vendor=be
1738 vendor=hp
1741 vendor=hp
1744 vendor=hitachi
1747 vendor
[all...]
/freebsd-11-stable/contrib/openpam/
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-11-stable/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-11-stable/sys/dev/aac/
H A Daac_pci.c91 u_int16_t vendor; member in struct:aac_ident
302 for (m = aac_identifiers; m->vendor != 0; m++) {
303 if ((m->vendor == vendid) && (m->device == devid) &&
309 for (m = aac_family_identifiers; m->vendor != 0; m++) {
310 if ((m->vendor == vendid) && (m->device == devid))

Completed in 365 milliseconds

1234567891011>>