Searched refs:id_prev (Results 1 – 4 of 4) sorted by relevance
139 struct id_info *id_prev; /* pointer to previous entry */ member
739 id->id_next->id_prev = list->l_tail; in list_update()
72 struct stmf_id_data *id_prev; member
681 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()