aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2015-10-16 18:16:10 +0200
committerDmitry Vyukov <dvyukov@google.com>2015-10-16 18:16:10 +0200
commitf8f416fb8f2ce79d0cbf980ee53ddb68fac850ca (patch)
tree16fc267a129cafde8432c62b575a9c4497054e55 /executor/syscalls.h
parent587db99baa54c04e23c207aaf6a5d05d0e1bb791 (diff)
preliminary description of kdbus syscalls
Diffstat (limited to 'executor/syscalls.h')
-rw-r--r--executor/syscalls.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h
index 0175b6dea..21b3d8db4 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -371,4 +371,20 @@ call_t syscalls[] = {
{"sched_getattr", __NR_sched_getattr},
{"sched_setattr", __NR_sched_setattr},
{"sched_yield", __NR_sched_yield},
+ {"ioctl$kdbus_bus_make", __NR_ioctl},
+ {"ioctl$kdbus_ep_make", __NR_ioctl},
+ {"ioctl$kdbus_ep_update", __NR_ioctl},
+ {"ioctl$kdbus_hello", __NR_ioctl},
+ {"ioctl$kdbus_name_acquire", __NR_ioctl},
+ {"ioctl$kdbus_name_release", __NR_ioctl},
+ {"ioctl$kdbus_free", __NR_ioctl},
+ {"ioctl$kdbus_recv", __NR_ioctl},
+ {"ioctl$kdbus_send", __NR_ioctl},
+ {"ioctl$kdbus_update", __NR_ioctl},
+ {"ioctl$kdbus_bye", __NR_ioctl},
+ {"ioctl$kdbus_conn_info", __NR_ioctl},
+ {"ioctl$kdbus_bus_info", __NR_ioctl},
+ {"ioctl$kdbus_list", __NR_ioctl},
+ {"ioctl$kdbus_match_add", __NR_ioctl},
+ {"ioctl$kdbus_match_remove", __NR_ioctl},
};