Searched defs:pshot (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpshot.h92 typedef struct pshot pshot_t;
95 pshot_t *pshot; member in struct:pshot_minor
100 struct pshot { struct
206 static int pshot_event(pshot_t *pshot, int event_tag, dev_info_t *child,
/illumos-gate/usr/src/uts/common/io/
H A Dpshot.c35 * The pshot driver can be used to exercise the i/o framework together
38 * The pshot driver is rooted at /devices/pshot. The following commands
39 * illustrate the operation of devfs together with pshot's bus_config.
41 * nothing up his sleeve, /devices/pshot is empty. The second command
42 * conjures up a branch of pshot nodes. Note that pshot's bus_config is
44 * resolution, and that each pshot node is fully configured and
47 * at the bottom of the named hierarchy of pshot nodes.
50 * # ls /devices/pshot
476 pshot_t *pshot; local
507 pshot_t *pshot; local
845 pshot_t *pshot = ddi_get_soft_state(pshot_softstatep, instance); local
1050 pshot_t *pshot; local
1321 pshot_t *pshot; local
1373 pshot_t *pshot; local
1768 pshot_t *pshot; local
1807 pshot_t *pshot; local
1834 pshot_t *pshot; local
1870 pshot_devctl(pshot_t *pshot, minor_t nodenum, int cmd, intptr_t arg, int mode, cred_t *credp, int *rvalp) argument
2251 pshot_testctl(pshot_t *pshot, minor_t nodenum, int cmd, intptr_t arg, int mode, cred_t *credp, int *rvalp) argument
2349 pshot_t *pshot = ddi_get_soft_state(pshot_softstatep, instance); local
2370 pshot_t *pshot = ddi_get_soft_state(pshot_softstatep, instance); local
2393 pshot_t *pshot = ddi_get_soft_state(pshot_softstatep, instance); local
2415 pshot_t *pshot = ddi_get_soft_state(pshot_softstatep, instance); local
2446 pshot_event(pshot_t *pshot, int event_tag, dev_info_t *child, void *bus_impldata) argument
2489 pshot_t *pshot = (pshot_t *)arg; local
2536 pshot_t *pshot; local
3540 pshot_t *pshot = (pshot_t *)arg; local
3747 pshot_t *pshot = (pshot_t *)arg; local
[all...]

Completed in 101 milliseconds