Symbol: ddi_soft_state_bystr
usr/src/uts/common/io/scsi/impl/scsi_hba.c
9872
ddi_soft_state_bystr *phymap_name2phys; /* bitset */
usr/src/uts/common/io/scsi/impl/scsi_hba.c
9873
ddi_soft_state_bystr *phymap_name2ua;
usr/src/uts/common/io/scsi/impl/scsi_hba.c
9874
ddi_soft_state_bystr *phymap_ua2name;
usr/src/uts/common/os/sunddi.c
6141
ddi_soft_state_bystr_init(ddi_soft_state_bystr **state_p, size_t size,
usr/src/uts/common/os/sunddi.c
6163
*state_p = (ddi_soft_state_bystr *)sss;
usr/src/uts/common/os/sunddi.c
6168
ddi_soft_state_bystr_zalloc(ddi_soft_state_bystr *state, const char *str)
usr/src/uts/common/os/sunddi.c
6193
ddi_soft_state_bystr_get(ddi_soft_state_bystr *state, const char *str)
usr/src/uts/common/os/sunddi.c
6209
ddi_soft_state_bystr_free(ddi_soft_state_bystr *state, const char *str)
usr/src/uts/common/os/sunddi.c
6224
ddi_soft_state_bystr_fini(ddi_soft_state_bystr **state_p)
usr/src/uts/common/sys/scsi/adapters/pmcs/pmcs.h
126
ddi_soft_state_bystr *lun_sstate;
usr/src/uts/common/sys/scsi/adapters/pmcs/pmcs.h
257
ddi_soft_state_bystr *tgt_sstate; /* tgt softstate */
usr/src/uts/common/sys/sunddi.h
1641
ddi_soft_state_bystr_init(ddi_soft_state_bystr **state_p,
usr/src/uts/common/sys/sunddi.h
1651
ddi_soft_state_bystr_zalloc(ddi_soft_state_bystr *state, const char *str);
usr/src/uts/common/sys/sunddi.h
1660
ddi_soft_state_bystr_get(ddi_soft_state_bystr *state, const char *str);
usr/src/uts/common/sys/sunddi.h
1669
ddi_soft_state_bystr_free(ddi_soft_state_bystr *state, const char *str);
usr/src/uts/common/sys/sunddi.h
1677
ddi_soft_state_bystr_fini(ddi_soft_state_bystr **state_p);