aboutsummaryrefslogtreecommitdiffstats
path: root/sys/netbsd/ipc_amd64.const
diff options
context:
space:
mode:
authorAyushi Sharma <35501599+ais2397@users.noreply.github.com>2021-03-24 18:34:21 +0530
committerGitHub <noreply@github.com>2021-03-24 18:34:21 +0530
commit607e3baf1c25928040d05fc22eff6fce7edd709e (patch)
tree48f0c091dfbc6ed88cdf603ff840db6ff8d7bcc2 /sys/netbsd/ipc_amd64.const
parente613994b8bbf6c2f1a76a1a49a9752482b582923 (diff)
sys/netbsd: adding device driver's ioctl descriptions for NetBSD (#2080)
* sys/netbsd: adding descriptions for device drivers & minor updation of syscall flags sys/netbsd: reordering rlimit_type sys/netbsd: reordering flags for stat(2) and mount(2) sys/netbsd: adding i2c and wscons device drivers sys/netbsd: adding desciptions for device drivers ioctls sys/netbsd: minor update in dev_wscons.txt sys/netbsd: updating descriptions of device driver files sys/netbsd: adding copyright statement to dev files sys/netbsd: minor changes in device driver files sys/netbsd: ioctl descriptions for /dev/tprof sys/netbsd: adding flags for tprof device driver * sys/netbsd: updating .const files
Diffstat (limited to 'sys/netbsd/ipc_amd64.const')
-rw-r--r--sys/netbsd/ipc_amd64.const41
1 files changed, 0 insertions, 41 deletions
diff --git a/sys/netbsd/ipc_amd64.const b/sys/netbsd/ipc_amd64.const
deleted file mode 100644
index 1f3d3115c..000000000
--- a/sys/netbsd/ipc_amd64.const
+++ /dev/null
@@ -1,41 +0,0 @@
-# AUTOGENERATED FILE
-GETALL = 6
-GETNCNT = 3
-GETPID = 4
-GETVAL = 5
-GETZCNT = 7
-IPC_CREAT = 512
-IPC_EXCL = 1024
-IPC_NOWAIT = 2048
-IPC_PRIVATE = 0
-IPC_RMID = 0
-IPC_SET = 1
-IPC_STAT = 2
-MSG_NOERROR = 4096
-SEM_UNDO = 4096
-SETALL = 9
-SETVAL = 8
-SHM_LOCK = 3
-SHM_RDONLY = 4096
-SHM_RND = 8192
-SHM_UNLOCK = 4
-SYS_msgctl = 444
-SYS_msgget = 225
-SYS_msgrcv = 227
-SYS_msgsnd = 226
-SYS_semctl = 442
-SYS_semget = 221
-SYS_semop = 222
-SYS_shmat = 228
-SYS_shmctl = 443
-SYS_shmdt = 230
-SYS_shmget = 231
-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