aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/loop_arm64.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-09-13 15:34:21 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-09-15 16:02:37 +0200
commit18e96021edb8f4de80626d7f50240964e37d570e (patch)
tree920bc3f7d064868bc4bfb21c8e6663bff1797c0d /sys/linux/loop_arm64.const
parent4a7f7fab1ecf47d82fc2b403b57d3cf9b5836398 (diff)
sys: move linux descriptions to sys/linux
Diffstat (limited to 'sys/linux/loop_arm64.const')
-rw-r--r--sys/linux/loop_arm64.const30
1 files changed, 30 insertions, 0 deletions
diff --git a/sys/linux/loop_arm64.const b/sys/linux/loop_arm64.const
new file mode 100644
index 000000000..3a28ed603
--- /dev/null
+++ b/sys/linux/loop_arm64.const
@@ -0,0 +1,30 @@
+# AUTOGENERATED FILE
+AT_FDCWD = 18446744073709551516
+LOOP_CLR_FD = 19457
+LOOP_CTL_ADD = 19584
+LOOP_CTL_GET_FREE = 19586
+LOOP_GET_STATUS = 19459
+LOOP_GET_STATUS64 = 19461
+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 = 29
+__NR_openat = 56