Searched refs:vendor (Results 126 - 150 of 391) sorted by last modified time

1234567891011>>

/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/ofed/opensm/opensm/
H A Dmain.c60 #include <vendor/osm_vendor_api.h>
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dmlx5.c63 { .vendor = PCI_VENDOR_ID_##v, \
67 unsigned vendor; member in struct:__anon3493
977 unsigned vendor, device; local
980 if (ibv_read_sysfs_file(uverbs_sys_path, "device/vendor",
983 sscanf(value, "%i", &vendor);
991 if (vendor == hca_table[i].vendor &&
/freebsd-11-stable/sbin/camcontrol/
H A Dfwdownload.c42 * The fact that you see your favorite vendor listed below does not
45 * of each vendor listed has been programmed successfully using this code.
131 * type: Enumeration for the particular vendor.
137 * device from the given vendor. Note that if there
139 * vendor, it must be listed before a T_ANY entry.
291 * the vendor of given cam device.
296 char vendor[42]; local
303 cam_strvis((u_char *)vendor, ident_buf->model,
304 sizeof(ident_buf->model), sizeof(vendor));
310 cam_strvis((u_char *)vendor, (u_cha
[all...]
/freebsd-11-stable/stand/i386/libi386/
H A Dbootinfo64.c141 int vendor[3]; local
151 /* Fetch the vendor string. */
153 vendor[0] = regs[1];
154 vendor[1] = regs[3];
155 vendor[2] = regs[2];
156 cpu_vendor = (char *)vendor;
/freebsd-11-stable/stand/i386/libfirewire/
H A Dfirewire.c60 struct crom_chunk vendor; member in struct:crom_src_buf
283 crom_add_simple_text(src, root, &buf->vendor, "DragonFly Project");
285 crom_add_simple_text(src, root, &buf->vendor, "FreeBSD Project");
/freebsd-11-stable/lib/libusb/
H A Dlibusb10.h83 int vendor; member in struct:libusb_hotplug_callback_handle_struct
/freebsd-11-stable/usr.sbin/bhyve/
H A Dsmbiostbl.c124 uint8_t vendor; /* vendor string */ member in struct:smbios_table_type0
310 1, /* bios vendor string */
325 "BHYVE", /* vendor string */
/freebsd-11-stable/sys/dev/mps/
H A Dmps_pci.c94 uint16_t vendor; member in struct:mps_ident
153 for (m = mps_identifiers; m->vendor != 0; m++) {
154 if (m->vendor != pci_get_vendor(dev))
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_pci.c96 uint16_t vendor; member in struct:mpr_ident
162 for (m = mpr_identifiers; m->vendor != 0; m++) {
163 if (m->vendor != pci_get_vendor(dev))
/freebsd-11-stable/sys/sys/
H A Defi.h186 int efi_var_get(uint16_t *name, struct uuid *vendor, uint32_t *attrib,
188 int efi_var_nextname(size_t *namesize, uint16_t *name, struct uuid *vendor);
189 int efi_var_set(uint16_t *name, struct uuid *vendor, uint32_t attrib,
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_methods.c21 * @vendor: EAP Vendor-Id (0 = IETF)
25 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method) argument
29 if (m->vendor == vendor && m->method == method)
39 * @vendor: Buffer for returning EAP Vendor-Id
45 EapType eap_server_get_type(const char *name, int *vendor) argument
50 *vendor = m->vendor;
54 *vendor = EAP_VENDOR_IETF;
63 * @vendor
71 eap_server_method_alloc(int version, int vendor, EapType method, const char *name) argument
166 eap_server_get_name(int vendor, EapType type) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_methods.c26 * @vendor: EAP Vendor-Id (0 = IETF)
30 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) argument
34 if (m->vendor == vendor && m->method == method)
44 * @vendor: Buffer for returning EAP Vendor-Id
50 EapType eap_peer_get_type(const char *name, int *vendor) argument
55 *vendor = m->vendor;
59 *vendor = EAP_VENDOR_IETF;
66 * @vendor
73 eap_get_name(int vendor, EapType type) argument
281 eap_peer_method_alloc(int version, int vendor, EapType method, const char *name) argument
[all...]
H A Deap_gtc.c27 if (sm->m && sm->m->vendor == EAP_VENDOR_IETF &&
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_gpsk_common.c20 * @vendor: CSuite/Vendor
24 int eap_gpsk_supported_ciphersuite(int vendor, int specifier) argument
26 if (vendor == EAP_GPSK_VENDOR_IETF &&
30 if (vendor == EAP_GPSK_VENDOR_IETF &&
263 * @vendor: CSuite/Vendor
279 int eap_gpsk_derive_keys(const u8 *psk, size_t psk_len, int vendor, argument
291 vendor, specifier);
293 if (vendor != EAP_GPSK_VENDOR_IETF)
332 "key derivation", vendor, specifier);
404 * @vendor
417 eap_gpsk_derive_session_id(const u8 *psk, size_t psk_len, int vendor, int specifier, const u8 *rand_peer, const u8 *rand_server, const u8 *id_peer, size_t id_peer_len, const u8 *id_server, size_t id_server_len, u8 method_type, u8 *sid, size_t *sid_len) argument
482 eap_gpsk_mic_len(int vendor, int specifier) argument
524 eap_gpsk_compute_mic(const u8 *sk, size_t sk_len, int vendor, int specifier, const u8 *data, size_t len, u8 *mic) argument
[all...]
/freebsd-11-stable/usr.sbin/cpucontrol/
H A Damd10h.c53 char vendor[13]; local
65 ((uint32_t *)vendor)[0] = idargs.data[1];
66 ((uint32_t *)vendor)[1] = idargs.data[3];
67 ((uint32_t *)vendor)[2] = idargs.data[2];
68 vendor[12] = '\0';
69 if (strncmp(vendor, AMD_VENDOR_ID, sizeof(AMD_VENDOR_ID)) != 0)
/freebsd-11-stable/lib/ofed/libibmad/
H A DMakefile25 vendor.c
/freebsd-11-stable/lib/ofed/include/
H A DMakefile155 ${OSM}/vendor/osm_mtl_bind.h \
156 ${OSM}/vendor/osm_pkt_randomizer.h \
157 ${OSM}/vendor/osm_ts_useraccess.h \
158 ${OSM}/vendor/osm_umadt.h \
159 ${OSM}/vendor/osm_vendor.h \
160 ${OSM}/vendor/osm_vendor_al.h \
161 ${OSM}/vendor/osm_vendor_api.h \
162 ${OSM}/vendor/osm_vendor_ibumad.h \
163 ${OSM}/vendor/osm_vendor_mlx.h \
164 ${OSM}/vendor/osm_vendor_mlx_def
[all...]
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge.c3168 "vendor=??, sn=??, pn=??, type=??",
3171 vxge_null_terminate(pmd_port->vendor, sizeof(pmd_port->vendor));
3172 if (strlen(pmd_port->vendor) == 0) {
3185 "vendor=%s, sn=%s, pn=%s, type=%s",
3186 pmd_port->vendor, pmd_port->ser_num,
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_structures.h707 uint8_t vendor[8]; /* bytes 8-15 of inquiry data */ member in struct:pqi_scsi_device
945 uint16_t vendid; /* vendor id */
946 uint16_t subvendid; /* sub vendor id */
H A Dsmartpqi_main.c41 u_int16_t vendor; member in struct:pqi_ident
145 for (m = pqi_identifiers; m->vendor != 0; m++) {
146 if ((m->vendor == vendid) && (m->device == devid) &&
153 for (m = pqi_family_identifiers; m->vendor != 0; m++) {
154 if ((m->vendor == vendid) && (m->device == devid)) {
H A Dsmartpqi_ioctl.c106 uint32_t vendor = 0; local
117 vendor = pci_get_vendor(dev);
119 pci_info->chip_id = ((device << 16) & 0xffff0000) | vendor;
H A Dsmartpqi_helper.c239 device->vendor,
H A Dsmartpqi_discovery.c868 memcpy(device->vendor, &inq_buff[8],
869 sizeof(device->vendor));
872 DBG_INFO("DEV_TYPE: %x VENDOR: %s MODEL: %s\n", device->devtype, device->vendor, device->model);
1058 memcpy(device_exist->vendor, new_device->vendor,
1059 sizeof(device_exist->vendor));
1185 DBG_INFO("vendor: %s model: %s bus:%d target:%d lun:%d is_physical_device:0x%x expose_device:0x%x volume_offline 0x%x volume_status 0x%x \n",
1186 device->vendor, device->model, device->bus, device->target, device->lun, device->is_physical_device, device->expose_device, device->volume_offline, device->volume_status);
1204 DBG_INFO("vendor: %s model: %s bus:%d target:%d lun:%d is_physical_device:0x%x expose_device:0x%x volume_offline 0x%x volume_status 0x%x \n",
1205 device->vendor, devic
[all...]
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_os.c870 ocs_pci_model(uint16_t vendor, uint16_t device) argument

Completed in 401 milliseconds

1234567891011>>