From eef80b3d764f2f108d48da55ca71477c427ea7e3 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 28 Dec 2015 15:51:46 +0100 Subject: sys: split syscall description into several files --- executor/syscalls.h | 68 ++++++++++++++++++++++++++--------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) (limited to 'executor/syscalls.h') diff --git a/executor/syscalls.h b/executor/syscalls.h index c2b0caa68..4bd784fa2 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -414,23 +414,6 @@ call_t syscalls[] = { {"sched_yield", 24}, {"getrandom", 318}, {"membarrier", 324}, - {"open$kdbus", 2}, - {"ioctl$kdbus_bus_make", 16}, - {"ioctl$kdbus_ep_make", 16}, - {"ioctl$kdbus_ep_update", 16}, - {"ioctl$kdbus_hello", 16}, - {"ioctl$kdbus_name_acquire", 16}, - {"ioctl$kdbus_name_release", 16}, - {"ioctl$kdbus_free", 16}, - {"ioctl$kdbus_recv", 16}, - {"ioctl$kdbus_send", 16}, - {"ioctl$kdbus_update", 16}, - {"ioctl$kdbus_bye", 16}, - {"ioctl$kdbus_conn_info", 16}, - {"ioctl$kdbus_bus_info", 16}, - {"ioctl$kdbus_list", 16}, - {"ioctl$kdbus_match_add", 16}, - {"ioctl$kdbus_match_remove", 16}, {"open$ptmx", 2}, {"syz_openpts", 1000001}, {"ioctl$TCGETS", 16}, @@ -651,6 +634,23 @@ call_t syscalls[] = { {"getsockopt$BT_SNDMTU", 55}, {"setsockopt$BT_RCVMTU", 54}, {"getsockopt$BT_RCVMTU", 55}, + {"open$kdbus", 2}, + {"ioctl$kdbus_bus_make", 16}, + {"ioctl$kdbus_ep_make", 16}, + {"ioctl$kdbus_ep_update", 16}, + {"ioctl$kdbus_hello", 16}, + {"ioctl$kdbus_name_acquire", 16}, + {"ioctl$kdbus_name_release", 16}, + {"ioctl$kdbus_free", 16}, + {"ioctl$kdbus_recv", 16}, + {"ioctl$kdbus_send", 16}, + {"ioctl$kdbus_update", 16}, + {"ioctl$kdbus_bye", 16}, + {"ioctl$kdbus_conn_info", 16}, + {"ioctl$kdbus_bus_info", 16}, + {"ioctl$kdbus_list", 16}, + {"ioctl$kdbus_match_add", 16}, + {"ioctl$kdbus_match_remove", 16}, }; #endif @@ -1057,23 +1057,6 @@ call_t syscalls[] = { {"sched_yield", 124}, {"getrandom", -1}, {"membarrier", -1}, - {"open$kdbus", -1}, - {"ioctl$kdbus_bus_make", 29}, - {"ioctl$kdbus_ep_make", 29}, - {"ioctl$kdbus_ep_update", 29}, - {"ioctl$kdbus_hello", 29}, - {"ioctl$kdbus_name_acquire", 29}, - {"ioctl$kdbus_name_release", 29}, - {"ioctl$kdbus_free", 29}, - {"ioctl$kdbus_recv", 29}, - {"ioctl$kdbus_send", 29}, - {"ioctl$kdbus_update", 29}, - {"ioctl$kdbus_bye", 29}, - {"ioctl$kdbus_conn_info", 29}, - {"ioctl$kdbus_bus_info", 29}, - {"ioctl$kdbus_list", 29}, - {"ioctl$kdbus_match_add", 29}, - {"ioctl$kdbus_match_remove", 29}, {"open$ptmx", -1}, {"syz_openpts", 1000001}, {"ioctl$TCGETS", 29}, @@ -1294,6 +1277,23 @@ call_t syscalls[] = { {"getsockopt$BT_SNDMTU", 209}, {"setsockopt$BT_RCVMTU", 208}, {"getsockopt$BT_RCVMTU", 209}, + {"open$kdbus", -1}, + {"ioctl$kdbus_bus_make", 29}, + {"ioctl$kdbus_ep_make", 29}, + {"ioctl$kdbus_ep_update", 29}, + {"ioctl$kdbus_hello", 29}, + {"ioctl$kdbus_name_acquire", 29}, + {"ioctl$kdbus_name_release", 29}, + {"ioctl$kdbus_free", 29}, + {"ioctl$kdbus_recv", 29}, + {"ioctl$kdbus_send", 29}, + {"ioctl$kdbus_update", 29}, + {"ioctl$kdbus_bye", 29}, + {"ioctl$kdbus_conn_info", 29}, + {"ioctl$kdbus_bus_info", 29}, + {"ioctl$kdbus_list", 29}, + {"ioctl$kdbus_match_add", 29}, + {"ioctl$kdbus_match_remove", 29}, }; #endif -- cgit mrf-deployment