Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libpcidb/common/
H A Dpcidb.c84 struct pcidb_subvd *pd_sstart; member
182 d->pd_sstart = NULL; in parse_device()
203 if (d->pd_sstart == NULL) { in insert_subdev()
204 d->pd_sstart = s; in insert_subdev()
366 s = d->pd_sstart; in pcidb_close()
484 for (s = d->pd_sstart; s != NULL; s = s->ps_next) in pcidb_lookup_subvd_by_device()
522 return (d->pd_sstart); in pcidb_subvd_iter()