Home
last modified time | relevance | path

Searched refs:check_flags (Results 1 – 25 of 610) sorted by relevance

12345678910>>...25

/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/contrib/
H A Dcheck-config.sh99 check_flags() { function
207 check_flags "${flags[@]}"
213 check_flags NF_NAT_IPV4
217 check_flags NF_NAT_NEEDED
224 check_flags USER_NS
228 check_flags SECCOMP
231 check_flags CGROUP_PIDS
234 check_flags MEMCG_SWAP
274 check_flags MEMCG_KMEM
278 check_flags RESOURCE_COUNTERS
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/contrib/
H A Dcheck-config.sh99 check_flags() { function
207 check_flags "${flags[@]}"
213 check_flags NF_NAT_IPV4
217 check_flags NF_NAT_NEEDED
224 check_flags USER_NS
228 check_flags SECCOMP
231 check_flags CGROUP_PIDS
234 check_flags MEMCG_SWAP
274 check_flags MEMCG_KMEM
278 check_flags RESOURCE_COUNTERS
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/contrib/
H A Dcheck-config.sh99 check_flags() { function
207 check_flags "${flags[@]}"
213 check_flags NF_NAT_IPV4
217 check_flags NF_NAT_NEEDED
224 check_flags USER_NS
228 check_flags SECCOMP
231 check_flags CGROUP_PIDS
234 check_flags MEMCG_SWAP
274 check_flags MEMCG_KMEM
278 check_flags RESOURCE_COUNTERS
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/src/
H A Duser_sup.erl117 check_flags(Flags, {user_drv, start, []}).
121 check_flags([{nouser, []} |T], _) -> check_flags(T, nouser); function
122 check_flags([{user, [User]} | T], _) -> function
123 check_flags(T, {list_to_atom(User), start, []});
124 check_flags([{noshell, []} | T], _) -> check_flags(T, {user, start, []}); function
125 check_flags([{oldshell, []} | T], _) -> check_flags(T, {user, start, []}); function
126 check_flags([{noinput, []} | T], _) -> check_flags(T, {user, start_out, []}); function
127 check_flags([{master, [Node]} | T], _) -> function
128 check_flags(T, {master, list_to_atom(Node)});
129 check_flags([_H | T], User) -> check_flags(T, User); function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/src/
H A Duser_sup.erl117 check_flags(Flags, {user_drv, start, []}).
121 check_flags([{nouser, []} |T], _) -> check_flags(T, nouser); function
122 check_flags([{user, [User]} | T], _) -> function
123 check_flags(T, {list_to_atom(User), start, []});
124 check_flags([{noshell, []} | T], _) -> check_flags(T, {user, start, []}); function
125 check_flags([{oldshell, []} | T], _) -> check_flags(T, {user, start, []}); function
126 check_flags([{noinput, []} | T], _) -> check_flags(T, {user, start_out, []}); function
127 check_flags([{master, [Node]} | T], _) -> function
128 check_flags(T, {master, list_to_atom(Node)});
129 check_flags([_H | T], User) -> check_flags(T, User); function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/src/
H A Duser_sup.erl117 check_flags(Flags, {user_drv, start, []}).
121 check_flags([{nouser, []} |T], _) -> check_flags(T, nouser); function
122 check_flags([{user, [User]} | T], _) -> function
123 check_flags(T, {list_to_atom(User), start, []});
124 check_flags([{noshell, []} | T], _) -> check_flags(T, {user, start, []}); function
125 check_flags([{oldshell, []} | T], _) -> check_flags(T, {user, start, []}); function
126 check_flags([{noinput, []} | T], _) -> check_flags(T, {user, start_out, []}); function
127 check_flags([{master, [Node]} | T], _) -> function
128 check_flags(T, {master, list_to_atom(Node)});
129 check_flags([_H | T], User) -> check_flags(T, User); function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/src/
H A Duser_sup.erl117 check_flags(Flags, {user_drv, start, []}).
121 check_flags([{nouser, []} |T], _) -> check_flags(T, nouser); function
122 check_flags([{user, [User]} | T], _) -> function
123 check_flags(T, {list_to_atom(User), start, []});
124 check_flags([{noshell, []} | T], _) -> check_flags(T, {user, start, []}); function
125 check_flags([{oldshell, []} | T], _) -> check_flags(T, {user, start, []}); function
126 check_flags([{noinput, []} | T], _) -> check_flags(T, {user, start_out, []}); function
127 check_flags([{master, [Node]} | T], _) -> function
128 check_flags(T, {master, list_to_atom(Node)});
129 check_flags([_H | T], User) -> check_flags(T, User); function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/src/
H A Duser_sup.erl117 check_flags(Flags, {user_drv, start, []}).
121 check_flags([{nouser, []} |T], _) -> check_flags(T, nouser); function
122 check_flags([{user, [User]} | T], _) -> function
123 check_flags(T, {list_to_atom(User), start, []});
124 check_flags([{noshell, []} | T], _) -> check_flags(T, {user, start, []}); function
125 check_flags([{oldshell, []} | T], _) -> check_flags(T, {user, start, []}); function
126 check_flags([{noinput, []} | T], _) -> check_flags(T, {user, start_out, []}); function
127 check_flags([{master, [Node]} | T], _) -> function
128 check_flags(T, {master, list_to_atom(Node)});
129 check_flags([_H | T], User) -> check_flags(T, User); function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/src/
H A Duser_sup.erl117 check_flags(Flags, {user_drv, start, []}).
121 check_flags([{nouser, []} |T], _) -> check_flags(T, nouser); function
122 check_flags([{user, [User]} | T], _) -> function
123 check_flags(T, {list_to_atom(User), start, []});
124 check_flags([{noshell, []} | T], _) -> check_flags(T, {user, start, []}); function
125 check_flags([{oldshell, []} | T], _) -> check_flags(T, {user, start, []}); function
126 check_flags([{noinput, []} | T], _) -> check_flags(T, {user, start_out, []}); function
127 check_flags([{master, [Node]} | T], _) -> function
128 check_flags(T, {master, list_to_atom(Node)});
129 check_flags([_H | T], User) -> check_flags(T, User); function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/src/
H A Duser_sup.erl117 check_flags(Flags, {user_drv, start, []}).
121 check_flags([{nouser, []} |T], _) -> check_flags(T, nouser); function
122 check_flags([{user, [User]} | T], _) -> function
123 check_flags(T, {list_to_atom(User), start, []});
124 check_flags([{noshell, []} | T], _) -> check_flags(T, {user, start, []}); function
125 check_flags([{oldshell, []} | T], _) -> check_flags(T, {user, start, []}); function
126 check_flags([{noinput, []} | T], _) -> check_flags(T, {user, start_out, []}); function
127 check_flags([{master, [Node]} | T], _) -> function
128 check_flags(T, {master, list_to_atom(Node)});
129 check_flags([_H | T], User) -> check_flags(T, User); function
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/contrib/
H A Dcheck-config.sh99 check_flags() { function
202 check_flags "${flags[@]}"
204 check_flags DEVPTS_MULTIPLE_INSTANCES
211 check_flags USER_NS
215 check_flags SECCOMP
218 check_flags CGROUP_PIDS
253 check_flags MEMCG_KMEM
257 check_flags RESOURCE_COUNTERS
279 check_flags "${flags[@]}"
304 check_flags IPVLAN | sed 's/^/ /'
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/contrib/
H A Dcheck-config.sh99 check_flags() { function
201 check_flags "${flags[@]}"
210 check_flags USER_NS
214 check_flags SECCOMP
217 check_flags CGROUP_PIDS
249 check_flags MEMCG_KMEM
253 check_flags RESOURCE_COUNTERS
275 check_flags "${flags[@]}"
295 check_flags VXLAN | sed 's/^/ /'
300 check_flags IPVLAN | sed 's/^/ /'
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/contrib/
H A Dcheck-config.sh99 check_flags() { function
201 check_flags "${flags[@]}"
210 check_flags USER_NS
214 check_flags SECCOMP
217 check_flags CGROUP_PIDS
249 check_flags MEMCG_KMEM
253 check_flags RESOURCE_COUNTERS
272 check_flags "${flags[@]}"
292 check_flags VXLAN | sed 's/^/ /'
297 check_flags IPVLAN | sed 's/^/ /'
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/contrib/
H A Dcheck-config.sh99 check_flags() { function
201 check_flags "${flags[@]}"
210 check_flags USER_NS
214 check_flags SECCOMP
217 check_flags CGROUP_PIDS
249 check_flags MEMCG_KMEM
253 check_flags RESOURCE_COUNTERS
275 check_flags "${flags[@]}"
295 check_flags VXLAN | sed 's/^/ /'
300 check_flags IPVLAN | sed 's/^/ /'
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/contrib/
H A Dcheck-config.sh99 check_flags() { function
201 check_flags "${flags[@]}"
210 check_flags USER_NS
214 check_flags SECCOMP
217 check_flags CGROUP_PIDS
249 check_flags MEMCG_KMEM
253 check_flags RESOURCE_COUNTERS
272 check_flags "${flags[@]}"
292 check_flags VXLAN | sed 's/^/ /'
297 check_flags IPVLAN | sed 's/^/ /'
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/contrib/
H A Dcheck-config.sh99 check_flags() { function
201 check_flags "${flags[@]}"
210 check_flags USER_NS
214 check_flags SECCOMP
217 check_flags CGROUP_PIDS
249 check_flags MEMCG_KMEM
253 check_flags RESOURCE_COUNTERS
272 check_flags "${flags[@]}"
292 check_flags VXLAN | sed 's/^/ /'
297 check_flags IPVLAN | sed 's/^/ /'
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/contrib/
H A Dcheck-config.sh99 check_flags() { function
201 check_flags "${flags[@]}"
210 check_flags USER_NS
214 check_flags SECCOMP
217 check_flags CGROUP_PIDS
249 check_flags MEMCG_KMEM
253 check_flags RESOURCE_COUNTERS
272 check_flags "${flags[@]}"
292 check_flags VXLAN | sed 's/^/ /'
297 check_flags IPVLAN | sed 's/^/ /'
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/contrib/
H A Dcheck-config.sh99 check_flags() { function
201 check_flags "${flags[@]}"
210 check_flags USER_NS
214 check_flags SECCOMP
217 check_flags CGROUP_PIDS
249 check_flags MEMCG_KMEM
253 check_flags RESOURCE_COUNTERS
275 check_flags "${flags[@]}"
295 check_flags VXLAN | sed 's/^/ /'
300 check_flags IPVLAN | sed 's/^/ /'
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/opencontainers/runc/script/
H A Dcheck-config.sh95 check_flags() { function
213 check_flags "${flags[@]}"
216 check_flags NF_NAT_IPV4
220 check_flags NF_NAT_NEEDED
227 check_flags USER_NS
230 check_flags SECCOMP
231 check_flags CGROUP_PIDS
233 check_flags MEMCG_SWAP
244 check_flags MEMCG_KMEM
248 check_flags RESOURCE_COUNTERS
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/pnacl/driver/tests/
H A Ddiagnostic_flags_test.py42 def check_flags(self, flags, pnacl_flag): member in TestDiagnosticFlags
65 self.check_flags(['--version'], pnacl_flag)
74 self.check_flags(['--version'], pnacl_flag)
87 self.check_flags(['-v'], pnacl_flag)
88 self.check_flags(['-v', '-E', '-xc', os.devnull], pnacl_flag)
89 self.check_flags(['-print-file-name=libc'], pnacl_flag)
90 self.check_flags(['-print-libgcc-file-name'], pnacl_flag)
91 self.check_flags(['-print-multi-directory'], pnacl_flag)
92 self.check_flags(['-print-multi-lib'], pnacl_flag)
93 self.check_flags(['-print-multi-os-directory'], pnacl_flag)
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/
H A Dcleanup-rvalue-scopes.rs23 check_flags(exp); in arg()
30 fn check_flags(exp: u64) { in check_flags() function
40 fn check_flags<'a>(&'a self, exp: u64) -> &'a AddFlags { in check_flags() method
41 check_flags(exp); in check_flags()
66 check_flags(0);
68 check_flags(1);
82 check_flags(1);
85 check_flags(0);
110 end_of_block!(_, { { check_flags(0); &AddFlags(1) } }); in main()
125 end_of_stmt!(ref _x, AddFlags(1).check_flags(0).bits()); in main()
H A Dcleanup-rvalue-for-scope.rs21 check_flags(exp); in arg()
28 fn check_flags(exp: u64) { in check_flags() function
38 fn check_flags(&self, exp: u64) -> &AddFlags { in check_flags() method
39 check_flags(exp); in check_flags()
60 check_flags(0); in main()
62 check_flags(1); in main()
/dports/security/samhain/samhain-4.4.3/src/
H A Dsh_fInotify.c344 unsigned long check_flags; in sh_fInotify_init_internal() local
364 &class, &check_flags, in sh_fInotify_init_internal()
368 class, check_flags, type, rdepth); in sh_fInotify_init_internal()
450 unsigned long check_flags; in sh_fInotify_process() local
462 &class, &check_flags, &ftype, &rdepth); in sh_fInotify_process()
629 unsigned long check_flagsD = check_flags; in sh_fInotify_report_added()
641 check_flags = check_flagsD; in sh_fInotify_report_added()
675 class, check_flags, in sh_fInotify_report_added()
702 class, check_flags, ftype); in sh_fInotify_report()
707 class, check_flags, ftype); in sh_fInotify_report()
[all …]
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsh_fInotify.c344 unsigned long check_flags; in sh_fInotify_init_internal() local
364 &class, &check_flags, in sh_fInotify_init_internal()
368 class, check_flags, type, rdepth); in sh_fInotify_init_internal()
450 unsigned long check_flags; in sh_fInotify_process() local
462 &class, &check_flags, &ftype, &rdepth); in sh_fInotify_process()
629 unsigned long check_flagsD = check_flags; in sh_fInotify_report_added()
641 check_flags = check_flagsD; in sh_fInotify_report_added()
675 class, check_flags, in sh_fInotify_report_added()
702 class, check_flags, ftype); in sh_fInotify_report()
707 class, check_flags, ftype); in sh_fInotify_report()
[all …]
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsh_fInotify.c344 unsigned long check_flags; in sh_fInotify_init_internal() local
364 &class, &check_flags, in sh_fInotify_init_internal()
368 class, check_flags, type, rdepth); in sh_fInotify_init_internal()
450 unsigned long check_flags; in sh_fInotify_process() local
462 &class, &check_flags, &ftype, &rdepth); in sh_fInotify_process()
629 unsigned long check_flagsD = check_flags; in sh_fInotify_report_added()
641 check_flags = check_flagsD; in sh_fInotify_report_added()
675 class, check_flags, in sh_fInotify_report_added()
702 class, check_flags, ftype); in sh_fInotify_report()
707 class, check_flags, ftype); in sh_fInotify_report()
[all …]

12345678910>>...25