Search notes:

include/linux/vt_buffer.h

A set of macros and functions which are used in the console driver and related code to access the screen buffer. In most cases the console works with simple in-memory buffer, but when handling hardware text mode consoles, we store the foreground console directly in video memory.

scr_writew, scr_readw

scr_writew(val, addr) writes the value val to the location pointed at by the pointer addr:
#define scr_writew(val, addr) (*(addr) = (val))
Similar idea:
#define scr_readw(addr) (*(addr))

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Linux/ke...', 1759612216, '216.73.216.149', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/kernel/source/include/linux/vt_buffer_h(41): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78