Searched refs:ph_next (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dphysmem.c58 struct physmem_hash *ph_next; member in struct:physmem_hash
177 temp = temp->ph_next) {
189 php->ph_next = iterator->pph_hash;
205 php->ph_next = NULL;
242 php = php->ph_next;
268 php = php->ph_next;
301 *phpp = victim->ph_next;
307 phpp = &(*phpp)->ph_next;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dinput.c1250 struct peer_hash *ph_next; member in struct:peer_hash
1287 for (php = ph_pp[0]; php != NULL; php = php->ph_next) {
1305 pnhp = php->ph_next;
1308 php->ph_next = ph3_pp[0];
1324 php->ph_next = ph_pp[0];
1354 next_ph = php->ph_next;
1359 prev_ph->ph_next = next_ph;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmdi.c226 mdb_printf("ph_next: %27l#r::print struct mdi_phci\n", value.ph_next);
477 (((struct mdi_phci *)wsp->walk_data)->ph_next);
491 * Given a phci, walk through mdi_phci ph_next links.
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c669 ph->ph_next = NULL;
687 vh->vh_phci_tail->ph_next = ph;
739 tmp = tmp->ph_next;
743 vh->vh_phci_head = ph->ph_next;
745 prev->ph_next = ph->ph_next;
972 ph = ph->ph_next;
1012 ph = ph->ph_next;
9539 next = ph->ph_next;
/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h333 * (ph_next, ph_prev, ph_vhci) and is protected by vh_phci_mutex.
342 struct mdi_phci *ph_next; /* next pHCI link */ member in struct:mdi_phci

Completed in 79 milliseconds