diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2015-12-28 15:51:46 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2015-12-28 15:53:32 +0100 |
| commit | eef80b3d764f2f108d48da55ca71477c427ea7e3 (patch) | |
| tree | 7e09a7fedbe7b820ff7c955c7666a520cc40498f /executor/syscalls.h | |
| parent | 3dc36baa69ba3240a7e484d6883ab64f0495f27a (diff) | |
sys: split syscall description into several files
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 68 |
1 files changed, 34 insertions, 34 deletions
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 |
