Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_event.c89 ep->ev_type = (uint8_t)type; in fmd_event_recreate()
139 ep->ev_type = (uint8_t)type; in fmd_event_create()
209 switch (ep->ev_type) { in fmd_event_destroy()
241 if (ep->ev_type == FMD_EVT_CTL) in fmd_event_hold()
250 if (ep->ev_type == FMD_EVT_CTL) in fmd_event_rele()
348 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_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_se_notify.c202 evid_t ev_type; in do_mdnotify() local
211 ev_type = EV_EMPTY; in do_mdnotify()
213 ev_type = node_ptr->md_ev; in do_mdnotify()
222 NOTIFY_MD(md_tag, setno, devid, ev_type); in do_mdnotify()
/titanic_41/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_41/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.h238 void cache_update(dm_event_type_t ev_type, char *devname);
/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_subr.c2723 md_event_type_t ev_type; in do_mdnotify() local
2727 ev_type = ev_get(se_subclass); in do_mdnotify()
2735 NOTIFY_MD(md_tag, setno, devid, ev_type); in do_mdnotify()