Searched defs:pd_next (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmultidata_impl.h97 pdesc_t *pd_next; /* pointer to next descriptor */ member in struct:pdesc_s
117 ((pdesc_t *)((caddr_t)(p) - offsetof(pdesc_t, pd_next)))
H A Dpoll_impl.h222 polldat_t *pd_next; /* next on pollhead's ph_list */ member in struct:polldat
H A Dpcmcia.h368 struct pcm_device_node *pd_next; member in struct:pcm_device_node
/illumos-gate/usr/src/lib/libpcidb/common/
H A Dpcidb.c86 struct pcidb_device *pd_next; member in struct:pcidb_device
162 d->pd_next = NULL;
166 d->pd_next = NULL;
167 v->pv_dend->pd_next = d;
373 d = d->pd_next;
428 for (d = v->pv_dstart; d != NULL; d = d->pd_next)
456 return (d->pd_next);
/illumos-gate/usr/src/uts/common/io/
H A Dmultidata.c485 pdesc_t *pd_next; local
488 pd_next = mmd_getpdesc(pd->pd_slab->pds_mmd, pd, NULL,
493 pd = pd_next;
554 pd = pd_next;
767 pd->pd_next = NULL;
782 insque(&(pd->pd_next), mmd->mmd_pd_q.ql_prev);
839 pdesc_t *pd_next; local
841 pd_next = Q2PD(pd->pd_next);
842 remque(&(pd->pd_next));
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c3687 fc_remote_port_t *pd_next; local
3696 pd_next = head->d_id_head;
3698 while (pd_next != NULL) {
3699 if (pd == pd_next) {
3702 last = pd_next;
3703 pd_next = pd_next->pd_did_hnext;
3706 if (pd_next) {
3805 fc_remote_port_t *pd_next; local
3817 pd_next
[all...]

Completed in 94 milliseconds