Home
last modified time | relevance | path

Searched refs:vendor_info (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_vendor.c79 hci1394_vendor_info_t *vendor_info, hci1394_vendor_handle_t *vendor_handle) in hci1394_vendor_init() argument
86 ASSERT(vendor_info != NULL); in hci1394_vendor_init()
93 vendor->ve_info = *vendor_info; in hci1394_vendor_init()
101 switch (vendor_info->vendor_id) { in hci1394_vendor_init()
105 switch (vendor_info->device_id) { in hci1394_vendor_init()
133 vendor_info->vendor_reg_count = vendor->ve_reg_count; in hci1394_vendor_init()
179 hci1394_vendor_info_t *vendor_info; in hci1394_vendor_resume() local
184 vendor_info = &vendor_handle->ve_info; in hci1394_vendor_resume()
187 switch (vendor_info->vendor_id) { in hci1394_vendor_resume()
191 switch (vendor_info->device_id) { in hci1394_vendor_resume()
H A Dhci1394_ioctl.c371 hbainfo.pci_vendor_id = soft_state->vendor_info.vendor_id; in hci1394_ioctl_hbainfo()
372 hbainfo.pci_device_id = soft_state->vendor_info.device_id; in hci1394_ioctl_hbainfo()
373 hbainfo.pci_revision_id = soft_state->vendor_info.revision_id; in hci1394_ioctl_hbainfo()
374 hbainfo.ohci_version = soft_state->vendor_info.ohci_version; in hci1394_ioctl_hbainfo()
375 hbainfo.ohci_vendor_id = soft_state->vendor_info.ohci_vendor_id; in hci1394_ioctl_hbainfo()
376 hbainfo.ohci_vregset_cnt = soft_state->vendor_info.vendor_reg_count; in hci1394_ioctl_hbainfo()
H A Dhci1394_attach.c366 &soft_state->vendor_info, &soft_state->vendor); in hci1394_hardware_init()
515 soft_state->vendor_info.vendor_id = in hci1394_pci_init()
517 soft_state->vendor_info.device_id = in hci1394_pci_init()
519 soft_state->vendor_info.revision_id = in hci1394_pci_init()
H A Dhci1394_ohci.c181 soft_state->vendor_info.ohci_vendor_id = in hci1394_ohci_init()
184 soft_state->vendor_info.ohci_version = version; in hci1394_ohci_init()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_state.h84 hci1394_vendor_info_t vendor_info; /* see hci1394_vendor.h */ member
H A Dhci1394_vendor.h110 hci1394_vendor_info_t *vendor_info, hci1394_vendor_handle_t *vendor_handle);
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c441 uchar_t vendor_info[SROM_SIZE]; in dnet_hack() local
480 io_reg, vendor_info, sizeof (vendor_info)); in dnet_hack()
510 uchar_t vendor_info[SROM_SIZE]; in dnet_attach() local
651 dnetp->io_reg, vendor_info, sizeof (vendor_info)); in dnet_attach()
656 dnet_parse_srom(dnetp, &dnetp->sr, vendor_info); in dnet_attach()
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DAtapi.h264 UINT8 vendor_info[8]; member