Home
last modified time | relevance | path

Searched refs:hbainfo (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c3757 dfc_hbainfo_t *hbainfo; in emlxs_dfc_get_hbainfo() local
3775 hbainfo = (dfc_hbainfo_t *)dfc->buf1; in emlxs_dfc_get_hbainfo()
3776 bzero((void *) hbainfo, sizeof (dfc_hbainfo_t)); in emlxs_dfc_get_hbainfo()
3778 (void) strncpy(hbainfo->vpd_serial_num, vpd->serial_num, in emlxs_dfc_get_hbainfo()
3779 (sizeof (hbainfo->vpd_serial_num)-1)); in emlxs_dfc_get_hbainfo()
3780 (void) strncpy(hbainfo->vpd_part_num, vpd->part_num, in emlxs_dfc_get_hbainfo()
3781 (sizeof (hbainfo->vpd_part_num)-1)); in emlxs_dfc_get_hbainfo()
3782 (void) strncpy(hbainfo->vpd_port_num, vpd->port_num, in emlxs_dfc_get_hbainfo()
3783 (sizeof (hbainfo->vpd_port_num)-1)); in emlxs_dfc_get_hbainfo()
3784 (void) strncpy(hbainfo->vpd_eng_change, vpd->eng_change, in emlxs_dfc_get_hbainfo()
[all …]
/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ioctl.c467 hci1394_ioctl_hbainfo_t hbainfo; in hci1394_ioctl_hbainfo() local
476 hbainfo.pci_vendor_id = soft_state->vendor_info.vendor_id; in hci1394_ioctl_hbainfo()
477 hbainfo.pci_device_id = soft_state->vendor_info.device_id; in hci1394_ioctl_hbainfo()
478 hbainfo.pci_revision_id = soft_state->vendor_info.revision_id; in hci1394_ioctl_hbainfo()
479 hbainfo.ohci_version = soft_state->vendor_info.ohci_version; in hci1394_ioctl_hbainfo()
480 hbainfo.ohci_vendor_id = soft_state->vendor_info.ohci_vendor_id; in hci1394_ioctl_hbainfo()
481 hbainfo.ohci_vregset_cnt = soft_state->vendor_info.vendor_reg_count; in hci1394_ioctl_hbainfo()
483 status = ddi_copyout(&hbainfo, arg, sizeof (hci1394_ioctl_hbainfo_t), in hci1394_ioctl_hbainfo()