Search notes:

include/uapi/asm-generic/unistd.h

include/uapi/asm-generic/unistd.h contains the system call numbers, based on the layout of the x86-64 architecture, which embeds the pointer to the syscall in the table:
#define __NR_io_setup     0
#define __NR_io_destroy   1
#define __NR_io_submit    2
…
#define __NR_cachestat  451
The macro __NR_syscalls keeps the number of syscalls:
#define __NR_syscalls   452

See also

The syscall function prototypes are defined in include/linux/syscalls.h.

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...', 1759398281, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/kernel/source/include/uapi/asm-generic/unistd_h(45): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78