Home
last modified time | relevance | path

Searched refs:CapSet (Results 1 – 25 of 134) sorted by relevance

123456

/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/
H A Dm_cap.c140 send_caplist(struct Client *sptr, const struct CapSet *set, in send_caplist()
141 const struct CapSet *rem, const char *subcmd) in send_caplist()
206 struct CapSet set, rem; in cap_req()
208 struct CapSet as = *cli_active(sptr); /* active set */ in cap_req()
225 CapSet(&rem, cap->cap); in cap_req()
232 CapSet(&set, cap->cap); in cap_req()
233 CapSet(&cs, cap->cap); in cap_req()
235 CapSet(&as, cap->cap); in cap_req()
270 CapSet(cli_active(sptr), cap->cap); in cap_ack()
280 struct CapSet cleared; in cap_clear()
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/moby/buildkit/util/apicaps/
H A Dcaps.go86 func (l *CapList) CapSet(caps []pb.APICap) CapSet { func
94 return CapSet{
101 type CapSet struct { struct
107 func (s *CapSet) Supports(id CapID) error { argument
127 func (s *CapSet) Contains(id CapID) bool { argument
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/moby/buildkit/util/apicaps/
H A Dcaps.go86 func (l *CapList) CapSet(caps []pb.APICap) CapSet { func
94 return CapSet{
101 type CapSet struct { struct
107 func (s *CapSet) Supports(id CapID) error { argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/util/apicaps/
H A Dcaps.go86 func (l *CapList) CapSet(caps []pb.APICap) CapSet { func
94 return CapSet{
101 type CapSet struct { struct
107 func (s *CapSet) Supports(id CapID) error { argument
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/github.com/moby/buildkit/util/apicaps/
H A Dcaps.go86 func (l *CapList) CapSet(caps []pb.APICap) CapSet { func
94 return CapSet{
101 type CapSet struct { struct
107 func (s *CapSet) Supports(id CapID) error { argument
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/util/apicaps/
H A Dcaps.go86 func (l *CapList) CapSet(caps []pb.APICap) CapSet { func
94 return CapSet{
101 type CapSet struct { struct
107 func (s *CapSet) Supports(id CapID) error { argument
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/util/apicaps/
H A Dcaps.go86 func (l *CapList) CapSet(caps []pb.APICap) CapSet { func
94 return CapSet{
101 type CapSet struct { struct
107 func (s *CapSet) Supports(id CapID) error { argument
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/util/apicaps/
H A Dcaps.go86 func (l *CapList) CapSet(caps []pb.APICap) CapSet { func
94 return CapSet{
101 type CapSet struct { struct
107 func (s *CapSet) Supports(id CapID) error { argument
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/util/apicaps/
H A Dcaps.go86 func (l *CapList) CapSet(caps []pb.APICap) CapSet { func
94 return CapSet{
101 type CapSet struct { struct
107 func (s *CapSet) Supports(id CapID) error { argument
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/moby/buildkit/util/apicaps/
H A Dcaps.go86 func (l *CapList) CapSet(caps []pb.APICap) CapSet { func
94 return CapSet{
101 type CapSet struct { struct
107 func (s *CapSet) Supports(id CapID) error { argument
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/util/apicaps/
H A Dcaps.go86 func (l *CapList) CapSet(caps []pb.APICap) CapSet { func
94 return CapSet{
101 type CapSet struct { struct
107 func (s *CapSet) Supports(id CapID) error { argument
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/moby/buildkit/util/apicaps/
H A Dcaps.go86 func (l *CapList) CapSet(caps []pb.APICap) CapSet { func
94 return CapSet{
101 type CapSet struct { struct
107 func (s *CapSet) Supports(id CapID) error { argument
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/moby/buildkit/util/apicaps/
H A Dcaps.go86 func (l *CapList) CapSet(caps []pb.APICap) CapSet { func
94 return CapSet{
101 type CapSet struct { struct
107 func (s *CapSet) Supports(id CapID) error { argument
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/init/
H A Dcapabilities.cpp95 static bool DropBoundingSet(const CapSet& to_keep) { in DropBoundingSet()
116 static bool SetProcCaps(const CapSet& to_keep, bool add_setpcap) { in SetProcCaps()
148 static bool SetAmbientCaps(const CapSet& to_raise) { in SetAmbientCaps()
181 bool SetCapsForExec(const CapSet& to_keep) { in SetCapsForExec()
H A Dcapabilities.h42 using CapSet = std::bitset<CAP_LAST_CAP + 1>; variable
48 bool SetCapsForExec(const CapSet& to_keep);
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/init/
H A Dcapabilities.cpp95 static bool DropBoundingSet(const CapSet& to_keep) { in DropBoundingSet()
116 static bool SetProcCaps(const CapSet& to_keep, bool add_setpcap) { in SetProcCaps()
148 static bool SetAmbientCaps(const CapSet& to_raise) { in SetAmbientCaps()
181 bool SetCapsForExec(const CapSet& to_keep) { in SetCapsForExec()
H A Dcapabilities.h42 using CapSet = std::bitset<CAP_LAST_CAP + 1>; variable
48 bool SetCapsForExec(const CapSet& to_keep);
/dports/irc/undernet-ircu/ircu2.10.12.19/include/
H A Dcapab.h46 DECLARE_FLAGSET(CapSet, _CAP_LAST_CAP);
49 #define CapSet(cs, cap) FlagSet(cs, cap) macro
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/gateway/client/
H A Dclient.go68 LLBCaps apicaps.CapSet
69 Caps apicaps.CapSet
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/github.com/moby/buildkit/frontend/gateway/client/
H A Dclient.go63 LLBCaps apicaps.CapSet
64 Caps apicaps.CapSet
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/gateway/client/
H A Dclient.go68 LLBCaps apicaps.CapSet
69 Caps apicaps.CapSet
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/moby/buildkit/frontend/gateway/client/
H A Dclient.go63 LLBCaps apicaps.CapSet
64 Caps apicaps.CapSet
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/moby/buildkit/frontend/gateway/client/
H A Dclient.go132 LLBCaps apicaps.CapSet
133 Caps apicaps.CapSet
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/moby/buildkit/frontend/gateway/client/
H A Dclient.go132 LLBCaps apicaps.CapSet
133 Caps apicaps.CapSet
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/gateway/client/
H A Dclient.go132 LLBCaps apicaps.CapSet
133 Caps apicaps.CapSet

123456