Lines Matching refs:fnd
121 rpcblist_ptr rbl, fnd; in map_set() local
132 fnd = find_service(regp->r_prog, regp->r_vers, regp->r_netid); in map_set()
133 if (fnd && (fnd->rpcb_map.r_vers == regp->r_vers)) { in map_set()
134 if (strcmp(fnd->rpcb_map.r_addr, regp->r_addr) == 0) { in map_set()
150 if (is_bound(fnd->rpcb_map.r_netid, in map_set()
151 fnd->rpcb_map.r_addr)) { in map_set()
160 fnd = NULL; in map_set()
190 for (fnd = list_rbl; fnd->rpcb_next; fnd = fnd->rpcb_next) in map_set()
192 fnd->rpcb_next = rbl; in map_set()
337 rpcblist_ptr fnd; in rpcbproc_getaddr_com() local
371 fnd = find_service(regp->r_prog, regp->r_vers, transp->xp_netid); in rpcbproc_getaddr_com()
372 if (fnd && ((verstype == RPCB_ALLVERS) || in rpcbproc_getaddr_com()
373 (regp->r_vers == fnd->rpcb_map.r_vers))) { in rpcbproc_getaddr_com()
378 fnd->rpcb_map.r_addr, saddr))) { in rpcbproc_getaddr_com()
380 *result = strdup(fnd->rpcb_map.r_addr); in rpcbproc_getaddr_com()
1640 pmaplist *fnd; in add_pmaplist() local
1643 for (fnd = list_pml; fnd->pml_next; fnd = fnd->pml_next) in add_pmaplist()
1645 fnd->pml_next = pml; in add_pmaplist()
1659 pmaplist *prevpml, *fnd; in del_pmaplist() local
1687 fnd = pml; in del_pmaplist()
1693 free(fnd); in del_pmaplist()