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

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

Completed in 74 milliseconds