| /osnet-11/usr/src/grub/grub2/grub-core/commands/efi/ |
| H A D | lsefisystab.c | 58 char *vendor; local 63 vendor = grub_malloc (4 * (vendor_utf16 - st->firmware_vendor) + 1); 64 if (!vendor) 66 *grub_utf16_to_utf8 ((grub_uint8_t *) vendor, st->firmware_vendor, 68 grub_printf ("%s", vendor); 69 grub_free (vendor);
|
| /osnet-11/usr/src/grub/grub2/grub-core/bus/usb/serial/ |
| H A D | ftdi.c | 170 grub_uint16_t vendor, product; member in struct:__anon362 182 if (usbdev->descdev.vendorid == products[j].vendor
|
| H A D | pl2303.c | 183 grub_uint16_t vendor, product; member in struct:__anon363 195 if (usbdev->descdev.vendorid == products[j].vendor
|
| /osnet-11/usr/src/lib/scsi/libsmp/common/ |
| H A D | smp_plugin.c | 270 char *c_vendor, *vendor, *product, *revision; local 307 * will not be able to use any vendor-specific plugins. Note that 308 * there are actually two possible specifications for vendor plugins: 309 * those matching the vendor/product/revision fields, and those 310 * matching the component vendor/id/revision fields. The component is 325 vendor = strdupa(tp->st_vendor); 329 smp_plugin_cleanstr(vendor); 357 LIBSMP_PLUGIN_VENDOR, isa, vendor, LIBSMP_PLUGIN_EXT); 362 LIBSMP_PLUGIN_VENDOR, isa, vendor, product, LIBSMP_PLUGIN_EXT); 367 LIBSMP_PLUGIN_VENDOR, isa, vendor, produc [all...] |
| /osnet-11/usr/src/lib/libcpc/i386/ |
| H A D | conf_pentium.c | 517 char *vendor = (char *)vbuf; local 518 vendor[12] = '\0'; 520 if (strcmp(vendor, "GenuineIntel") != 0)
|
| /osnet-11/usr/src/grub/grub2/grub-core/disk/ |
| H A D | dmraid_nvidia.c | 79 char vendor[NV_ID_LEN]; /* 0x00 - 0x07 ID string. */ member in struct:grub_nv_super 110 if (grub_memcmp (sb.vendor, NV_ID_STRING, 6))
|
| /osnet-11/usr/src/grub/grub2/include/grub/ |
| H A D | scsicmd.h | 57 char vendor[8]; member in struct:grub_scsi_inquiry_data
|
| H A D | net.h | 382 grub_uint8_t vendor[0]; member in struct:grub_net_bootp_packet
|
| /osnet-11/usr/src/grub/grub-0.97/netboot/ |
| H A D | pci.c | 209 uint32_t class, uint16_t vendor, uint16_t device, 227 if ((vendor == driver->ids[i].vendor) && 268 uint16_t vendor, device; local 306 vendor = l & 0xffff; 316 vendor, device); 333 scan_drivers(type, class, vendor, device, first_driver, dev); 346 dev->vendor = vendor; 207 scan_drivers( int type, uint32_t class, uint16_t vendor, uint16_t device, const struct pci_driver *last_driver, struct pci_device *dev) argument
|
| H A D | davicom.c | 132 static unsigned short vendor, dev_id; variable 360 if (vendor == PCI_VENDOR_ID_DAVICOM && dev_id == PCI_DEVICE_ID_DM9009) { 676 vendor = pci->vendor;
|
| H A D | sis900.c | 56 static unsigned short vendor, dev_id; variable 331 vendor = pci->vendor; 367 printf("sis900_probe: Vendor:%#hX Device:%#hX\n", vendor, dev_id);
|
| H A D | natsemi.c | 191 static unsigned short vendor, dev_id; variable 261 vendor = pci->vendor; 288 printf("natsemi_probe: Vendor:%#hX Device:%#hX\n", vendor, dev_id);
|
| H A D | pci.h | 270 uint16_t vendor, dev_id; member in struct:pci_device 333 unsigned short vendor, dev_id; member in struct:pci_id
|
| H A D | pxe.h | 493 # define BOOTP_DHCPVEND 1024 /* DHCP extended vendor field size */ 495 # define BOOTP_DHCPVEND 312 /* DHCP standard vendor field size */ 497 uint8_t d[BOOTP_DHCPVEND]; /* raw array of vendor/dhcp options */ 507 } vendor; member in struct:__anon266
|
| /osnet-11/usr/src/lib/scsi/libses/common/ |
| H A D | ses_plugin.c | 168 * the control operations on a vendor specific 314 char *vendor, *product, *revision; local 347 * Create a local copy of the vendor/product/revision, strip out any 350 vendor = strdupa(libscsi_vendor(tp->st_target)); 354 ses_plugin_cleanstr(vendor); 359 LIBSES_PLUGIN_VENDOR, isa, vendor, 365 LIBSES_PLUGIN_VENDOR, isa, vendor, product, 371 LIBSES_PLUGIN_VENDOR, isa, vendor, product,
|
| /osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/ |
| H A D | chip.c | 465 const char *vendor; local 478 FM_PHYSCPU_INFO_VENDOR_ID, DATA_TYPE_STRING, &vendor, 615 if (strcmp(vendor, "AuthenticAMD") == 0) { 656 if (strcmp(vendor, "AuthenticAMD") == 0) {
|
| /osnet-11/usr/src/lib/fm/libasr/common/ |
| H A D | asr_audit.c | 561 char *vendor = asr_nvl_str(pkg, "VENDOR"); local 586 err |= asr_buf_append_xml_nv(out, PAD_ITEM, "vendor", vendor);
|
| /osnet-11/usr/src/grub/grub2/grub-core/kern/efi/ |
| H A D | efi.c | 379 grub_efi_vendor_device_path_t vendor; local 380 grub_memcpy (&vendor, dp, sizeof (vendor)); 382 (unsigned) vendor.vendor_guid.data1, 383 (unsigned) vendor.vendor_guid.data2, 384 (unsigned) vendor.vendor_guid.data3, 385 (unsigned) vendor.vendor_guid.data4[0], 386 (unsigned) vendor.vendor_guid.data4[1], 387 (unsigned) vendor.vendor_guid.data4[2], 388 (unsigned) vendor 599 grub_efi_vendor_messaging_device_path_t vendor; local 656 grub_efi_vendor_media_device_path_t vendor; local [all...] |
| /osnet-11/usr/src/lib/libsysevent/ |
| H A D | libevchannel.c | 265 const char *subclass, const char *vendor, 284 (char *)vendor, (char *)pub_name, attr_list); 264 sysevent_evc_publish(evchan_t *scp, const char *class, const char *subclass, const char *vendor, const char *pub_name, nvlist_t *attr_list, uint32_t flags) argument
|
| H A D | libsysevent.c | 154 sysevent_post_event(char *class, char *subclass, char *vendor, char *pub_name, argument 160 ev = sysevent_alloc_event(class, subclass, vendor, pub_name, attr_list); 589 sysevent_alloc_event(char *class, char *subclass, char *vendor, char *pub_name, argument 596 if ((class == NULL) || (subclass == NULL) || (vendor == NULL) || 614 pub_sz = strlen(vendor) + sizeof (SE_USR_PUB) + strlen(pub_name) + 14; 624 if (snprintf(pub_id, pub_sz, "%s:%s%s:%d", vendor, SE_USR_PUB, 687 char *vendor, *pub; local 697 if ((vendor = sysevent_get_vendor_name(ev)) != NULL) { 698 (void) fprintf(fp, "\tvendor = %s\n", vendor); 699 free(vendor); [all...] |
| /osnet-11/usr/src/lib/libpp/common/ |
| H A D | pplib.h | 102 #define SEARCH_VENDOR (1<<3) /* search vendor dirs only */ 153 int vendor; /* saved pp.vendor */ member in struct:ppinstk 329 int vendor; /* vendor includes only */ \
|
| /osnet-11/usr/src/lib/librestart/common/ |
| H A D | librestart.c | 809 const char *subclass, const char *vendor, const char *pub_name, 816 ret = sysevent_evc_publish(scp, class, subclass, vendor, 808 restarter_event_publish_retry(evchan_t *scp, const char *class, const char *subclass, const char *vendor, const char *pub_name, nvlist_t *attr_list, uint32_t flags) argument
|
| /osnet-11/usr/src/lib/hal/libhal-storage/common/ |
| H A D | libhal-storage.c | 211 const char *vendor; local 219 vendor = libhal_drive_get_vendor (drive); 230 if (vendor == NULL || strlen (vendor) == 0) { 237 vendormodel_str = strdup (vendor); 239 snprintf (buf, MAX_STRING_SZ, "%s %s", vendor, model); 357 const char *vendor; local 366 vendor = libhal_drive_get_vendor (drive); 686 char *vendor; /* may be "", is never NULL */ member in struct:LibHalDrive_s 804 libhal_free_string (drive->vendor); [all...] |
| /osnet-11/usr/src/lib/libstmf/common/ |
| H A D | libstmf.h | 315 uchar_t vendor[8]; member in struct:_stmfLogicalUnitProperties
|
| /osnet-11/usr/src/lib/mpapi/libmpapi/common/ |
| H A D | mpapi.h | 453 * A null terminated ASCII string containing the name of the vendor that 456 MP_WCHAR vendor[256]; member in struct:_MP_LIBRARY_PROPERTIES 460 * of the library from the vendor specified in the 'vendor' field. 498 * A null terminated Unicode string containing the name of the vendor that 501 MP_WCHAR vendor[256]; member in struct:_MP_PLUGIN_PROPERTIES 505 * of the plugin from the vendor specified in vendor. 522 * driver vendor associated with this plugin. 657 * overridden by the administrator. Any logical unit with vendor, produc 687 MP_CHAR vendor[8]; member in struct:_MP_DEVICE_PRODUCT_PROPERTIES 705 MP_CHAR vendor[8]; member in struct:_MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES [all...] |