Searched refs:ascii_buf_bytes (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dmtrr.c105 static unsigned int ascii_buf_bytes; variable
543 ascii_buf_bytes = 0;
912 if (*ppos >= ascii_buf_bytes)
915 if (*ppos + len > ascii_buf_bytes)
916 len = ascii_buf_bytes - *ppos;
1188 ascii_buf_bytes = 0;
1203 sprintf (ascii_buffer + ascii_buf_bytes,
1207 ascii_buf_bytes += strlen (ascii_buffer + ascii_buf_bytes);
1210 devfs_set_file_size (devfs_handle, ascii_buf_bytes);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dmtrr.c111 static unsigned int ascii_buf_bytes; variable
879 ascii_buf_bytes = 0;
1393 if (*ppos >= ascii_buf_bytes) return 0;
1394 if (*ppos + len > ascii_buf_bytes) len = ascii_buf_bytes - *ppos;
1614 ascii_buf_bytes = 0;
1634 (ascii_buffer + ascii_buf_bytes,
1638 ascii_buf_bytes += strlen (ascii_buffer + ascii_buf_bytes);
1641 devfs_set_file_size (devfs_handle, ascii_buf_bytes);
[all...]

Completed in 96 milliseconds