Home | History | Annotate | Download | only in kern

Lines Matching defs:source

13  * Redistribution and use in source and binary forms, with or without
16 * 1. Redistributions of source code must retain the above copyright
44 * Redistribution and use in source and binary forms, with or without
47 * 1. Redistributions of source code must retain the above copyright
145 struct krndsource source;
179 rnd_add_uint32(&C->source, 0);
286 rndsource_setcb(&hardclockrnd.source, clockrnd_get, &hardclockrnd);
287 rnd_attach_source(&hardclockrnd.source, "hardclock", RND_TYPE_SKEW,
290 rndsource_setcb(&statclockrnd.source, clockrnd_get,
292 rnd_attach_source(&statclockrnd.source, "statclock",
366 * profiling source.
386 * profiling source.