Searched refs:vendor (Results 76 - 100 of 377) sorted by relevance

1234567891011>>

/freebsd-13-stable/sbin/dhclient/
H A Dclparse.c688 char *vendor; local
704 if ((vendor = strdup(val)) == NULL)
705 error("no memory for vendor information.");
718 free(vendor);
723 vendor. */
725 (unsigned char *)vendor, 0));
729 parse_warn("no vendor named %s.", vendor);
731 free(vendor);
737 val = vendor;
[all...]
/freebsd-13-stable/sbin/nvmecontrol/
H A Dlogpage.c65 const char *vendor; member in struct:options
74 .vendor = NULL,
92 OPT("vendor", 'v', arg_string, opt, vendor,
125 if ((a->vendor == NULL) != (b->vendor == NULL))
126 return (a->vendor == NULL ? -1 : 1);
127 if (a->vendor != NULL) {
128 c = strcmp(a->vendor, b->vendor);
[all...]
/freebsd-13-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-13-stable/sbin/devd/
H A Ddevd.conf107 # match "vendor" "0x0cf3";
178 action "logger Unknown USB device: vendor $vendor product $product \
189 CIS-vendor $cisvendor bus $bus";
195 product $product CISproduct $cisproduct CIS-vendor \
202 vendor $vendor bus $bus";
237 # An example of something that a vendor might install if you were to
/freebsd-13-stable/sys/dev/mwl/
H A Dif_mwl_pci.c88 uint16_t vendor; member in struct:mwl_pci_ident
105 mwl_pci_lookup(int vendor, int device) argument
110 if (vendor == ident->vendor && device == ident->device)
/freebsd-13-stable/sys/dev/hid/
H A Dhidraw.h75 int16_t vendor; member in struct:hidraw_devinfo
/freebsd-13-stable/contrib/ofed/opensm/include/opensm/
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>
/freebsd-13-stable/sys/dev/tdfx/
H A Dtdfx_vars.h89 int vendor; member in struct:tdfx_softc
/freebsd-13-stable/usr.sbin/mlxcontrol/
H A Dmlxcontrol.h49 extern int mlx_scsi_inquiry(int unit, int bus, int target, char **vendor, char **device, char **revision);
/freebsd-13-stable/sys/x86/pci/
H A Dpci_early_quirks.c48 uint32_t vendor; member in struct:pci_device_id
245 uint32_t vendor, device, class; local
256 vendor = pci_cfgregread(bus, slot, func, PCIR_VENDOR, 2);
257 if (vendor != PCI_VENDOR_INTEL)
/freebsd-13-stable/sys/dev/bhnd/siba/
H A Dsiba_erom.c126 if (sid.core_info.vendor != BHND_MFGID_BCM)
321 .vendor = siba_get_bhnd_mfgid(ocp_vendor),
371 if (sid.core_info.vendor == prev.core_info.vendor &&
398 if (ccid.core_info.vendor != BHND_MFGID_BCM ||
403 "(vendor=%#hx, core=%#hx)\n", ccid.core_info.vendor,
481 if (sid.core_info.vendor == ci.vendor &&
643 if (out[j].vendor
[all...]
/freebsd-13-stable/sys/arm/nvidia/drm2/
H A Dhdmi.c161 * @vendor: vendor string
167 const char *vendor, const char *product)
175 strncpy(frame->vendor, vendor, sizeof(frame->vendor));
217 memcpy(ptr, frame->vendor, sizeof(frame->vendor));
304 * hdmi_vendor_infoframe_init() - initialize an HDMI vendor infoframe
305 * @frame: HDMI vendor infofram
166 hdmi_spd_infoframe_init(struct hdmi_spd_infoframe *frame, const char *vendor, const char *product) argument
[all...]
/freebsd-13-stable/usr.sbin/mptutil/
H A Dmpt_drive.c306 u_char vendor[9], product[17], revision[5]; local
310 cam_strvis(vendor, inq_data->VendorID, sizeof(inq_data->VendorID),
311 sizeof(vendor));
318 if (strcmp(vendor, "ATA") == 0)
323 vendor, product, revision);
/freebsd-13-stable/contrib/wpa/src/eap_peer/
H A Deap.c39 static Boolean eap_sm_allowMethod(struct eap_sm *sm, int vendor,
135 * @vendor: Vendor-Id for expanded types or 0 = IETF for legacy types
141 int vendor, u32 method)
150 for (i = 0; m[i].vendor != EAP_VENDOR_IETF ||
152 if (m[i].vendor == vendor && m[i].method == method)
162 * @vendor: Vendor-Id for expanded types or 0 = IETF for legacy types
166 int eap_allowed_method(struct eap_sm *sm, int vendor, u32 method) argument
168 return eap_config_allowed_method(sm, eap_get_config(sm), vendor,
335 wpa_printf(MSG_DEBUG, "EAP: vendor
139 eap_config_allowed_method(struct eap_sm *sm, struct eap_peer_config *config, int vendor, u32 method) argument
1351 eap_sm_allowMethod(struct eap_sm *sm, int vendor, EapType method) argument
2601 eap_allowed_phase2_type(int vendor, int type) argument
2620 eap_get_phase2_type(const char *name, int *vendor) argument
2647 int vendor; local
[all...]
H A Deap.h22 int vendor; member in struct:eap_method_type
348 u32 eap_get_phase2_type(const char *name, int *vendor);
H A Deap_i.h68 * vendor - EAP Vendor-ID (EAP_VENDOR_*) (0 = IETF)
70 int vendor; member in struct:eap_method
402 int eap_allowed_method(struct eap_sm *sm, int vendor, u32 method);
/freebsd-13-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-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-flash.c79 uint16_t vendor; /**< Vendor ID of Chip */ member in struct:__anon10107
197 /* Read the 16bit vendor ID */
198 flash->vendor = __cvmx_flash_read_cmd16(chip_id, 0x13);
241 switch (flash_info[chip_id].vendor)
264 (unsigned int)flash->vendor,
375 switch (flash_info[chip_id].vendor)
472 cvmx_dprintf("cvmx-flash: Unsupported flash vendor\n");
499 switch (flash_info[chip_id].vendor)
597 cvmx_dprintf("cvmx-flash: Unsupported flash vendor\n");
/freebsd-13-stable/sys/dev/adlink/
H A Dadlink.c351 uint16_t vendor; member in struct:pci_id
355 { .vendor = 0x10e8, .device = 0x80da,
363 uint16_t vendor, device; local
365 vendor = pci_get_vendor(self);
368 if (adlink_id[i].vendor == vendor &&
441 MODULE_PNP_INFO("U16:vendor;U16:device;D:#", pci, adlink, adlink_id,
/freebsd-13-stable/sys/dev/efidev/
H A Defirt.c512 efi_var_get(efi_char *name, struct uuid *vendor, uint32_t *attrib, argument
523 ec.ec_arg2 = (uintptr_t)vendor;
532 efi_var_nextname(size_t *namesize, efi_char *name, struct uuid *vendor) argument
543 ec.ec_arg3 = (uintptr_t)vendor;
549 efi_var_set(efi_char *name, struct uuid *vendor, uint32_t attrib, argument
560 ec.ec_arg2 = (uintptr_t)vendor;
/freebsd-13-stable/sys/cam/scsi/
H A Dsmp_all.c175 * 0x40 to 0x7f and 0xc0 to 0xff are the vendor specific SMP
423 char vendor[16], product[48], revision[16]; local
431 cam_strvis(vendor, response->vendor, sizeof(response->vendor),
432 sizeof(vendor));
437 sbuf_printf(sb, "<%s %s %s>\n", vendor, product, revision);
/freebsd-13-stable/sys/dev/bhnd/bcma/
H A Dbcma_erom.c420 if (buffer[i].vendor == buffer[j].vendor &&
703 if (ec.vendor == ci.vendor && ec.device == ci.device)
758 core->vendor = BCMA_EROM_GET_ATTR(entry, COREA_DESIGNER);
894 info->vendor = core->vendor;
1090 if (core.vendor == prev_core.vendor &&
1107 cfg = bcma_alloc_corecfg(core_index, core_unit, core.vendor,
[all...]
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_package.c136 acpi_PkgFFH_IntelCpu(ACPI_OBJECT *res, int idx, int *vendor, int *class, argument
150 *vendor = gas.BitWidth;
/freebsd-13-stable/contrib/ofed/libcxgb4/
H A Ddev.c54 unsigned vendor; \
63 .vendor = PCI_VENDOR_ID_CHELSIO, \
416 unsigned vendor, device, fw_maj, fw_min; local
438 if (strstr(value, "vendor=")) {
439 strncpy(ib_param, strstr(value, "vendor=") +
440 strlen("vendor="), 6);
441 sscanf(ib_param, "%i", &vendor);
451 if (ibv_read_sysfs_file(uverbs_sys_path, "device/vendor",
454 sscanf(value, "%i", &vendor);
463 if (vendor
[all...]

Completed in 154 milliseconds

1234567891011>>