HomeSort by: relevance | last modified time | path
    Searched refs:tostruct (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/sys/
gmon.h 101 struct tostruct { struct
127 struct tostruct *tos;
  /src/common/lib/libc/gmon/
mcount.c 134 struct tostruct *top, *prevtop;
229 * so we allocate a new tostruct
296 struct tostruct *top;
349 * we allocate a new tostruct
  /src/sys/kern/
subr_prof.c 100 p->tossize = p->tolimit * sizeof(struct tostruct);
128 p->tos = (struct tostruct *)cp;
200 p->tos = (struct tostruct *)cp;
260 gp->tos = (struct tostruct *)cp;
  /src/lib/libc/gmon/
gmon.c 142 p->tossize = p->tolimit * sizeof(struct tostruct);
267 struct tostruct *top;
315 * we allocate a new tostruct
  /src/usr.sbin/kgmon/
kgmon.c 345 struct tostruct *tos;

Completed in 146 milliseconds