Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/prstat/
H A Dprstat.h139 struct id_info *id_prev; /* pointer to previous entry */ member
H A Dprstat.c739 id->id_next->id_prev = list->l_tail; in list_update()
/titanic_41/usr/src/uts/common/io/comstar/stmf/
H A Dlun_map.h72 struct stmf_id_data *id_prev; member
H A Dlun_map.c681 if ((id->id_prev = idlist->idl_tail) == NULL) { in stmf_append_id()
694 id->id_next->id_prev = id->id_prev; in stmf_remove_id()
696 idlist->idl_tail = id->id_prev; in stmf_remove_id()
699 if (id->id_prev) { in stmf_remove_id()
700 id->id_prev->id_next = id->id_next; in stmf_remove_id()