Home
last modified time | relevance | path

Searched refs:ddi_soft_state_bystr_zalloc (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h1637 ddi_soft_state_bystr_zalloc(ddi_soft_state_bystr *state, const char *str);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_scsa.c278 if (ddi_soft_state_bystr_zalloc(tgt->lun_sstate, ua) != DDI_SUCCESS) { in pmcs_scsa_tran_tgt_init()
3257 if (ddi_soft_state_bystr_zalloc(iport->tgt_sstate, unit_address) != in pmcs_get_target()
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c9959 if (ddi_soft_state_bystr_zalloc(phymap->phymap_name2ua, damn) != in sas_phymap_config()
9998 if (ddi_soft_state_bystr_zalloc(phymap->phymap_ua2name, ua) != in sas_phymap_config()
10239 if (ddi_soft_state_bystr_zalloc(phymap->phymap_name2phys, in sas_phymap_phy_add()
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c6168 ddi_soft_state_bystr_zalloc(ddi_soft_state_bystr *state, const char *str) in ddi_soft_state_bystr_zalloc() function