From 34c048c0d8295ebf9bcb27abf96d11a62526b4f2 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 10 Nov 2018 09:29:58 -0800 Subject: sys/linux: add /dev/dlm* devices --- executor/syscalls.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'executor/syscalls.h') diff --git a/executor/syscalls.h b/executor/syscalls.h index 2b63527cb..0749f6f6b 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -2724,6 +2724,9 @@ const call_t syscalls[] = { {"openat$cgroup_type", 295}, {"openat$cuse", 295}, {"openat$dir", 295}, + {"openat$dlm_control", 295}, + {"openat$dlm_monitor", 295}, + {"openat$dlm_plock", 295}, {"openat$dsp", 295}, {"openat$fb0", 295}, {"openat$full", 295}, @@ -4996,6 +4999,9 @@ const call_t syscalls[] = { {"openat$cgroup_type", 257}, {"openat$cuse", 257}, {"openat$dir", 257}, + {"openat$dlm_control", 257}, + {"openat$dlm_monitor", 257}, + {"openat$dlm_plock", 257}, {"openat$dsp", 257}, {"openat$fb0", 257}, {"openat$full", 257}, @@ -7257,6 +7263,9 @@ const call_t syscalls[] = { {"openat$cgroup_type", 322}, {"openat$cuse", 322}, {"openat$dir", 322}, + {"openat$dlm_control", 322}, + {"openat$dlm_monitor", 322}, + {"openat$dlm_plock", 322}, {"openat$dsp", 322}, {"openat$fb0", 322}, {"openat$full", 322}, @@ -9502,6 +9511,9 @@ const call_t syscalls[] = { {"openat$cgroup_type", 56}, {"openat$cuse", 56}, {"openat$dir", 56}, + {"openat$dlm_control", 56}, + {"openat$dlm_monitor", 56}, + {"openat$dlm_plock", 56}, {"openat$dsp", 56}, {"openat$fb0", 56}, {"openat$full", 56}, @@ -11629,6 +11641,9 @@ const call_t syscalls[] = { {"openat$cgroup_type", 286}, {"openat$cuse", 286}, {"openat$dir", 286}, + {"openat$dlm_control", 286}, + {"openat$dlm_monitor", 286}, + {"openat$dlm_plock", 286}, {"openat$dsp", 286}, {"openat$fb0", 286}, {"openat$full", 286}, -- cgit mrf-deployment