Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ioctl.c364 hci1394_ioctl_hbainfo_t hbainfo; in hci1394_ioctl_hbainfo() local
371 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()
378 status = ddi_copyout(&hbainfo, arg, sizeof (hci1394_ioctl_hbainfo_t), in hci1394_ioctl_hbainfo()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c3808 dfc_hbainfo_t *hbainfo; in emlxs_dfc_get_hbainfo() local
3854 bcopy(&hba->wwnn, hbainfo->wwnn, sizeof (hbainfo->wwnn)); in emlxs_dfc_get_hbainfo()
3855 (void) strncpy(hbainfo->snn, port->snn, (sizeof (hbainfo->snn)-1)); in emlxs_dfc_get_hbainfo()
3857 bcopy(&hba->wwpn, hbainfo->wwpn, sizeof (hbainfo->wwpn)); in emlxs_dfc_get_hbainfo()
3858 (void) strncpy(hbainfo->spn, port->spn, (sizeof (hbainfo->spn)-1)); in emlxs_dfc_get_hbainfo()
3864 hbainfo->rBit = vpd->rBit; in emlxs_dfc_get_hbainfo()
3897 hbainfo->flags = 0; in emlxs_dfc_get_hbainfo()
3952 (void) snprintf(hbainfo->os_devname, (sizeof (hbainfo->os_devname)-1), in emlxs_dfc_get_hbainfo()
3981 hbainfo->alpa_count); in emlxs_dfc_get_hbainfo()
3994 hbainfo->fabric_wwnn, in emlxs_dfc_get_hbainfo()
[all …]