Home
last modified time | relevance | path

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

/titanic_44/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 */
/titanic_44/usr/src/uts/common/sys/
H A Dsunddi.h1595 typedef struct __ddi_soft_state_bystr ddi_soft_state_bystr; typedef
1613 ddi_soft_state_bystr_init(ddi_soft_state_bystr **state_p,
1623 ddi_soft_state_bystr_zalloc(ddi_soft_state_bystr *state, const char *str);
1632 ddi_soft_state_bystr_get(ddi_soft_state_bystr *state, const char *str);
1641 ddi_soft_state_bystr_free(ddi_soft_state_bystr *state, const char *str);
1649 ddi_soft_state_bystr_fini(ddi_soft_state_bystr **state_p);
/titanic_44/usr/src/uts/common/os/
H A Dsunddi.c6222 ddi_soft_state_bystr_init(ddi_soft_state_bystr **state_p, size_t size, in ddi_soft_state_bystr_init()
6244 *state_p = (ddi_soft_state_bystr *)sss; in ddi_soft_state_bystr_init()
6249 ddi_soft_state_bystr_zalloc(ddi_soft_state_bystr *state, const char *str) in ddi_soft_state_bystr_zalloc()
6274 ddi_soft_state_bystr_get(ddi_soft_state_bystr *state, const char *str) in ddi_soft_state_bystr_get()
6290 ddi_soft_state_bystr_free(ddi_soft_state_bystr *state, const char *str) in ddi_soft_state_bystr_free()
6305 ddi_soft_state_bystr_fini(ddi_soft_state_bystr **state_p) in ddi_soft_state_bystr_fini()
/titanic_44/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c9832 ddi_soft_state_bystr *phymap_name2phys; /* bitset */
9833 ddi_soft_state_bystr *phymap_name2ua;
9834 ddi_soft_state_bystr *phymap_ua2name;