Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dpshot.c476 pshot_t *pshot; in pshot_info() local
482 pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_info()
483 if (pshot == NULL) { in pshot_info()
488 *result = (void *)pshot->dip; in pshot_info()
507 pshot_t *pshot; in pshot_attach() local
554 pshot = ddi_get_soft_state(pshot_softstatep, instance); in pshot_attach()
555 pshot->dip = devi; in pshot_attach()
556 pshot->instance = instance; in pshot_attach()
557 mutex_init(&pshot->lock, NULL, MUTEX_DRIVER, NULL); in pshot_attach()
562 pshot->nodes[i].pshot = pshot; in pshot_attach()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dpshot.h92 typedef struct pshot pshot_t;
95 pshot_t *pshot; member
100 struct pshot { struct
206 static int pshot_event(pshot_t *pshot, int event_tag, dev_info_t *child,
H A DMakefile468 pshot.h \
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-io-tests.mf44 file path=usr/include/sys/pshot.h
47 file path=usr/kernel/drv/$(ARCH64)/pshot group=sys
54 $(i386_ONLY)file path=usr/kernel/drv/pshot group=sys
55 file path=usr/kernel/drv/pshot.conf group=sys
/titanic_41/usr/src/uts/intel/pshot/
H A DMakefile39 MODULE = pshot
/titanic_41/usr/src/uts/sparc/pshot/
H A DMakefile39 MODULE = pshot
/titanic_41/usr/src/uts/sparc/
H A DMakefile.sparc322 DRV_KMODS += pshot
/titanic_41/usr/src/uts/intel/
H A DMakefile.intel429 DRV_KMODS += pshot
/titanic_41/usr/src/uts/common/
H A DMakefile.files1026 PSHOT_OBJS += pshot.o