HelenOS sources

data_t             46 kernel/arch/mips32/src/cpu/cpu.c static struct data_t imp_data[] = {
data_t             86 kernel/arch/mips32/src/cpu/cpu.c static struct data_t imp_data80[] = {
data_t            106 kernel/arch/mips32/src/cpu/cpu.c 	struct data_t *data;
data_t            177 uspace/app/top/screen.c static inline void print_global_head(data_t *data)
data_t            194 uspace/app/top/screen.c static inline void print_task_summary(data_t *data)
data_t            200 uspace/app/top/screen.c static inline void print_thread_summary(data_t *data)
data_t            242 uspace/app/top/screen.c static inline void print_cpu_info(data_t *data)
data_t            270 uspace/app/top/screen.c static inline void print_physmem_info(data_t *data)
data_t            484 uspace/app/top/screen.c void print_data(data_t *data)
data_t             46 uspace/app/top/screen.h extern void print_data(data_t *);
data_t            133 uspace/app/top/top.c static const char *read_data(data_t *target)
data_t            247 uspace/app/top/top.c static void compute_percentages(data_t *old_data, data_t *new_data)
data_t            409 uspace/app/top/top.c static const char *fill_task_table(data_t *data)
data_t            448 uspace/app/top/top.c static const char *fill_ipc_table(data_t *data)
data_t            481 uspace/app/top/top.c static const char *fill_exception_table(data_t *data)
data_t            517 uspace/app/top/top.c static const char *fill_table(data_t *data)
data_t            535 uspace/app/top/top.c static void free_data(data_t *target)
data_t            582 uspace/app/top/top.c 	data_t data;
data_t            583 uspace/app/top/top.c 	data_t data_prev;
data_t            179 uspace/dist/src/c/demos/top/screen.c static inline void print_global_head(data_t *data)
data_t            196 uspace/dist/src/c/demos/top/screen.c static inline void print_task_summary(data_t *data)
data_t            202 uspace/dist/src/c/demos/top/screen.c static inline void print_thread_summary(data_t *data)
data_t            244 uspace/dist/src/c/demos/top/screen.c static inline void print_cpu_info(data_t *data)
data_t            272 uspace/dist/src/c/demos/top/screen.c static inline void print_physmem_info(data_t *data)
data_t            486 uspace/dist/src/c/demos/top/screen.c void print_data(data_t *data)
data_t             45 uspace/dist/src/c/demos/top/screen.h extern void print_data(data_t *);
data_t            134 uspace/dist/src/c/demos/top/top.c static const char *read_data(data_t *target)
data_t            248 uspace/dist/src/c/demos/top/top.c static void compute_percentages(data_t *old_data, data_t *new_data)
data_t            410 uspace/dist/src/c/demos/top/top.c static const char *fill_task_table(data_t *data)
data_t            449 uspace/dist/src/c/demos/top/top.c static const char *fill_ipc_table(data_t *data)
data_t            482 uspace/dist/src/c/demos/top/top.c static const char *fill_exception_table(data_t *data)
data_t            518 uspace/dist/src/c/demos/top/top.c static const char *fill_table(data_t *data)
data_t            536 uspace/dist/src/c/demos/top/top.c static void free_data(data_t *target)
data_t            583 uspace/dist/src/c/demos/top/top.c 	data_t data;
data_t            584 uspace/dist/src/c/demos/top/top.c 	data_t data_prev;
HelenOS homepage, sources at GitHub