diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-01-19 13:47:56 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-19 13:51:21 +0100 |
| commit | 0342f8c7bc656ea8ee3c45e49edeb4ee9cc12cce (patch) | |
| tree | 11e5b0db75e24ed6ec93edab48d6a8ee1113a456 /executor/syscalls.h | |
| parent | bc8bc756c272115ed92fad4f716b77f6fb995203 (diff) | |
sys/linux: add more device descriptions (geneve, lowpan, ipoib, cfhsi)
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index 7d8c4cdce..7c24fa32b 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -3908,6 +3908,8 @@ const call_t syscalls[] = { {"open_by_handle_at", 342}, {"open_tree", 428}, {"openat", 295}, + {"openat$6lowpan_control", 295}, + {"openat$6lowpan_enable", 295}, {"openat$adsp1", 295}, {"openat$apparmor_task_current", 295}, {"openat$apparmor_task_exec", 295}, @@ -5082,6 +5084,8 @@ const call_t syscalls[] = { {"waitid$P_PIDFD", 284}, {"watch_devices", 436}, {"write", 4}, + {"write$6lowpan_control", 4}, + {"write$6lowpan_enable", 4}, {"write$9p", 4}, {"write$ALLOC_MW", 4}, {"write$ALLOC_PD", 4}, @@ -7158,6 +7162,8 @@ const call_t syscalls[] = { {"open_by_handle_at", 304}, {"open_tree", 428}, {"openat", 257}, + {"openat$6lowpan_control", 257}, + {"openat$6lowpan_enable", 257}, {"openat$adsp1", 257}, {"openat$apparmor_task_current", 257}, {"openat$apparmor_task_exec", 257}, @@ -8332,6 +8338,8 @@ const call_t syscalls[] = { {"waitid$P_PIDFD", 247}, {"watch_devices", 436}, {"write", 1}, + {"write$6lowpan_control", 1}, + {"write$6lowpan_enable", 1}, {"write$9p", 1}, {"write$ALLOC_MW", 1}, {"write$ALLOC_PD", 1}, @@ -10361,6 +10369,8 @@ const call_t syscalls[] = { {"open_by_handle_at", 371}, {"open_tree", 428}, {"openat", 322}, + {"openat$6lowpan_control", 322}, + {"openat$6lowpan_enable", 322}, {"openat$adsp1", 322}, {"openat$apparmor_task_current", 322}, {"openat$apparmor_task_exec", 322}, @@ -11532,6 +11542,8 @@ const call_t syscalls[] = { {"waitid$P_PIDFD", 280}, {"watch_devices", 436}, {"write", 4}, + {"write$6lowpan_control", 4}, + {"write$6lowpan_enable", 4}, {"write$9p", 4}, {"write$ALLOC_MW", 4}, {"write$ALLOC_PD", 4}, @@ -13550,6 +13562,8 @@ const call_t syscalls[] = { {"open_by_handle_at", 265}, {"open_tree", 428}, {"openat", 56}, + {"openat$6lowpan_control", 56}, + {"openat$6lowpan_enable", 56}, {"openat$adsp1", 56}, {"openat$apparmor_task_current", 56}, {"openat$apparmor_task_exec", 56}, @@ -14704,6 +14718,8 @@ const call_t syscalls[] = { {"waitid$P_PIDFD", 95}, {"watch_devices", 436}, {"write", 64}, + {"write$6lowpan_control", 64}, + {"write$6lowpan_enable", 64}, {"write$9p", 64}, {"write$ALLOC_MW", 64}, {"write$ALLOC_PD", 64}, @@ -16629,6 +16645,8 @@ const call_t syscalls[] = { {"open_by_handle_at", 5299}, {"open_tree", 5428}, {"openat", 5247}, + {"openat$6lowpan_control", 5247}, + {"openat$6lowpan_enable", 5247}, {"openat$adsp1", 5247}, {"openat$apparmor_task_current", 5247}, {"openat$apparmor_task_exec", 5247}, @@ -17800,6 +17818,8 @@ const call_t syscalls[] = { {"waitid$P_PIDFD", 5237}, {"watch_devices", 5436}, {"write", 5001}, + {"write$6lowpan_control", 5001}, + {"write$6lowpan_enable", 5001}, {"write$9p", 5001}, {"write$ALLOC_MW", 5001}, {"write$ALLOC_PD", 5001}, @@ -19829,6 +19849,8 @@ const call_t syscalls[] = { {"open_by_handle_at", 346}, {"open_tree", 428}, {"openat", 286}, + {"openat$6lowpan_control", 286}, + {"openat$6lowpan_enable", 286}, {"openat$adsp1", 286}, {"openat$apparmor_task_current", 286}, {"openat$apparmor_task_exec", 286}, @@ -21000,6 +21022,8 @@ const call_t syscalls[] = { {"waitid$P_PIDFD", 272}, {"watch_devices", 436}, {"write", 4}, + {"write$6lowpan_control", 4}, + {"write$6lowpan_enable", 4}, {"write$9p", 4}, {"write$ALLOC_MW", 4}, {"write$ALLOC_PD", 4}, |
