Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h126 ddi_soft_state_bystr *lun_sstate;
257 ddi_soft_state_bystr *tgt_sstate; /* tgt softstate */
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h1609 typedef struct __ddi_soft_state_bystr ddi_soft_state_bystr; typedef
1627 ddi_soft_state_bystr_init(ddi_soft_state_bystr **state_p,
1637 ddi_soft_state_bystr_zalloc(ddi_soft_state_bystr *state, const char *str);
1646 ddi_soft_state_bystr_get(ddi_soft_state_bystr *state, const char *str);
1655 ddi_soft_state_bystr_free(ddi_soft_state_bystr *state, const char *str);
1663 ddi_soft_state_bystr_fini(ddi_soft_state_bystr **state_p);
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c6141 ddi_soft_state_bystr_init(ddi_soft_state_bystr **state_p, size_t size, in ddi_soft_state_bystr_init()
6163 *state_p = (ddi_soft_state_bystr *)sss; in ddi_soft_state_bystr_init()
6168 ddi_soft_state_bystr_zalloc(ddi_soft_state_bystr *state, const char *str) in ddi_soft_state_bystr_zalloc()
6193 ddi_soft_state_bystr_get(ddi_soft_state_bystr *state, const char *str) in ddi_soft_state_bystr_get()
6209 ddi_soft_state_bystr_free(ddi_soft_state_bystr *state, const char *str) in ddi_soft_state_bystr_free()
6224 ddi_soft_state_bystr_fini(ddi_soft_state_bystr **state_p) in ddi_soft_state_bystr_fini()
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c9872 ddi_soft_state_bystr *phymap_name2phys; /* bitset */
9873 ddi_soft_state_bystr *phymap_name2ua;
9874 ddi_soft_state_bystr *phymap_ua2name;