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

/netbsd-6-1-5-RELEASE/usr.sbin/rpcbind/
H A Drpcbind.c351 struct pmaplist *pml; local
358 pml = malloc(sizeof (struct pmaplist));
359 if (pml == NULL) {
363 pml->pml_map.pm_prog = PMAPPROG;
364 pml->pml_map.pm_vers = PMAPVERS;
365 pml->pml_map.pm_port = PMAPPORT;
370 free(pml);
375 free(pml);
379 pml->pml_map.pm_prot = IPPROTO_TCP;
386 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.c1377 struct pmaplist *pml; local
1400 pml = (struct pmaplist *) malloc((u_int)sizeof (struct pmaplist));
1401 if (pml == NULL) {
1405 pml->pml_map = pmap;
1406 pml->pml_next = NULL;
1408 list_pml = pml;
1415 fnd->pml_next = pml;
1426 struct pmaplist *pml; local
1442 for (prevpml = NULL, pml = list_pml; pml; /* cstyl
[all...]
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/rpcbind/
H A Drpcbind.c372 struct pmaplist *pml; local
379 pml = malloc(sizeof (struct pmaplist));
380 if (pml == NULL) {
384 pml->pml_map.pm_prog = PMAPPROG;
385 pml->pml_map.pm_vers = PMAPVERS;
386 pml->pml_map.pm_port = PMAPPORT;
391 free(pml);
396 free(pml);
400 pml->pml_map.pm_prot = IPPROTO_TCP;
407 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...]

Completed in 75 milliseconds