Lines Matching refs:rpp
1898 ipp_ref_t **rpp; in ref_mod() local
1908 rpp = &(imp->ippm_action); in ref_mod()
1909 while ((rp = *rpp) != NULL) { in ref_mod()
1911 rpp = &(rp->ippr_nextp); in ref_mod()
1926 *rpp = rp; in ref_mod()
1945 ipp_ref_t **rpp; in unref_mod() local
1955 rpp = &(imp->ippm_action); in unref_mod()
1956 while ((rp = *rpp) != NULL) { in unref_mod()
1959 rpp = &(rp->ippr_nextp); in unref_mod()
1967 *rpp = rp->ippr_nextp; in unref_mod()
2193 ipp_ref_t **rpp; in alloc_mod() local
2207 rpp = &ipp_mod_byname[hb]; in alloc_mod()
2214 while ((rp = *rpp) != NULL) { in alloc_mod()
2221 rpp = &(rp->ippr_nextp); in alloc_mod()
2259 *rpp = rp; in alloc_mod()
2278 ipp_ref_t **rpp; in free_mod() local
2289 rpp = &ipp_mod_byname[hb]; in free_mod()
2295 while ((rp = *rpp) != NULL) { in free_mod()
2298 rpp = &(rp->ippr_nextp); in free_mod()
2306 *rpp = rp->ippr_nextp; in free_mod()
2467 ipp_ref_t **rpp, in condemn_action() argument
2478 while ((rp = *rpp) != NULL) { in condemn_action()
2481 rpp = &(rp->ippr_nextp); in condemn_action()
2493 *rpp = rp; in condemn_action()
2619 ipp_ref_t **rpp; in ref_action() local
2631 rpp = &(refby_ap->ippa_ref); in ref_action()
2632 while ((rp = *rpp) != NULL) { in ref_action()
2635 rpp = &(rp->ippr_nextp); in ref_action()
2638 if ((rp = *rpp) != NULL) { in ref_action()
2670 *rpp = rp; in ref_action()
2671 save_rpp = rpp; in ref_action()
2678 rpp = &(ref_ap->ippa_refby); in ref_action()
2679 while ((rp = *rpp) != NULL) { in ref_action()
2681 rpp = &(rp->ippr_nextp); in ref_action()
2692 rpp = save_rpp; in ref_action()
2693 rp = *rpp; in ref_action()
2694 *rpp = NULL; in ref_action()
2707 *rpp = rp; in ref_action()
2720 ipp_ref_t **rpp; in unref_action() local
2730 rpp = &(refby_ap->ippa_ref); in unref_action()
2731 while ((rp = *rpp) != NULL) { in unref_action()
2734 rpp = &(rp->ippr_nextp); in unref_action()
2769 *rpp = rp->ippr_nextp; in unref_action()
2776 rpp = &(ref_ap->ippa_refby); in unref_action()
2777 while ((rp = *rpp) != NULL) { in unref_action()
2780 rpp = &(rp->ippr_nextp); in unref_action()
2788 *rpp = rp->ippr_nextp; in unref_action()
2875 ipp_ref_t **rpp; in alloc_action() local
2890 rpp = &ipp_action_byname[hb]; in alloc_action()
2892 rpp = &ipp_action_noname; in alloc_action()
2899 while ((rp = *rpp) != NULL) { in alloc_action()
2907 rpp = &(rp->ippr_nextp); in alloc_action()
2950 *rpp = rp; in alloc_action()
2969 ipp_ref_t **rpp; in free_action() local
2981 rpp = &ipp_action_byname[hb]; in free_action()
2983 rpp = &ipp_action_noname; in free_action()
2989 while ((rp = *rpp) != NULL) { in free_action()
2992 rpp = &(rp->ippr_nextp); in free_action()
3000 *rpp = rp->ippr_nextp; in free_action()