diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2025-04-09 10:38:03 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2025-04-10 17:07:48 +0000 |
| commit | 2d9fa31cf7abaddf944824814053e67b4d5c478e (patch) | |
| tree | 12c10728542789e81ec4eef0496250933516e217 /sys/linux/auto.txt.const | |
| parent | a6ec893839824d1b080d8c0c02360e5db5c6d39f (diff) | |
pkg/declextract: export syscall variants as separate interfaces
Export each syscall variant (e.g. fcnt$*) as a separate interface.
Effectively these are separate syscalls. We will want this for
ioctl as well (it's not 1 interface).
Diffstat (limited to 'sys/linux/auto.txt.const')
| -rw-r--r-- | sys/linux/auto.txt.const | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/sys/linux/auto.txt.const b/sys/linux/auto.txt.const index 81c3e6605..c396f7f5f 100644 --- a/sys/linux/auto.txt.const +++ b/sys/linux/auto.txt.const @@ -128,7 +128,6 @@ BCH_IOCTL_QUERY_ACCOUNTING = 1075887125 BCH_IOCTL_QUERY_COUNTERS = 1074314261 BCH_IOCTL_QUERY_UUID = 2148580353 BCH_IOCTL_READ_SUPER = 1075887116 -BINDER_CTL_ADD = 3238552065 BLKALIGNOFF = 4730, mips64le:ppc64le:536875642 BLKBSZGET = 2148012656, 386:arm:2147750512, mips64le:ppc64le:1074270832 BLKBSZSET = 1074270833, 386:arm:1074008689, mips64le:ppc64le:2148012657 @@ -915,6 +914,24 @@ KEY_SPEC_SESSION_KEYRING = 18446744073709551613 KEY_SPEC_THREAD_KEYRING = 18446744073709551615 KEY_SPEC_USER_KEYRING = 18446744073709551612 KEY_SPEC_USER_SESSION_KEYRING = 18446744073709551611 +KSMBD_EVENT_HEARTBEAT_REQUEST = 1 +KSMBD_EVENT_LOGIN_REQUEST = 4 +KSMBD_EVENT_LOGIN_REQUEST_EXT = 16 +KSMBD_EVENT_LOGIN_RESPONSE = 5 +KSMBD_EVENT_LOGIN_RESPONSE_EXT = 17 +KSMBD_EVENT_LOGOUT_REQUEST = 11 +KSMBD_EVENT_RPC_REQUEST = 12 +KSMBD_EVENT_RPC_RESPONSE = 13 +KSMBD_EVENT_SHARE_CONFIG_REQUEST = 6 +KSMBD_EVENT_SHARE_CONFIG_RESPONSE = 7 +KSMBD_EVENT_SHUTTING_DOWN = 3 +KSMBD_EVENT_SPNEGO_AUTHEN_REQUEST = 14 +KSMBD_EVENT_SPNEGO_AUTHEN_RESPONSE = 15 +KSMBD_EVENT_STARTING_UP = 2 +KSMBD_EVENT_TREE_CONNECT_REQUEST = 8 +KSMBD_EVENT_TREE_CONNECT_RESPONSE = 9 +KSMBD_EVENT_TREE_DISCONNECT_REQUEST = 10 +KSMBD_EVENT_UNSPEC = 0 KVM_CHECK_EXTENSION = 44547, mips64le:ppc64le:536915459 KVM_CREATE_VM = 44545, mips64le:ppc64le:536915457 KVM_GET_API_VERSION = 44544, mips64le:ppc64le:536915456 |
