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

/freebsd-10.0-release/contrib/gcc/config/i386/
H A Dgmon-sol2.c85 struct tostruct { struct
106 static struct tostruct *tos = 0;
158 tos = (struct tostruct *) sbrk( tolimit * sizeof( struct tostruct ) );
159 if ( tos == (struct tostruct *) -1 ) {
250 register struct tostruct *top;
251 register struct tostruct *prevtop;
332 * so we allocate a new tostruct
/freebsd-10.0-release/contrib/gcc/config/sparc/
H A Dgmon-sol2.c54 struct tostruct { struct
77 static struct tostruct *tos = 0;
130 tos = (struct tostruct *) sbrk( tolimit * sizeof( struct tostruct ) );
131 if ( tos == (struct tostruct *) -1 ) {
281 register struct tostruct *top;
282 register struct tostruct *prevtop;
357 * so we allocate a new tostruct
/freebsd-10.0-release/sys/sys/
H A Dgmon.h129 struct tostruct { struct
161 struct tostruct *tos;
/freebsd-10.0-release/lib/libc/gmon/
H A Dgmon.c96 p->tossize = p->tolimit * sizeof(struct tostruct);
106 p->tos = (struct tostruct *)cp;
H A Dmcount.c73 struct tostruct *top, *prevtop;
223 * so we allocate a new tostruct
/freebsd-10.0-release/sys/kern/
H A Dsubr_prof.c104 np.tossize = np.tolimit * sizeof(struct tostruct);
114 np.tos = (struct tostruct *)cp;
173 p->tossize = p->tolimit * sizeof(struct tostruct);
176 p->tos = (struct tostruct *)cp;
/freebsd-10.0-release/sys/libkern/
H A Dmcount.c67 struct tostruct *top, *prevtop;
191 * so we allocate a new tostruct
/freebsd-10.0-release/usr.sbin/kgmon/
H A Dkgmon.c348 struct tostruct *tos;
417 if ((tos = (struct tostruct *)malloc(kvp->gpm.tossize)) == NULL)

Completed in 82 milliseconds