HelenOS sources

stats_exc_t       632 kernel/generic/src/sysinfo/stats.c 	*size = sizeof(stats_exc_t) * IVT_ITEMS;
stats_exc_t       637 kernel/generic/src/sysinfo/stats.c 	stats_exc_t *stats_exceptions =
stats_exc_t       638 kernel/generic/src/sysinfo/stats.c 	    (stats_exc_t *) malloc(*size);
stats_exc_t       715 kernel/generic/src/sysinfo/stats.c 		stats_exc_t *stats_exception =
stats_exc_t       716 kernel/generic/src/sysinfo/stats.c 		    (stats_exc_t *) malloc(sizeof(stats_exc_t));
stats_exc_t       726 kernel/generic/src/sysinfo/stats.c 		ret.data.size = sizeof(stats_exc_t);
stats_exc_t       139 uspace/app/top/top.h 	stats_exc_t *exceptions;
stats_exc_t       139 uspace/dist/src/c/demos/top/top.h 	stats_exc_t *exceptions;
stats_exc_t       221 uspace/lib/c/generic/stats.c stats_exc_t *stats_get_exceptions(size_t *count)
stats_exc_t       224 uspace/lib/c/generic/stats.c 	stats_exc_t *stats_exceptions =
stats_exc_t       225 uspace/lib/c/generic/stats.c 	    (stats_exc_t *) sysinfo_get_data("system.exceptions", &size);
stats_exc_t       227 uspace/lib/c/generic/stats.c 	if ((size % sizeof(stats_exc_t)) != 0) {
stats_exc_t       234 uspace/lib/c/generic/stats.c 	*count = size / sizeof(stats_exc_t);
stats_exc_t       247 uspace/lib/c/generic/stats.c stats_exc_t *stats_get_exception(unsigned int excn)
stats_exc_t       253 uspace/lib/c/generic/stats.c 	stats_exc_t *stats_exception =
stats_exc_t       254 uspace/lib/c/generic/stats.c 	    (stats_exc_t *) sysinfo_get_data(name, &size);
stats_exc_t       256 uspace/lib/c/generic/stats.c 	if (size != sizeof(stats_exc_t)) {
stats_exc_t        56 uspace/lib/c/include/stats.h extern stats_exc_t *stats_get_exceptions(size_t *);
stats_exc_t        57 uspace/lib/c/include/stats.h extern stats_exc_t *stats_get_exception(unsigned int);
stats_exc_t        56 uspace/lib/posix/include/libc/stats.h extern stats_exc_t *stats_get_exceptions(size_t *);
stats_exc_t        57 uspace/lib/posix/include/libc/stats.h extern stats_exc_t *stats_get_exception(unsigned int);
HelenOS homepage, sources at GitHub