Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c964 pdp->pd_next = php->ph_list; in polldat_associate()
1007 *wpp = pdp->pd_next; in polldat_disassociate()
1008 pdp->pd_next = NULL; in polldat_disassociate()
1011 wpp = &wp->pd_next; in polldat_disassociate()
1012 wp = wp->pd_next; in polldat_disassociate()
1346 ASSERT(pdp->pd_next == NULL); in pcache_insert()
1358 ASSERT(pdp->pd_next == NULL); in pcache_insert()
2673 php->ph_list = pdp->pd_next; in pollhead_clean()
2675 pdp->pd_next = NULL; in pollhead_clean()
2699 pdp->pd_next = NULL; in pollhead_clean()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dpoll_impl.h223 polldat_t *pd_next; /* next on pollhead's ph_list */ member
H A Dpcmcia.h367 struct pcm_device_node *pd_next; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c3688 fc_remote_port_t *pd_next; in fctl_delist_did_table() local
3699 while (pd_next != NULL) { in fctl_delist_did_table()
3700 if (pd == pd_next) { in fctl_delist_did_table()
3703 last = pd_next; in fctl_delist_did_table()
3704 pd_next = pd_next->pd_did_hnext; in fctl_delist_did_table()
3707 if (pd_next) { in fctl_delist_did_table()
3819 while (pd_next != NULL) { in fctl_delist_pwwn_table()
3820 if (pd_next == pd) { in fctl_delist_pwwn_table()
3823 last = pd_next; in fctl_delist_pwwn_table()
3824 pd_next = pd_next->pd_wwn_hnext; in fctl_delist_pwwn_table()
[all …]