Home
last modified time | relevance | path

Searched defs:Sysctl (Results 1 – 25 of 719) sorted by relevance

12345678910>>...29

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/BSD/System.Native/
H A DInterop.Sysctl.cs22 private extern static unsafe int Sysctl(int* name, int namelen, void* value, size_t* len); in Sysctl() method in Interop.Sys
27 public static unsafe int Sysctl(Span<int> name, ref byte* value, ref int len) in Sysctl() method in Interop.Sys
35 public static unsafe int Sysctl(int* name, int name_len, ref byte* value, ref int len) in Sysctl() method in Interop.Sys
/dports/textproc/augeas/augeas-1.12.0/lenses/
H A Dsysctl.aug1 (*
22 module Sysctl = module
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/mac/
H A Dsysctl_test.cc23 TEST(Sysctl, ReadStringSysctlByName) { in TEST() argument
/dports/devel/py-testinfra/testinfra-3.2.0/testinfra/modules/
H A Dsysctl.py20 class Sysctl(InstanceModule): class
/dports/net-mgmt/prometheus1/prometheus-1.8.2/vendor/k8s.io/client-go/pkg/api/v1/
H A Dhelpers.go492 func PodAnnotationsFromSysctls(sysctls []Sysctl) string {
504 type Sysctl struct { struct
505 Name string `protobuf:"bytes,1,opt,name=name"`
506 Value string `protobuf:"bytes,2,opt,name=value"`
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dsysctl.go30 func Sysctl() *SysctlApplyConfiguration { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dsysctl.go30 func Sysctl() *SysctlApplyConfiguration { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dsysctl.go30 func Sysctl() *SysctlApplyConfiguration { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/client-go-0.21.1/applyconfigurations/core/v1/
H A Dsysctl.go30 func Sysctl() *SysctlApplyConfiguration { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dsysctl.go30 func Sysctl() *SysctlApplyConfiguration { func
/dports/net/traefik/traefik-2.6.1/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dsysctl.go30 func Sysctl() *SysctlApplyConfiguration { func
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/client-go/applyconfigurations/core/v1/
H A Dsysctl.go30 func Sysctl() *SysctlApplyConfiguration { func
/dports/www/grafana8/grafana-8.3.6/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dsysctl.go30 func Sysctl() *SysctlApplyConfiguration { func
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/syscall/
H A Dlibcall_bsd.go67 func Sysctl(name string) (value string, err error) { func
/dports/lang/gcc11/gcc-11.2.0/libgo/go/syscall/
H A Dlibcall_bsd.go67 func Sysctl(name string) (value string, err error) { func
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/syscall/
H A Dlibcall_bsd.go67 func Sysctl(name string) (value string, err error) { func
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/syscall/
H A Dlibcall_bsd.go67 func Sysctl(name string) (value string, err error) { func
/dports/devel/py-testinfra/testinfra-3.2.0/doc/source/
H A Dmodules.rst244 Sysctl section in Modules
/dports/devel/py-freebsd-sysctl/py-freebsd_sysctl-0.0.7/freebsd_sysctl/
H A D__init__.py38 class Sysctl: class
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/syscall/
H A Dsyscall_bsd.go435 func Sysctl(name string) (value string, err error) { func
/dports/net/libunp/unpv12e/lib/
H A Dwrapunix.c218 Sysctl(int *name, u_int namelen, void *oldp, size_t *oldlenp, in Sysctl() function
/dports/security/vuls/vuls-0.13.7/vendor/github.com/fatih/color/vendor/golang.org/x/sys/unix/
H A Dsyscall_bsd.go431 func Sysctl(name string) (string, error) { func
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/golang.org/x/sys/unix/
H A Dsyscall_bsd.go439 func Sysctl(name string) (string, error) { func
/dports/finance/cointop/cointop-1.5.4/vendor/golang.org/x/sys/sys-51ab0e2deafa/unix/
H A Dsyscall_bsd.go433 func Sysctl(name string) (string, error) { func
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/vendor/golang.org/x/sys/unix/
H A Dsyscall_bsd.go431 func Sysctl(name string) (string, error) { func

12345678910>>...29