Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libpcidb/common/
H A Dpcidb.c95 struct pcidb_device *pv_dend; member
141 v->pv_dend = NULL; in parse_vendor()
159 if (v->pv_dstart == NULL && v->pv_dend == NULL) { in insert_device()
161 v->pv_dend = d; in insert_device()
165 d->pd_prev = v->pv_dend; in insert_device()
167 v->pv_dend->pd_next = d; in insert_device()
168 v->pv_dend = d; in insert_device()