diff options
| author | Mark Johnston <markjdb@gmail.com> | 2020-09-13 10:19:21 -0400 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-09-13 17:15:57 +0200 |
| commit | 8a9bdb4a7e787081b44ebd3cf81543ca9eff1e10 (patch) | |
| tree | 38f36e87a4c7e09136bff206a593455aa8e41e3b /sys/freebsd/ipc.txt.const | |
| parent | d0a4af89ac097bb14c65d5017358e6a33164e9a9 (diff) | |
sys/freebsd: add definitions for large pages
Also add SHM_GROW_ON_WRITE, missed previously.
Diffstat (limited to 'sys/freebsd/ipc.txt.const')
| -rw-r--r-- | sys/freebsd/ipc.txt.const | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/freebsd/ipc.txt.const b/sys/freebsd/ipc.txt.const index c9fe86600..57386860e 100644 --- a/sys/freebsd/ipc.txt.const +++ b/sys/freebsd/ipc.txt.const @@ -1,5 +1,7 @@ # Code generated by syz-sysgen. DO NOT EDIT. arches = 386, amd64 +FIOGSHMLPGCNF = 1076913765 +FIOSSHMLPGCNF = 2150655588 GETALL = 6 GETNCNT = 3 GETPID = 4 @@ -25,7 +27,9 @@ SEM_UNDO = 4096 SETALL = 9 SETVAL = 8 SHM_ALLOW_SEALING = 1 +SHM_GROW_ON_WRITE = 2 SHM_INFO = 14 +SHM_LARGEPAGE = 4 SHM_LOCK = 11 SHM_RDONLY = 4096 SHM_RENAME_EXCHANGE = 2 @@ -35,6 +39,7 @@ SHM_STAT = 13 SHM_UNLOCK = 12 SYS___semctl = 510 SYS_freebsd12_shm_open = 482 +SYS_ioctl = 54 SYS_msgctl = 511 SYS_msgget = 225 SYS_msgrcv = 227 |
