Lines Matching refs:rpp
1896 ipp_ref_t **rpp; in ref_mod() local
1906 rpp = &(imp->ippm_action); in ref_mod()
1907 while ((rp = *rpp) != NULL) { in ref_mod()
1909 rpp = &(rp->ippr_nextp); in ref_mod()
1924 *rpp = rp; in ref_mod()
1943 ipp_ref_t **rpp; in unref_mod() local
1953 rpp = &(imp->ippm_action); in unref_mod()
1954 while ((rp = *rpp) != NULL) { in unref_mod()
1957 rpp = &(rp->ippr_nextp); in unref_mod()
1965 *rpp = rp->ippr_nextp; in unref_mod()
2191 ipp_ref_t **rpp; in alloc_mod() local
2205 rpp = &ipp_mod_byname[hb]; in alloc_mod()
2212 while ((rp = *rpp) != NULL) { in alloc_mod()
2219 rpp = &(rp->ippr_nextp); in alloc_mod()
2257 *rpp = rp; in alloc_mod()
2276 ipp_ref_t **rpp; in free_mod() local
2287 rpp = &ipp_mod_byname[hb]; in free_mod()
2293 while ((rp = *rpp) != NULL) { in free_mod()
2296 rpp = &(rp->ippr_nextp); in free_mod()
2304 *rpp = rp->ippr_nextp; in free_mod()
2465 ipp_ref_t **rpp, in condemn_action() argument
2476 while ((rp = *rpp) != NULL) { in condemn_action()
2479 rpp = &(rp->ippr_nextp); in condemn_action()
2491 *rpp = rp; in condemn_action()
2617 ipp_ref_t **rpp; in ref_action() local
2629 rpp = &(refby_ap->ippa_ref); in ref_action()
2630 while ((rp = *rpp) != NULL) { in ref_action()
2633 rpp = &(rp->ippr_nextp); in ref_action()
2636 if ((rp = *rpp) != NULL) { in ref_action()
2668 *rpp = rp; in ref_action()
2669 save_rpp = rpp; in ref_action()
2676 rpp = &(ref_ap->ippa_refby); in ref_action()
2677 while ((rp = *rpp) != NULL) { in ref_action()
2679 rpp = &(rp->ippr_nextp); in ref_action()
2690 rpp = save_rpp; in ref_action()
2691 rp = *rpp; in ref_action()
2692 *rpp = NULL; in ref_action()
2705 *rpp = rp; in ref_action()
2718 ipp_ref_t **rpp; in unref_action() local
2728 rpp = &(refby_ap->ippa_ref); in unref_action()
2729 while ((rp = *rpp) != NULL) { in unref_action()
2732 rpp = &(rp->ippr_nextp); in unref_action()
2767 *rpp = rp->ippr_nextp; in unref_action()
2774 rpp = &(ref_ap->ippa_refby); in unref_action()
2775 while ((rp = *rpp) != NULL) { in unref_action()
2778 rpp = &(rp->ippr_nextp); in unref_action()
2786 *rpp = rp->ippr_nextp; in unref_action()
2873 ipp_ref_t **rpp; in alloc_action() local
2888 rpp = &ipp_action_byname[hb]; in alloc_action()
2890 rpp = &ipp_action_noname; in alloc_action()
2897 while ((rp = *rpp) != NULL) { in alloc_action()
2905 rpp = &(rp->ippr_nextp); in alloc_action()
2948 *rpp = rp; in alloc_action()
2967 ipp_ref_t **rpp; in free_action() local
2979 rpp = &ipp_action_byname[hb]; in free_action()
2981 rpp = &ipp_action_noname; in free_action()
2987 while ((rp = *rpp) != NULL) { in free_action()
2990 rpp = &(rp->ippr_nextp); in free_action()
2998 *rpp = rp->ippr_nextp; in free_action()