Home
last modified time | relevance | path

Searched refs:ph_next (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dphysmem.c58 struct physmem_hash *ph_next; member
177 temp = temp->ph_next) { in physmem_add_hash()
189 php->ph_next = iterator->pph_hash; in physmem_add_hash()
205 php->ph_next = NULL; in physmem_add_hash()
242 php = php->ph_next; in physmem_get_hash()
268 php = php->ph_next; in physmem_validate_cookie()
301 *phpp = victim->ph_next; in physmem_remove_vnode_hash()
307 phpp = &(*phpp)->ph_next; in physmem_remove_vnode_hash()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dinput.c1250 struct peer_hash *ph_next; member
1287 for (php = ph_pp[0]; php != NULL; php = php->ph_next) { in get_peer_info()
1305 pnhp = php->ph_next; in get_peer_info()
1308 php->ph_next = ph3_pp[0]; in get_peer_info()
1324 php->ph_next = ph_pp[0]; in get_peer_info()
1354 next_ph = php->ph_next; in age_peer_info()
1359 prev_ph->ph_next = next_ph; in age_peer_info()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmdi.c224 mdb_printf("ph_next: %27l#r::print struct mdi_phci\n", value.ph_next); in mdiphci()
475 (((struct mdi_phci *)wsp->walk_data)->ph_next); in mdi_phci_ph_next_walk_step()
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c671 ph->ph_next = NULL; in mdi_phci_register()
689 vh->vh_phci_tail->ph_next = ph; in mdi_phci_register()
741 tmp = tmp->ph_next; in mdi_phci_unregister()
745 vh->vh_phci_head = ph->ph_next; in mdi_phci_unregister()
747 prev->ph_next = ph->ph_next; in mdi_phci_unregister()
968 ph = ph->ph_next; in mdi_devi_pdip_entered()
1008 ph = ph->ph_next; in mdi_phci_path2devinfo()
9550 next = ph->ph_next; in mdi_vhci_walk_phcis()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c847 struct proc_fdinfo *ph_next; /* Next (for collisions) */ member
898 for (ph = process_table[idx]; ph != NULL; ph = ph->ph_next) { in process_hash_find()
946 ph->ph_next = process_table[idx]; in process_hash_insert()
968 for (ph = process_table[i]; ph != NULL; ph = ph->ph_next) { in process_hash_dump()
1111 proc_fdinfo_t *ph, *ph_next; in process_hash_free() local
1113 for (ph = process_table[i]; ph != NULL; ph = ph_next) { in process_hash_free()
1114 ph_next = ph->ph_next; in process_hash_free()
/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h342 struct mdi_phci *ph_next; /* next pHCI link */ member