Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libpcidb/common/
H A Dpcidb.c86 struct pcidb_device *pd_next; member
162 d->pd_next = NULL; in insert_device()
166 d->pd_next = NULL; in insert_device()
167 v->pv_dend->pd_next = d; in insert_device()
373 d = d->pd_next; in pcidb_close()
428 for (d = v->pv_dstart; d != NULL; d = d->pd_next) in pcidb_lookup_device_by_vendor()
456 return (d->pd_next); in pcidb_device_iter_next()
/titanic_41/usr/src/uts/common/syscall/
H A Dpoll.c762 for (pdp = php->ph_list; pdp; pdp = pdp->pd_next) in pollwakeup()
767 for (pdp = php->ph_list; pdp; pdp = pdp->pd_next) in pollwakeup()
885 pdp = pdp->pd_next; in pollwakeup()
945 ASSERT(pdp->pd_next == NULL); in pollhead_insert()
952 for (wp = php->ph_list; wp; wp = wp->pd_next) { in pollhead_insert()
957 pdp->pd_next = php->ph_list; in pollhead_insert()
972 for (wpp = &php->ph_list; (wp = *wpp) != NULL; wpp = &wp->pd_next) { in pollhead_delete()
974 *wpp = pdp->pd_next; in pollhead_delete()
975 pdp->pd_next = NULL; in pollhead_delete()
981 for (wp = *wpp; wp; wp = wp->pd_next) { in pollhead_delete()
[all …]
/titanic_41/usr/src/uts/common/io/
H A Dmultidata.c485 pdesc_t *pd_next; in mmd_copy() local
488 pd_next = mmd_getpdesc(pd->pd_slab->pds_mmd, pd, NULL, in mmd_copy()
493 pd = pd_next; in mmd_copy()
554 pd = pd_next; in mmd_copy()
767 pd->pd_next = NULL; in mmd_addpdesc_int()
782 insque(&(pd->pd_next), mmd->mmd_pd_q.ql_prev); in mmd_addpdesc_int()
839 pdesc_t *pd_next; in mmd_destroy_pdesc() local
841 pd_next = Q2PD(pd->pd_next); in mmd_destroy_pdesc()
842 remque(&(pd->pd_next)); in mmd_destroy_pdesc()
861 return (pd_next); in mmd_destroy_pdesc()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dmultidata_impl.h97 pdesc_t *pd_next; /* pointer to next descriptor */ member
117 ((pdesc_t *)((caddr_t)(p) - offsetof(pdesc_t, pd_next)))
H A Dpoll_impl.h157 struct polldat *pd_next; /* next on pollhead's ph_list */ member
H A Dpcmcia.h368 struct pcm_device_node *pd_next; member
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c3687 fc_remote_port_t *pd_next; in fctl_delist_did_table() local
3696 pd_next = head->d_id_head; in fctl_delist_did_table()
3698 while (pd_next != NULL) { in fctl_delist_did_table()
3699 if (pd == pd_next) { in fctl_delist_did_table()
3702 last = pd_next; in fctl_delist_did_table()
3703 pd_next = pd_next->pd_did_hnext; in fctl_delist_did_table()
3706 if (pd_next) { in fctl_delist_did_table()
3805 fc_remote_port_t *pd_next; in fctl_delist_pwwn_table() local
3817 pd_next = head->pwwn_head; in fctl_delist_pwwn_table()
3818 while (pd_next != NULL) { in fctl_delist_pwwn_table()
[all …]
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dmmd.c687 sizeof (pdesc_t), offsetof(pdesc_t, pd_next))); in pdesc_walk_init()