Lines Matching refs:newp
161 struct physmem_proc_hash *newp = NULL;194 if (newp != NULL)195 kmem_free(newp, sizeof (*newp));201 if (newp != NULL) {202 newp->pph_proc = curproc;203 newp->pph_next = pph[index];204 newp->pph_hash = php;206 pph[index] = newp;213 newp = kmem_zalloc(sizeof (struct physmem_proc_hash), KM_SLEEP);