Searched refs:pml (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Drpcbind.c370 struct pmaplist *pml; local
377 pml = malloc(sizeof (struct pmaplist));
378 if (pml == NULL) {
382 pml->pml_map.pm_prog = PMAPPROG;
383 pml->pml_map.pm_vers = PMAPVERS;
384 pml->pml_map.pm_port = PMAPPORT;
389 free(pml);
394 free(pml);
398 pml->pml_map.pm_prot = IPPROTO_TCP;
405 free(pml);
[all...]
H A Dpmap_svc.c154 register struct pmaplist *pml; local
156 for (pml = list_pml; pml != NULL; pml = pml->pml_next) {
157 if ((pml->pml_map.pm_prog != prog) ||
158 (pml->pml_map.pm_prot != prot))
160 hit = pml;
161 if (pml->pml_map.pm_vers == vers)
H A Drpcb_svc_com.c1375 struct pmaplist *pml; local
1398 pml = (struct pmaplist *) malloc((u_int)sizeof (struct pmaplist));
1399 if (pml == NULL) {
1403 pml->pml_map = pmap;
1404 pml->pml_next = NULL;
1406 list_pml = pml;
1413 fnd->pml_next = pml;
1424 struct pmaplist *pml; local
1440 for (prevpml = NULL, pml = list_pml; pml; /* cstyl
[all...]
/freebsd-11.0-release/usr.sbin/rpcbind/
H A Drpcbind.c535 struct pmaplist *pml; local
543 pml = malloc(sizeof (struct pmaplist));
544 if (pml == NULL) {
548 pml->pml_map.pm_prog = PMAPPROG;
549 pml->pml_map.pm_vers = PMAPVERS;
550 pml->pml_map.pm_port = PMAPPORT;
558 pml->pml_map.pm_prot = IPPROTO_TCP;
570 pml->pml_map.pm_prot = IPPROTO_UDP;
576 pml->pml_map.pm_prot = IPPROTO_ST;
578 pml
[all...]
H A Dpmap_svc.c155 register struct pmaplist *pml; local
157 for (pml = list_pml; pml != NULL; pml = pml->pml_next) {
158 if ((pml->pml_map.pm_prog != prog) ||
159 (pml->pml_map.pm_prot != prot))
161 hit = pml;
162 if (pml->pml_map.pm_vers == vers)
H A Drpcb_svc_com.c1401 struct pmaplist *pml; local
1424 pml = malloc(sizeof (struct pmaplist));
1425 if (pml == NULL) {
1429 pml->pml_map = pmap;
1430 pml->pml_next = NULL;
1432 list_pml = pml;
1439 fnd->pml_next = pml;
1450 struct pmaplist *pml; local
1466 for (prevpml = NULL, pml = list_pml; pml; /* cstyl
[all...]

Completed in 200 milliseconds