Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dpshot.c101 static void *pshot_softstatep; variable
407 rv = ddi_soft_state_init(&pshot_softstatep, sizeof (pshot_t), 0); in _init()
417 ddi_soft_state_fini(&pshot_softstatep); in _init()
431 ddi_soft_state_fini(&pshot_softstatep); in _fini()
484 pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_info()
552 if (ddi_soft_state_zalloc(pshot_softstatep, instance) != in pshot_attach()
556 pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_attach()
803 ddi_soft_state_free(pshot_softstatep, instance); in pshot_attach()
811 pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_attach()
847 pshot_t *pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_detach()
[all …]