Searched refs:ev_type (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_event.h47 uint8_t ev_type; /* event type (see below) */ member in struct:fmd_event_impl
81 #define FMD_EVENT_TYPE(e) (((fmd_event_impl_t *)e)->ev_type)
H A Dfmd_event.c89 ep->ev_type = (uint8_t)type;
139 ep->ev_type = (uint8_t)type;
209 switch (ep->ev_type) {
241 if (ep->ev_type == FMD_EVT_CTL)
250 if (ep->ev_type == FMD_EVT_CTL)
348 if (ep->ev_type != type)
H A Dfmd_module.c561 switch (ep->ev_type) {
614 ASSERT(ep->ev_type == FMD_EVT_PROTOCOL);
H A Dfmd_mdb.c614 switch (ev.ev_type) {
637 (void) mdb_snprintf(type, sizeof (type), "%u", ev.ev_type);
/opensolaris-onvv-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_se_notify.c202 evid_t ev_type; local
211 ev_type = EV_EMPTY;
213 ev_type = node_ptr->md_ev;
222 NOTIFY_MD(md_tag, setno, devid, ev_type);
/opensolaris-onvv-gate/usr/src/cmd/lockstat/
H A Dlockstat.c122 char ev_type; member in struct:ls_event_info
254 if (evp->ev_type != event_type ||
636 if (info->ev_type == 'I') {
680 if (info->ev_type == 'H') {
695 if (info->ev_type == 'E') {
709 if (info->ev_type == 'H') {
717 if (info->ev_type != 'I')
1096 if (g_event_info[i].ev_type != 'E')
1195 if (g_event_info[i].ev_type == c)
1202 if (strchr("CH", g_event_info[i].ev_type))
[all...]
/opensolaris-onvv-gate/usr/src/lib/libdiskmgt/common/
H A Ddisks_private.h239 void cache_update(dm_event_type_t ev_type, char *devname);
H A Dcache.c452 cache_update(dm_event_type_t ev_type, char *devname) argument
459 switch (ev_type) {
/opensolaris-onvv-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_subr.c2723 md_event_type_t ev_type; local
2727 ev_type = ev_get(se_subclass);
2735 NOTIFY_MD(md_tag, setno, devid, ev_type);

Completed in 126 milliseconds