Searched refs:vendor (Results 251 - 275 of 391) sorted by last modified time

<<111213141516

/freebsd-11-stable/usr.sbin/ppp/
H A Dradius.c260 u_int32_t ipaddr, vendor; local
524 if ((res = rad_get_vendor_attr(&vendor, &data, &len)) <= 0) {
532 switch (vendor) {
621 log_Printf(LogDEBUG, "Dropping MICROSOFT vendor specific "
628 log_Printf(LogDEBUG, "Dropping vendor %lu RADIUS attribute %d\n",
629 (unsigned long)vendor, res);
/freebsd-11-stable/usr.sbin/mlxcontrol/
H A Dutil.c114 char *type, *device, *vendor, *revision; local
153 if (!mlx_scsi_inquiry(0, chn, targ, &vendor, &device, &revision)) {
154 printf("'%8.8s' '%16.16s' '%4.4s'", vendor, device, revision);
H A Dmlxcontrol.h49 extern int mlx_scsi_inquiry(int unit, int bus, int target, char **vendor, char **device, char **revision);
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/usr.sbin/mfiutil/
H A Dmfi_drive.c336 char vendor[16], product[48], revision[16], rstr[12], serial[SID_VENDOR_SPECIFIC_0_SIZE]; local
349 cam_strvis(vendor, inq_data->vendor, sizeof(inq_data->vendor),
350 sizeof(vendor));
359 if (strcmp(vendor, "ATA") == 0) {
377 snprintf(inq_string, sizeof(inq_string), "<%s %s %s serial=%s> %s", vendor,
/freebsd-11-stable/usr.sbin/cpucontrol/
H A Dvia.c56 char vendor[13]; local
67 ((uint32_t *)vendor)[0] = idargs.data[1];
68 ((uint32_t *)vendor)[1] = idargs.data[3];
69 ((uint32_t *)vendor)[2] = idargs.data[2];
70 vendor[12] = '\0';
71 if (strncmp(vendor, CENTAUR_VENDOR_ID, sizeof(CENTAUR_VENDOR_ID)) != 0)
H A Damd.c55 char vendor[13]; local
66 ((uint32_t *)vendor)[0] = idargs.data[1];
67 ((uint32_t *)vendor)[1] = idargs.data[3];
68 ((uint32_t *)vendor)[2] = idargs.data[2];
69 vendor[12] = '\0';
70 if (strncmp(vendor, AMD_VENDOR_ID, sizeof(AMD_VENDOR_ID)) != 0)
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_pci.c91 u_int16_t vendor; member in struct:aac_ident
117 for (m = aacraid_family_identifiers; m->vendor != 0; m++) {
118 if ((m->vendor == vendid) && (m->device == devid))
/freebsd-11-stable/sbin/nvmecontrol/
H A Dlogpage.c806 * Make sure you keep all the pages of one vendor together so -v help
811 const char *vendor; member in struct:logpage_function
858 v = f->vendor == NULL ? "-" : f->vendor;
875 const char *vendor = NULL; local
905 vendor = optarg;
954 * (print_hex). If there was a vendor specified bt the user, and
955 * the page is vendor specific, don't match the print function
959 if (f->vendor != NULL && vendor !
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_reset.c49 u16 vendor; local
128 &vendor) && vendor != 0xffff)
134 if (vendor == 0xffff) {
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dsunddi.h60 int _ddi_log_sysevent(char *vendor, char *class_name, char *subclass_name,
62 #define ddi_log_sysevent(dip, vendor, class_name, subclass_name, \
64 _ddi_log_sysevent((vendor), (class_name), (subclass_name), \
/freebsd-11-stable/sys/dev/evdev/
H A Duinput.c344 evdev_set_id(state->ucs_evdev, id->bustype, id->vendor, id->product,
/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/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/sys/sys/
H A Defiio.h46 struct uuid vendor; /* Vendor's UUID for variable */ member in struct:efi_var_ioc
/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/iir/
H A Diir.c1098 strncpy(inq.vendor, gdt->oem_name, sizeof(inq.vendor));
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h567 int vendor; member in struct:drm_pci_id_list
H A Ddrm_os_freebsd.c90 drm_find_description(int vendor, int device, const drm_pci_id_list_t *idlist) argument
94 for (i = 0; idlist[i].vendor != 0; i++) {
95 if ((idlist[i].vendor == vendor) &&
112 int vendor, device; local
114 vendor = pci_get_vendor(kdev);
122 id_entry = drm_find_description(vendor, device, idlist);
144 int vendor, device; local
149 vendor = pci_get_vendor(kdev);
151 dev->id_entry = drm_find_description(vendor, devic
[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/sys/dev/pccard/
H A Dpccard.c155 uint32_t vendor, prod; local
169 if (pccard_get_vendor(dev, &vendor))
174 snprintf(str, 100, "vendor=%#x product=%#x", vendor, prod);
370 uint32_t vendor; local
382 if (pccard_get_vendor(dev, &vendor))
408 vendor != ent->pp_vendor)
/freebsd-11-stable/sys/dev/alc/
H A Dif_alc.c654 uint16_t vendor, devid; local
656 vendor = pci_get_vendor(dev);
659 if (vendor == ident->vendorid && devid == ident->deviceid)
871 /* Another magic from vendor. */
944 /* Load DSP codes, vendor magic. */
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-pptp.c103 u_char vendor[64]; member in struct:pptp_msg_sccrq
115 u_char vendor[64]; member in struct:pptp_msg_sccrp
258 2 u_char vendor[64];
510 const u_char *vendor)
512 ND_PRINT((ndo, " VENDOR(%.64s)", vendor));
537 ND_TCHECK(ptr->vendor);
538 pptp_vendor_print(ndo, &ptr->vendor[0]);
568 ND_TCHECK(ptr->vendor);
569 pptp_vendor_print(ndo, &ptr->vendor[0]);
509 pptp_vendor_print(netdissect_options *ndo, const u_char *vendor) argument
H A Dprint-openflow-1.0.c28 * Partial decoding of Big Switch Networks vendor extensions is done after the
292 /* bit-shifted, w/o vendor action */
598 /* vendor extensions */
1038 uint32_t vendor; local
1043 /* vendor */
1045 vendor = EXTRACT_32BITS(cp);
1047 ND_PRINT((ndo, ", vendor 0x%08x (%s)", vendor, of_vendor_name(vendor)));
1050 vendor
1067 uint32_t vendor; local
1097 uint32_t vendor; local
[all...]
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_atm/
H A Datm_sys.c53 const char *vendor; member in struct:hwinfo
249 * Get vendor string
257 return (string_get(value, hwinfo[aif->pub.mib->device].vendor, -1));

Completed in 390 milliseconds

<<111213141516