Searched refs:EVT_READ (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/busstat/
H A Dbusstat.h81 * operation will have the r_w field in their parent dev_node set to EVT_READ,
85 * created and marked as EVT_READ. If the device node was created as the result
97 * is EVT_READ however, read the PCR, determine the event name, store it in the
112 #define EVT_READ 0x1 macro
H A Dbusstat.c562 if (dev_node->r_w == EVT_READ) {
592 if (dev_node->r_w == EVT_READ) {
685 new_dev_node->r_w = EVT_READ;
1012 if (dev_node->r_w == EVT_READ) {
1041 * Read a node that is marked as EVT_READ

Completed in 45 milliseconds