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

/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_ckpt.c203 if (il1->il_head != il1->il_tail) {
204 for (i = il1->il_head; i != il1->il_tail; i = next) {
250 if (etm_id_lst->il_head == etm_id_lst->il_tail) {
256 for (i = etm_id_lst->il_head; i != etm_id_lst->il_tail; i = next) {
282 if (next == etm_id_lst->il_head) {
291 if (next == etm_id_lst->il_head) {
293 etm_id_lst->il_head, etm_id_lst->il_tail);
321 if (etm_id_lst->il_tail == etm_id_lst->il_head) {
322 fmd_hdl_debug(hdl, "Empty queue(%d)\n", etm_id_lst->il_head);
331 for (i = etm_id_lst->il_head;
[all...]
H A Detm_ckpt.h80 uint16_t il_head; /* head of the list */ member in struct:etm_ckpt_id_list

Completed in 55 milliseconds