Searched refs:pshot_t (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pshot.h | 90 typedef struct pshot pshot_t; typedef 93 pshot_t *pshot; 168 static int pshot_devctl(pshot_t *, minor_t, int, intptr_t, int, cred_t *, 170 static int pshot_testctl(pshot_t *, minor_t, int, intptr_t, int, cred_t *, 204 static int pshot_event(pshot_t *pshot, int event_tag, dev_info_t *child,
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | pshot.c | 407 rv = ddi_soft_state_init(&pshot_softstatep, sizeof (pshot_t), 0); in _init() 478 pshot_t *pshot; in pshot_info() 509 pshot_t *pshot; in pshot_attach() 847 pshot_t *pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_detach() 1052 pshot_t *pshot; in pshot_ctl() 1322 pshot_t *pshot; in pshot_power() 1372 pshot_t *pshot; in pshot_bus_power() 1767 pshot_t *pshot; in pshot_open() 1806 pshot_t *pshot; in pshot_close() 1833 pshot_t *pshot; in pshot_ioctl() [all …]
|