Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.h141 struct id_info *id_prev; /* pointer to previous entry */ member
H A Dprstat.c740 id->id_next->id_prev = list->l_tail; in list_update()
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dlun_map.h70 struct stmf_id_data *id_prev; member
H A Dlun_map.c642 if ((id->id_prev = idlist->idl_tail) == NULL) { in stmf_append_id()
655 id->id_next->id_prev = id->id_prev; in stmf_remove_id()
657 idlist->idl_tail = id->id_prev; in stmf_remove_id()
660 if (id->id_prev) { in stmf_remove_id()
661 id->id_prev->id_next = id->id_next; in stmf_remove_id()