Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libpcidb/common/
H A Dpcidb.c85 struct pcidb_subvd *pd_send; member
183 d->pd_send = NULL; in parse_device()
205 d->pd_send = s; in insert_subdev()
209 s->ps_prev = d->pd_send; in insert_subdev()
211 d->pd_send->ps_next = s; in insert_subdev()
212 d->pd_send = s; in insert_subdev()