Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/montecarlo/io/
H A Dhsc.c858 hpc_slot_info_t *hsip; in hsc_alloc_slot() local
871 hsip = &hsp->hs_info; in hsc_alloc_slot()
873 hsip->version = HPC_SLOT_INFO_VERSION; in hsc_alloc_slot()
874 hsip->slot_type = HPC_SLOT_TYPE_CPCI; in hsc_alloc_slot()
875 hsip->pci_dev_num = device_number; in hsc_alloc_slot()
876 hsip->pci_slot_capabilities = 0; in hsc_alloc_slot()
877 hsip->slot_flags = HPC_SLOT_CREATE_DEVLINK; in hsc_alloc_slot()
882 (void) sprintf(hsip->pci_slot_name, "cpci_slot%d", slot_number); in hsc_alloc_slot()
/titanic_50/usr/src/uts/sun4u/starfire/io/
H A Didn.c824 struct idn *sip, *hsip, *tsip; in idndetach() local
941 if ((hsip = tsip = idn.sip) == sip) { in idndetach()
944 for (; hsip && (sip != hsip); tsip = hsip, in idndetach()
945 hsip = hsip->si_nextp) in idndetach()
947 if (hsip) in idndetach()
948 tsip->si_nextp = hsip->si_nextp; in idndetach()