diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2015-10-16 18:16:10 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2015-10-16 18:16:10 +0200 |
| commit | f8f416fb8f2ce79d0cbf980ee53ddb68fac850ca (patch) | |
| tree | 16fc267a129cafde8432c62b575a9c4497054e55 /executor | |
| parent | 587db99baa54c04e23c207aaf6a5d05d0e1bb791 (diff) | |
preliminary description of kdbus syscalls
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/syscalls.h | 16 |
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}, }; |
