Home | History | Annotate | Download | only in kern

Lines Matching defs:nps

811 	struct pstats *nps;
814 nps = kmem_alloc(sizeof(*nps), KM_SLEEP);
816 len = (char *)&nps->pstat_endzero - (char *)&nps->pstat_startzero;
817 memset(&nps->pstat_startzero, 0, len);
819 len = (char *)&nps->pstat_endcopy - (char *)&nps->pstat_startcopy;
820 memcpy(&nps->pstat_startcopy, &ps->pstat_startcopy, len);
822 return nps;