Lines Matching defs:newp
94 struct pmaplist *newp;
97 newp = (struct pmaplist *)bkmem_alloc(sizeof (struct pmaplist));
99 if (newp == NULL)
102 newp->pml_map.pm_prog = prog;
103 newp->pml_map.pm_vers = vers;
104 newp->pml_map.pm_prot = (rpcprot_t)IPPROTO_UDP;
105 newp->pml_map.pm_port = port;
107 map_tail->pml_next = newp;
108 newp->pml_next = NULL;
109 map_tail = newp;