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

/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_ckpt.c65 static etm_ckpt_id_list_t *etm_id_lst = NULL; /* list of ereports ids */ variable
185 il1 = etm_id_lst;
192 il2->il_max = factor * etm_id_lst->il_max;
226 etm_id_lst = il2;
250 if (etm_id_lst->il_head == etm_id_lst->il_tail) {
254 s = (etm_ckpt_erpt_id_t *)((ptrdiff_t)etm_id_lst +
256 for (i = etm_id_lst->il_head; i != etm_id_lst->il_tail; i = next) {
257 next = (i + 1) % etm_id_lst
[all...]

Completed in 56 milliseconds