Home | History | Annotate | Download | only in src

Lines Matching refs:bufptr

113 	} *bufptr;
116 cp = alloc(sizeof(*bufptr) - ALLOC_SIZE, APERM);
119 memset(cp, 0, sizeof(*bufptr) - ALLOC_SIZE);
122 bufptr = (void *)(cp - ALLOC_SIZE);
124 bufptr->dataptr = &rndsetupstate;
126 bufptr->stkptr = &bufptr;
128 bufptr->mallocptr = bufptr;
130 sigsetjmp(bufptr->jbuf, 1);
132 gettimeofday(&bufptr->tv, &bufptr->tz);
138 NZATUpdateMem(h, bufptr, sizeof(*bufptr));