Searched refs:pd_next (Results 1 – 8 of 8) sorted by relevance
86 struct pcidb_device *pd_next; member162 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()
762 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 …]
485 pdesc_t *pd_next; in mmd_copy() local488 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() local841 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 …]
97 pdesc_t *pd_next; /* pointer to next descriptor */ member117 ((pdesc_t *)((caddr_t)(p) - offsetof(pdesc_t, pd_next)))
157 struct polldat *pd_next; /* next on pollhead's ph_list */ member
368 struct pcm_device_node *pd_next; member
3687 fc_remote_port_t *pd_next; in fctl_delist_did_table() local3696 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() local3817 pd_next = head->pwwn_head; in fctl_delist_pwwn_table()3818 while (pd_next != NULL) { in fctl_delist_pwwn_table()[all …]
687 sizeof (pdesc_t), offsetof(pdesc_t, pd_next))); in pdesc_walk_init()