/linux-2.4.37.9/arch/i386/kernel/ |
D | edd.c | 97 proc_calc_metrics(char *page, char **start, off_t off, in proc_calc_metrics() function 151 return proc_calc_metrics(page, start, off, count, eof, 0); in edd_show_host_bus() 184 return proc_calc_metrics(page, start, off, count, eof, (p - page)); in edd_show_host_bus() 195 return proc_calc_metrics(page, start, off, count, eof, 0); in edd_show_interface() 241 return proc_calc_metrics(page, start, off, count, eof, (p - page)); in edd_show_interface() 258 return proc_calc_metrics(page, start, off, count, eof, 0); in edd_show_raw_data() 314 return proc_calc_metrics(page, start, off, count, eof, (p - page)); in edd_show_raw_data() 323 return proc_calc_metrics(page, start, off, count, eof, 0); in edd_show_version() 327 return proc_calc_metrics(page, start, off, count, eof, (p - page)); in edd_show_version() 335 return proc_calc_metrics(page, start, off, count, eof, 0); in edd_show_disk80_sig() [all …]
|
/linux-2.4.37.9/fs/proc/ |
D | proc_misc.c | 92 static int proc_calc_metrics(char *page, char **start, off_t off, in proc_calc_metrics() function 117 return proc_calc_metrics(page, start, off, count, eof, len); in loadavg_read_proc() 152 return proc_calc_metrics(page, start, off, count, eof, len); in uptime_read_proc() 213 return proc_calc_metrics(page, start, off, count, eof, len); in meminfo_read_proc() 226 return proc_calc_metrics(page, start, off, count, eof, len); in version_read_proc() 246 return proc_calc_metrics(page, start, off, count, eof, len); in hardware_read_proc() 255 return proc_calc_metrics(page, start, off, count, eof, len); in stram_read_proc() 276 return proc_calc_metrics(page, start, off, count, eof, len); in modules_read_proc() 384 return proc_calc_metrics(page, start, off, count, eof, len); in kstat_read_proc() 391 return proc_calc_metrics(page, start, off, count, eof, len); in devices_read_proc() [all …]
|
/linux-2.4.37.9/arch/ia64/sn/kernel/sn2/ |
D | prominfo_proc.c | 213 proc_calc_metrics(char *page, char **start, off_t off, int count, int *eof, in proc_calc_metrics() function 233 len = proc_calc_metrics(page, start, off, count, eof, len); in read_version_entry() 247 len = proc_calc_metrics(page, start, off, count, eof, len); in read_fit_entry()
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | efivars.c | 146 proc_calc_metrics(char *page, char **start, off_t off, in proc_calc_metrics() function 251 return proc_calc_metrics(page, start, off, count, eof, len); in efivar_read()
|