aboutsummaryrefslogtreecommitdiffstats
path: root/sys/ipc_amd64.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-01-28 16:14:01 +0100
committerDmitry Vyukov <dvyukov@google.com>2017-01-28 16:14:01 +0100
commite0e5de91ecdc21acc6b09deed542446d044a2f8f (patch)
tree00acc77889cc14e953f77c8fb09f59835dbf10c1 /sys/ipc_amd64.const
parent24362e5bc73cef8dbfe6074ad0d02eac6dda20c5 (diff)
sys: move ipc syscalls into separate file
Diffstat (limited to 'sys/ipc_amd64.const')
-rw-r--r--sys/ipc_amd64.const52
1 files changed, 52 insertions, 0 deletions
diff --git a/sys/ipc_amd64.const b/sys/ipc_amd64.const
new file mode 100644
index 000000000..ac9ac4f8d
--- /dev/null
+++ b/sys/ipc_amd64.const
@@ -0,0 +1,52 @@
+# AUTOGENERATED FILE
+GETALL = 13
+GETNCNT = 14
+GETPID = 11
+GETVAL = 12
+GETZCNT = 15
+IPC_CREAT = 512
+IPC_EXCL = 1024
+IPC_INFO = 3
+IPC_NOWAIT = 2048
+IPC_RMID = 0
+IPC_SET = 1
+IPC_STAT = 2
+MSG_EXCEPT = 8192
+MSG_INFO = 12
+MSG_NOERROR = 4096
+MSG_STAT = 11
+SEM_INFO = 19
+SEM_STAT = 18
+SEM_UNDO = 4096
+SETALL = 17
+SETVAL = 16
+SHM_HUGETLB = 2048
+SHM_INFO = 14
+SHM_LOCK = 11
+SHM_NORESERVE = 4096
+SHM_RDONLY = 4096
+SHM_REMAP = 16384
+SHM_RND = 8192
+SHM_STAT = 13
+SHM_UNLOCK = 12
+S_IRGRP = 32
+S_IROTH = 4
+S_IRUSR = 256
+S_IWGRP = 16
+S_IWOTH = 2
+S_IWUSR = 128
+S_IXGRP = 8
+S_IXOTH = 1
+S_IXUSR = 64
+__NR_msgctl = 71
+__NR_msgget = 68
+__NR_msgrcv = 70
+__NR_msgsnd = 69
+__NR_semctl = 66
+__NR_semget = 64
+__NR_semop = 65
+__NR_semtimedop = 220
+__NR_shmat = 30
+__NR_shmctl = 31
+__NR_shmdt = 67
+__NR_shmget = 29