Searched defs:vendor_info (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_state.h86 hci1394_vendor_info_t vendor_info; /* see hci1394_vendor.h */ member in struct:hci1394_state_s
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_vendor.c73 * performance optimizations, etc. dip, accattrp, and vendor_info are inputs.
81 hci1394_vendor_info_t *vendor_info, hci1394_vendor_handle_t *vendor_handle)
88 ASSERT(vendor_info != NULL);
96 vendor->ve_info = *vendor_info;
104 switch (vendor_info->vendor_id) {
108 switch (vendor_info->device_id) {
141 vendor_info->vendor_reg_count = vendor->ve_reg_count;
192 hci1394_vendor_info_t *vendor_info; local
199 vendor_info = &vendor_handle->ve_info;
202 switch (vendor_info
80 hci1394_vendor_init(hci1394_drvinfo_t *drvinfo, hci1394_ohci_handle_t ohci, hci1394_vendor_info_t *vendor_info, hci1394_vendor_handle_t *vendor_handle) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c441 uchar_t vendor_info[SROM_SIZE]; local
480 io_reg, vendor_info, sizeof (vendor_info));
510 uchar_t vendor_info[SROM_SIZE]; local
651 dnetp->io_reg, vendor_info, sizeof (vendor_info));
653 if (secondary == -1) /* ASSERT (vendor_info not big enough) */
656 dnet_parse_srom(dnetp, &dnetp->sr, vendor_info);
2799 * Load SROM into vendor_info

Completed in 73 milliseconds