aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_loop_amd64.const
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2019-02-01 01:08:17 +0100
committerAndrey Konovalov <andreyknvl@gmail.com>2019-02-01 14:40:17 +0100
commit9f528bbcc8a3d94c9be27a0eecc12022d4b3bfaa (patch)
tree59bcdb899b42ba9d793d5bbac6cf58a4a9132143 /sys/linux/dev_loop_amd64.const
parentaa53be276dc84aa8b3825b3416542447ff82b41a (diff)
sys/linux: rename dev descriptions files
Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names.
Diffstat (limited to 'sys/linux/dev_loop_amd64.const')
-rw-r--r--sys/linux/dev_loop_amd64.const33
1 files changed, 33 insertions, 0 deletions
diff --git a/sys/linux/dev_loop_amd64.const b/sys/linux/dev_loop_amd64.const
new file mode 100644
index 000000000..8b94f31c2
--- /dev/null
+++ b/sys/linux/dev_loop_amd64.const
@@ -0,0 +1,33 @@
+# AUTOGENERATED FILE
+AT_FDCWD = 18446744073709551516
+LOOP_CHANGE_FD = 19462
+LOOP_CLR_FD = 19457
+LOOP_CTL_ADD = 19584
+LOOP_CTL_GET_FREE = 19586
+LOOP_CTL_REMOVE = 19585
+LOOP_GET_STATUS = 19459
+LOOP_GET_STATUS64 = 19461
+LOOP_SET_BLOCK_SIZE = 19465
+LOOP_SET_CAPACITY = 19463
+LOOP_SET_DIRECT_IO = 19464
+LOOP_SET_FD = 19456
+LOOP_SET_STATUS = 19458
+LOOP_SET_STATUS64 = 19460
+LO_CRYPT_BLOW = 4
+LO_CRYPT_CAST128 = 5
+LO_CRYPT_CRYPTOAPI = 18
+LO_CRYPT_DES = 2
+LO_CRYPT_DUMMY = 9
+LO_CRYPT_FISH2 = 3
+LO_CRYPT_IDEA = 6
+LO_CRYPT_NONE = 0
+LO_CRYPT_SKIPJACK = 10
+LO_CRYPT_XOR = 1
+LO_FLAGS_AUTOCLEAR = 4
+LO_FLAGS_DIRECT_IO = 16
+LO_FLAGS_PARTSCAN = 8
+LO_FLAGS_READ_ONLY = 1
+LO_KEY_SIZE = 32
+LO_NAME_SIZE = 64
+__NR_ioctl = 16
+__NR_openat = 257