Searched refs:vminfo (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dvideo-vesa.c22 static struct vesa_mode_info vminfo; variable in typeref:struct:vesa_mode_info
64 memset(&vminfo, 0, sizeof vminfo); /* Just in case... */
68 ireg.di = (size_t)&vminfo;
74 if ((vminfo.mode_attr & 0x15) == 0x05) {
80 mi->x = vminfo.h_res;
81 mi->y = vminfo.v_res;
83 } else if ((vminfo.mode_attr & 0x99) == 0x99 &&
84 (vminfo.memory_layout == 4 ||
85 vminfo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/vmstat/proc/
H A Dsysinfo.h87 extern void vminfo(void);
H A Dsysinfo.c276 vminfo();
524 /* read /proc/vminfo only for 2.5.41 and above */
583 void vminfo(void){ function

Completed in 113 milliseconds