/titanic_41/usr/src/uts/sun4u/sys/pci/ |
H A D | pci_var.h | 190 ddi_soft_state_zalloc(per_pci_state, (i)) 199 ddi_soft_state_zalloc(per_pci_common_state, (i))
|
/titanic_41/usr/src/uts/common/pcmcia/pcs/ |
H A D | pcs.c | 156 if (ddi_soft_state_zalloc(pcs_instances, inum) == DDI_SUCCESS) { in pcs_attach()
|
/titanic_41/usr/src/uts/sun4u/io/ppm/ |
H A D | schppm.c | 181 if (ddi_soft_state_zalloc(spm_state, spm_inst) != DDI_SUCCESS) { in spm_attach()
|
/titanic_41/usr/src/uts/sun4v/io/n2piupc/ |
H A D | n2piupc.c | 189 if (ddi_soft_state_zalloc(n2piupc_state_p, instance) != in n2piupc_attach()
|
/titanic_41/usr/src/uts/sun4u/sunfire/io/ |
H A D | simmstat.c | 178 if (ddi_soft_state_zalloc(simmstatp, instance) != DDI_SUCCESS) in simmstat_attach()
|
H A D | sram.c | 172 if (ddi_soft_state_zalloc(sramp, instance) != DDI_SUCCESS) in sram_attach()
|
H A D | environ.c | 196 if (ddi_soft_state_zalloc(environp, instance) != DDI_SUCCESS) in environ_attach()
|
/titanic_41/usr/src/uts/sun4/sys/ |
H A D | ebus.h | 160 ddi_soft_state_zalloc(per_ebus_state, (i))
|
/titanic_41/usr/src/uts/sun4u/sys/ |
H A D | upa64s.h | 143 ddi_soft_state_zalloc(per_upa64s_state, (i))
|
/titanic_41/usr/src/uts/sun4u/montecarlo/sys/ |
H A D | acebus.h | 128 ddi_soft_state_zalloc(per_acebus_state, (i))
|
/titanic_41/usr/src/uts/common/io/ |
H A D | tclient.c | 159 if (ddi_soft_state_zalloc(dstates, instance) != DDI_SUCCESS) { in tcli_attach()
|
/titanic_41/usr/src/uts/intel/io/drm/ |
H A D | radeon_drv.c | 162 if (ddi_soft_state_zalloc(radeon_statep, unit) != DDI_SUCCESS) { in radeon_attach()
|
/titanic_41/usr/src/uts/sun4u/io/ |
H A D | pmc.c | 257 if (ddi_soft_state_zalloc(pmc_soft_state, instance) != DDI_SUCCESS) { in pmc_attach()
|
H A D | grbeep.c | 201 if (ddi_soft_state_zalloc(grbeep_statep, instance) != 0) { in grbeep_attach()
|
H A D | bbc_beep.c | 196 if (ddi_soft_state_zalloc(bbc_beep_statep, instance) != 0) { in bbc_beep_attach()
|
H A D | epic.c | 221 if (ddi_soft_state_zalloc(statep, inst) != DDI_SUCCESS) { in epic_attach()
|
H A D | pmugpio.c | 191 if (ddi_soft_state_zalloc(pmugpio_statep, instance) != 0) { in pmugpio_attach()
|
/titanic_41/usr/src/uts/sun4u/mpxu/io/ |
H A D | tsalarm.c | 202 if (ddi_soft_state_zalloc(statep, inst) != DDI_SUCCESS) in tsalarm_attach()
|
/titanic_41/usr/src/uts/sun4u/opl/sys/pcicmu/ |
H A D | pcicmu.h | 162 ddi_soft_state_zalloc(per_pcmu_state, (i))
|
/titanic_41/usr/src/uts/sun4/io/ |
H A D | tod.c | 201 if (ddi_soft_state_zalloc(statep, inst) != DDI_SUCCESS) in tod_attach()
|
/titanic_41/usr/src/uts/i86pc/io/ppm/ |
H A D | acpippm.c | 213 rv = ddi_soft_state_zalloc(appm_statep, instance); in appm_attach()
|
/titanic_41/usr/src/uts/sun4u/opl/io/oplpanel/ |
H A D | oplpanel.c | 220 if (ddi_soft_state_zalloc(panelstates, instance) != DDI_SUCCESS) { in panel_attach()
|
/titanic_41/usr/src/uts/sun4u/io/i2c/clients/ |
H A D | ltc1427.c | 343 if (ddi_soft_state_zalloc(ltc1427soft_statep, instance) != 0) { in ltc1427_do_attach()
|
/titanic_41/usr/src/uts/common/io/usb/clients/ugen/ |
H A D | ugen.c | 239 if (ddi_soft_state_zalloc(ugen_skel_statep, instance) == in ugen_skel_attach()
|
/titanic_41/usr/src/uts/intel/io/agpgart/ |
H A D | amd64_gart.c | 188 if (ddi_soft_state_zalloc(amd64_gart_glob_soft_handle, instance) != in amd64_gart_attach()
|