Home
last modified time | relevance | path

Searched refs:pp_next (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/promif/
H A Dprom_emul.c76 for (p = pnp->pn_propp; p->pp_next != NULL; p = p->pp_next) in promif_create_prop()
79 p->pp_next = q; in promif_create_prop()
210 for (propp = pnp->pn_propp; propp != NULL; propp = propp->pp_next) in getproplen()
234 for (propp = pnp->pn_propp; propp != NULL; propp = propp->pp_next) in getprop()
272 for (propp = pnp->pn_propp; propp != NULL; propp = propp->pp_next) in nextprop()
274 if (propp->pp_next) in nextprop()
275 return (propp->pp_next->pp_name); in nextprop()
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_stree.c38 struct prom_prop *pp_next; member
233 for (propp = pnp->pn_propp; propp != NULL; propp = propp->pp_next) in getproplen()
245 for (propp = np->pn_propp; propp != NULL; propp = propp->pp_next) in getprop()
264 for (propp = pnp->pn_propp; propp != NULL; propp = propp->pp_next) in nextprop()
266 if (propp->pp_next) in nextprop()
267 return (propp->pp_next->pp_name); in nextprop()
290 for (prop = pnp->pn_propp; prop; prop = prop->pp_next) in promif_stree_setprop()
443 for (prop = pnp->pn_propp; prop->pp_next != NULL; prop = prop->pp_next) in create_prop()
447 prop->pp_next = newprop; in create_prop()
/illumos-gate/usr/src/uts/intel/sys/
H A Dprom_emul.h39 struct prom_prop *pp_next; member
/illumos-gate/usr/src/common/iscsit/
H A Discsit_common.c1455 it_portal_t *pp_next; in it_config_free_cmn() local
1458 pp_next = pp->portal_next; in it_config_free_cmn()
1460 pp = pp_next; in it_config_free_cmn()
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c8658 mdi_phys_path_t *pp, *pp_next; in free_phclient_path_list() local
8660 for (pp = pp_head; pp != NULL; pp = pp_next) { in free_phclient_path_list()
8661 pp_next = pp->phys_path_next; in free_phclient_path_list()