Home | History | Annotate | Download | only in kern

Lines Matching refs:tos

67  * Froms is actually a bunch of unsigned shorts indexing tos
130 p->tos = (struct tostruct *)cp;
171 CTLFLAG_READWRITE, CTLTYPE_STRUCT, "tos",
192 _gmonparam.tos = p->tos;
202 p->tos = (struct tostruct *)cp;
249 /* kern.profiling.{count,froms,tos} */
262 gp->tos = (struct tostruct *)cp;
308 node.sysctl_data = gp->tos;
380 * if 'kern.profiling.{count,froms,tos}' is written, the same
406 memmove(ci->ci_gmon->tos, gp->tos, newlen);
461 CTLTYPE_STRUCT, "tos",