Home
last modified time | relevance | path

Searched refs:tostruct (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/gcc/config/i386/
HDgmon-sol2.c85 struct tostruct { struct
106 static struct tostruct *tos = 0; argument
158 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()
/NextBSD/contrib/gcc/config/sparc/
HDgmon-sol2.c54 struct tostruct { struct
77 static struct tostruct *tos = 0; argument
130 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()
/NextBSD/sys/sys/
HDgmon.h129 struct tostruct { struct
161 struct tostruct *tos;
/NextBSD/sys/kern/
HDsubr_prof.c104 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;
/NextBSD/lib/libc/gmon/
HDgmon.c95 p->tossize = p->tolimit * sizeof(struct tostruct); in monstartup()
105 p->tos = (struct tostruct *)cp; in monstartup()
HDmcount.c73 struct tostruct *top, *prevtop; in _MCOUNT_DECL()
/NextBSD/sys/libkern/
HDmcount.c67 struct tostruct *top, *prevtop;
/NextBSD/usr.sbin/kgmon/
HDkgmon.c348 struct tostruct *tos; in dumpstate()
417 if ((tos = (struct tostruct *)malloc(kvp->gpm.tossize)) == NULL) in dumpstate()