Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4v/io/
H A Dmdesc.c59 static void *mdesc_state_head; variable
142 if ((retval = ddi_soft_state_init(&mdesc_state_head, in _init()
146 ddi_soft_state_fini(&mdesc_state_head); in _init()
172 ddi_soft_state_fini(&mdesc_state_head); in _fini()
191 mdsp = ddi_get_soft_state(mdesc_state_head, in mdesc_getinfo()
270 ddi_soft_state_free(mdesc_state_head, minor); in mdesc_destroy_state()
284 if (ddi_soft_state_zalloc(mdesc_state_head, minor) != in mdesc_create_state()
292 mdsp = ddi_get_soft_state(mdesc_state_head, minor); in mdesc_create_state()
379 if ((mdsp = ddi_get_soft_state(mdesc_state_head, instance)) == NULL) in mdesc_close()
426 if ((mdsp = ddi_get_soft_state(mdesc_state_head, instance)) == NULL) in mdesc_rw()
[all …]