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
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()
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()
932 ddi_soft_state_free(pshot_softstatep, instance); in pshot_detach()
1063 pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_ctl()
1327 pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_power()
[all …]