Searched refs:tostruct (Results 1 – 8 of 8) sorted by relevance
85 struct tostruct { struct106 static struct tostruct *tos = 0; argument158 tos = (struct tostruct *) sbrk( tolimit * sizeof( struct tostruct ) ); in monstartup()159 if ( tos == (struct tostruct *) -1 ) { in monstartup()250 register struct tostruct *top; in internal_mcount()251 register struct tostruct *prevtop; in internal_mcount()
54 struct tostruct { struct77 static struct tostruct *tos = 0; argument130 tos = (struct tostruct *) sbrk( tolimit * sizeof( struct tostruct ) ); in monstartup()131 if ( tos == (struct tostruct *) -1 ) { in monstartup()281 register struct tostruct *top; in internal_mcount()282 register struct tostruct *prevtop; in internal_mcount()
129 struct tostruct { struct161 struct tostruct *tos;
104 np.tossize = np.tolimit * sizeof(struct tostruct); in kmupetext()114 np.tos = (struct tostruct *)cp; in kmupetext()173 p->tossize = p->tolimit * sizeof(struct tostruct);176 p->tos = (struct tostruct *)cp;
95 p->tossize = p->tolimit * sizeof(struct tostruct); in monstartup()105 p->tos = (struct tostruct *)cp; in monstartup()
73 struct tostruct *top, *prevtop; in _MCOUNT_DECL()
67 struct tostruct *top, *prevtop;
348 struct tostruct *tos; in dumpstate()417 if ((tos = (struct tostruct *)malloc(kvp->gpm.tossize)) == NULL) in dumpstate()