Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libpcidb/common/
H A Dpcidb.c87 struct pcidb_device *pd_prev; member
163 d->pd_prev = NULL; in insert_device()
165 d->pd_prev = v->pv_dend; in insert_device()
/titanic_50/usr/src/uts/common/sys/
H A Dmultidata_impl.h98 pdesc_t *pd_prev; /* pointer to previous descriptor */ member
/titanic_50/usr/src/uts/common/io/
H A Dmultidata.c768 pd->pd_prev = NULL; in mmd_addpdesc_int()
933 pd = forw ? Q2PD(pd->pd_next) : Q2PD(pd->pd_prev); in mmd_getpdesc()
940 pd = forw ? Q2PD(pd->pd_next) : Q2PD(pd->pd_prev); in mmd_getpdesc()