Searched refs:vendor (Results 1 - 25 of 99) sorted by relevance

1234

/osnet-11/usr/src/lib/scsi/plugins/ses/LSILOGIC-SASX28-A.0/
H A DMakefile30 PLUGINTYPE = vendor
H A DMakefile.com29 PLUGINTYPE = vendor
/osnet-11/usr/src/lib/scsi/plugins/ses/SUN-SAS2-X16DBP/
H A DMakefile28 PLUGINTYPE = vendor
H A DMakefile.com29 PLUGINTYPE = vendor
/osnet-11/usr/src/lib/scsi/plugins/ses/SUN-Storage-J4400/
H A DMakefile30 PLUGINTYPE = vendor
H A DMakefile.com31 PLUGINTYPE = vendor
/osnet-11/usr/src/lib/scsi/plugins/ses/SUN-Storage-J4500/
H A DMakefile30 PLUGINTYPE = vendor
H A DMakefile.com31 PLUGINTYPE = vendor
/osnet-11/usr/src/lib/scsi/plugins/ses/SUN/
H A DMakefile28 PLUGINTYPE = vendor
H A DMakefile.com34 PLUGINTYPE = vendor
/osnet-11/usr/src/grub/grub2/grub-core/commands/efi/
H A Dlsefisystab.c58 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/kern/efi/
H A Defi.c379 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/mpapi/libmpscsi_vhci/common/
H A DMP_GetDeviceProductProperties.c115 vendorLength = sizeof (pProps->vendor);
120 (void) strncpy(pProps->vendor,
121 devProdInfo.prodInfo.vendor,
/osnet-11/usr/src/lib/brand/solaris10/cmd/
H A Ds10_python_wrapper.sh41 PYTHONPATH=/.SUNWnative/usr/lib/python2.6/vendor-packages
/osnet-11/usr/src/lib/pybootmgmt/
H A DMakefile.com32 PBMLIBDIR= $(ROOT)/usr/lib/python2.6/vendor-packages
/osnet-11/usr/src/lib/pysolaris/zones/
H A DMakefile.com33 INSTALL_LIBDIR= usr/lib/python2.6/vendor-packages/solaris
/osnet-11/usr/src/lib/rad/pykstat/
H A DMakefile.com32 INSTALL_LIBDIR = usr/lib/python2.6/vendor-packages/kstat
/osnet-11/usr/src/lib/rad/pyrad/
H A DMakefile.com32 INSTALL_LIBDIR = usr/lib/python2.6/vendor-packages/rad
/osnet-11/usr/src/lib/rad/pysmf/
H A DMakefile.com31 INSTALL_LIBDIR = usr/lib/python2.6/vendor-packages/smf
/osnet-11/usr/src/lib/scsi/plugins/ses/libses/
H A DMakefile.com35 SUNPLUGINHDR = $(ROOTPLUGINHDRDIR)/ses/vendor/sun.h
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dpci.c209 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
/osnet-11/usr/src/lib/pylibbe/
H A DMakefile.com36 INSTALL_LIBDIR= usr/lib/python2.6/vendor-packages
/osnet-11/usr/src/lib/pysolaris/
H A DMakefile.com35 INSTALL_LIBDIR= usr/lib/python2.6/vendor-packages/solaris
/osnet-11/usr/src/lib/libsysevent/
H A Dllib-lsysevent34 int sysevent_post_event(char *event_class, char *event_subclass, char *vendor,
76 char *vendor, char *pub_name, nvlist_t *attr_list);
121 const char *event_subclass, const char *vendor, const char *pub_name,
/osnet-11/usr/src/lib/scsi/libses/common/
H A Dses_plugin.c168 * 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,

Completed in 117 milliseconds

1234