Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c4140 dump_temp_event_t *temp_event = (dump_temp_event_t *)arg1; in emlxs_dump_temp_thread() local
4142 (void) emlxs_dump_temp_event(temp_event->hba, temp_event->type, in emlxs_dump_temp_thread()
4143 temp_event->temp); in emlxs_dump_temp_thread()
4146 kmem_free(temp_event, sizeof (dump_temp_event_t)); in emlxs_dump_temp_thread()
4164 dump_temp_event_t *temp_event = NULL; in emlxs_dump() local
4195 temp_event = (dump_temp_event_t *)kmem_alloc( in emlxs_dump()
4198 if (temp_event == NULL) { in emlxs_dump()
4207 temp_event->hba = hba; in emlxs_dump()
4208 temp_event->type = temp_type; in emlxs_dump()
4209 temp_event->temp = temp; in emlxs_dump()
[all …]