Searched defs:hsip (Results 1 - 2 of 2) sorted by relevance

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

Completed in 56 milliseconds