Searched refs:ddi_soft_state_bystr (Results 1 – 4 of 4) sorted by relevance
126 ddi_soft_state_bystr *lun_sstate;257 ddi_soft_state_bystr *tgt_sstate; /* tgt softstate */
1595 typedef struct __ddi_soft_state_bystr ddi_soft_state_bystr; typedef1613 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);
6222 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()
9832 ddi_soft_state_bystr *phymap_name2phys; /* bitset */9833 ddi_soft_state_bystr *phymap_name2ua;9834 ddi_soft_state_bystr *phymap_ua2name;