Home
last modified time | relevance | path

Searched refs:ev_type (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/cmd/fm/fmd/common/
H A Dfmd_event.c87 ep->ev_type = (uint8_t)type; in fmd_event_recreate()
137 ep->ev_type = (uint8_t)type; in fmd_event_create()
207 switch (ep->ev_type) { in fmd_event_destroy()
238 if (ep->ev_type == FMD_EVT_CTL) in fmd_event_hold()
247 if (ep->ev_type == FMD_EVT_CTL) in fmd_event_rele()
345 if (ep->ev_type != type) in fmd_event_match()
H A Dfmd_event.h47 uint8_t ev_type; /* event type (see below) */ member
81 #define FMD_EVENT_TYPE(e) (((fmd_event_impl_t *)e)->ev_type)
H A Dfmd_module.c561 switch (ep->ev_type) { in fmd_module_dispatch()
614 ASSERT(ep->ev_type == FMD_EVT_PROTOCOL); in fmd_module_transport()
H A Dfmd_mdb.c614 switch (ev.ev_type) { in fmd_event()
637 (void) mdb_snprintf(type, sizeof (type), "%u", ev.ev_type); in fmd_event()
/titanic_50/usr/src/cmd/lockstat/
H A Dlockstat.c122 char ev_type; member
254 if (evp->ev_type != event_type || in show_events()
636 if (info->ev_type == 'I') { in dprog_addevent()
680 if (info->ev_type == 'H') { in dprog_addevent()
695 if (info->ev_type == 'E') { in dprog_addevent()
709 if (info->ev_type == 'H') { in dprog_addevent()
717 if (info->ev_type != 'I') in dprog_addevent()
1096 if (g_event_info[i].ev_type != 'E') in main()
1195 if (g_event_info[i].ev_type == c) in main()
1202 if (strchr("CH", g_event_info[i].ev_type)) in main()
[all …]
/titanic_50/usr/src/lib/libdiskmgt/common/
H A Dcache.c452 cache_update(dm_event_type_t ev_type, char *devname) in cache_update() argument
459 switch (ev_type) { in cache_update()
H A Ddisks_private.h240 void cache_update(dm_event_type_t ev_type, char *devname);