Home
last modified time | relevance | path

Searched refs:SizeofInotifyEvent (Results 1 – 25 of 3822) sorted by relevance

12345678910>>...153

/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/opencontainers/runc/libcontainer/
H A Dnotify_linux_v2.go35 buffer [unix.SizeofInotifyEvent + unix.PathMax + 1]byte
49 if n < unix.SizeofInotifyEvent {
50 …rnf("we should read at least %d bytes from inotify, but got %d bytes.", unix.SizeofInotifyEvent, n)
54 for offset <= uint32(n-unix.SizeofInotifyEvent) {
56 offset += unix.SizeofInotifyEvent + uint32(rawEvent.Len)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/opencontainers/runc/libcontainer/
H A Dnotify_linux_v2.go55 buffer [unix.SizeofInotifyEvent + unix.PathMax + 1]byte
69 if n < unix.SizeofInotifyEvent {
70 …rnf("we should read at least %d bytes from inotify, but got %d bytes.", unix.SizeofInotifyEvent, n)
74 for offset <= uint32(n-unix.SizeofInotifyEvent) {
76 offset += unix.SizeofInotifyEvent + uint32(rawEvent.Len)
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/opencontainers/runc/libcontainer/
H A Dnotify_linux_v2.go55 buffer [unix.SizeofInotifyEvent + unix.PathMax + 1]byte
69 if n < unix.SizeofInotifyEvent {
70 …rnf("we should read at least %d bytes from inotify, but got %d bytes.", unix.SizeofInotifyEvent, n)
74 for offset <= uint32(n-unix.SizeofInotifyEvent) {
76 offset += unix.SizeofInotifyEvent + uint32(rawEvent.Len)
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/exp/inotify/
H A Dinotify_linux.go146 var buf [syscall.SizeofInotifyEvent * 4096]byte
171 if n < syscall.SizeofInotifyEvent {
179 for offset <= uint32(n-syscall.SizeofInotifyEvent) {
193 bytes := (*[syscall.PathMax]byte)(unsafe.Pointer(&buf[offset+syscall.SizeofInotifyEvent]))
201 offset += syscall.SizeofInotifyEvent + nameLen
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/utils/inotify/
H A Dinotify_linux.go136 var buf [syscall.SizeofInotifyEvent * 4096]byte
163 if n < syscall.SizeofInotifyEvent {
171 for offset <= uint32(n-syscall.SizeofInotifyEvent) {
189 bytes := (*[syscall.PathMax]byte)(unsafe.Pointer(&buf[offset+syscall.SizeofInotifyEvent]))
197 offset += syscall.SizeofInotifyEvent + nameLen
/dports/security/vault/vault-1.8.2/vendor/k8s.io/utils/inotify/
H A Dinotify_linux.go136 var buf [syscall.SizeofInotifyEvent * 4096]byte
163 if n < syscall.SizeofInotifyEvent {
171 for offset <= uint32(n-syscall.SizeofInotifyEvent) {
189 bytes := (*[syscall.PathMax]byte)(unsafe.Pointer(&buf[offset+syscall.SizeofInotifyEvent]))
197 offset += syscall.SizeofInotifyEvent + nameLen
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/hpcloud/tail/vendor/gopkg.in/fsnotify.v1/
H A Dinotify.go161 buf [syscall.SizeofInotifyEvent * 4096]byte // Buffer for a maximum of 4096 raw events
206 if n < syscall.SizeofInotifyEvent {
229 for offset <= uint32(n-syscall.SizeofInotifyEvent) {
244 bytes := (*[syscall.PathMax]byte)(unsafe.Pointer(&buf[offset+syscall.SizeofInotifyEvent]))
261 offset += syscall.SizeofInotifyEvent + nameLen
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/hpcloud/tail/vendor/gopkg.in/fsnotify.v1/
H A Dinotify.go161 buf [syscall.SizeofInotifyEvent * 4096]byte // Buffer for a maximum of 4096 raw events
206 if n < syscall.SizeofInotifyEvent {
229 for offset <= uint32(n-syscall.SizeofInotifyEvent) {
244 bytes := (*[syscall.PathMax]byte)(unsafe.Pointer(&buf[offset+syscall.SizeofInotifyEvent]))
261 offset += syscall.SizeofInotifyEvent + nameLen
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/utils/utils-581e00157fb1/inotify/
H A Dinotify_linux.go159 var buf [syscall.SizeofInotifyEvent * 4096]byte
186 if n < syscall.SizeofInotifyEvent {
194 for offset <= uint32(n-syscall.SizeofInotifyEvent) {
212 bytes := (*[syscall.PathMax]byte)(unsafe.Pointer(&buf[offset+syscall.SizeofInotifyEvent]))
220 offset += syscall.SizeofInotifyEvent + nameLen
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/k8s.io/utils/inotify/
H A Dinotify_linux.go136 var buf [syscall.SizeofInotifyEvent * 4096]byte
163 if n < syscall.SizeofInotifyEvent {
171 for offset <= uint32(n-syscall.SizeofInotifyEvent) {
189 bytes := (*[syscall.PathMax]byte)(unsafe.Pointer(&buf[offset+syscall.SizeofInotifyEvent]))
197 offset += syscall.SizeofInotifyEvent + nameLen
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/hpcloud/tail/vendor/gopkg.in/fsnotify.v1/
H A Dinotify.go161 buf [syscall.SizeofInotifyEvent * 4096]byte // Buffer for a maximum of 4096 raw events
206 if n < syscall.SizeofInotifyEvent {
229 for offset <= uint32(n-syscall.SizeofInotifyEvent) {
244 bytes := (*[syscall.PathMax]byte)(unsafe.Pointer(&buf[offset+syscall.SizeofInotifyEvent]))
261 offset += syscall.SizeofInotifyEvent + nameLen
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/utils/inotify/
H A Dinotify_linux.go136 var buf [syscall.SizeofInotifyEvent * 4096]byte
163 if n < syscall.SizeofInotifyEvent {
171 for offset <= uint32(n-syscall.SizeofInotifyEvent) {
189 bytes := (*[syscall.PathMax]byte)(unsafe.Pointer(&buf[offset+syscall.SizeofInotifyEvent]))
197 offset += syscall.SizeofInotifyEvent + nameLen
/dports/misc/concourse/concourse-6.7.2/vendor/k8s.io/utils/inotify/
H A Dinotify_linux.go159 var buf [syscall.SizeofInotifyEvent * 4096]byte
186 if n < syscall.SizeofInotifyEvent {
194 for offset <= uint32(n-syscall.SizeofInotifyEvent) {
212 bytes := (*[syscall.PathMax]byte)(unsafe.Pointer(&buf[offset+syscall.SizeofInotifyEvent]))
220 offset += syscall.SizeofInotifyEvent + nameLen
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hpcloud/tail/vendor/gopkg.in/fsnotify.v1/
H A Dinotify.go161 buf [syscall.SizeofInotifyEvent * 4096]byte // Buffer for a maximum of 4096 raw events
206 if n < syscall.SizeofInotifyEvent {
229 for offset <= uint32(n-syscall.SizeofInotifyEvent) {
244 bytes := (*[syscall.PathMax]byte)(unsafe.Pointer(&buf[offset+syscall.SizeofInotifyEvent]))
261 offset += syscall.SizeofInotifyEvent + nameLen
/dports/security/vuls/vuls-0.13.7/vendor/k8s.io/utils/inotify/
H A Dinotify_linux.go136 var buf [syscall.SizeofInotifyEvent * 4096]byte
163 if n < syscall.SizeofInotifyEvent {
171 for offset <= uint32(n-syscall.SizeofInotifyEvent) {
189 bytes := (*[syscall.PathMax]byte)(unsafe.Pointer(&buf[offset+syscall.SizeofInotifyEvent]))
197 offset += syscall.SizeofInotifyEvent + nameLen
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/k8s.io/utils/inotify/
H A Dinotify_linux.go159 var buf [syscall.SizeofInotifyEvent * 4096]byte
186 if n < syscall.SizeofInotifyEvent {
194 for offset <= uint32(n-syscall.SizeofInotifyEvent) {
212 bytes := (*[syscall.PathMax]byte)(unsafe.Pointer(&buf[offset+syscall.SizeofInotifyEvent]))
220 offset += syscall.SizeofInotifyEvent + nameLen
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/utils/utils-67b214c5f920/inotify/
H A Dinotify_linux.go136 var buf [syscall.SizeofInotifyEvent * 4096]byte
163 if n < syscall.SizeofInotifyEvent {
171 for offset <= uint32(n-syscall.SizeofInotifyEvent) {
189 bytes := (*[syscall.PathMax]byte)(unsafe.Pointer(&buf[offset+syscall.SizeofInotifyEvent]))
197 offset += syscall.SizeofInotifyEvent + nameLen
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/utils/inotify/
H A Dinotify_linux.go136 var buf [syscall.SizeofInotifyEvent * 4096]byte
163 if n < syscall.SizeofInotifyEvent {
171 for offset <= uint32(n-syscall.SizeofInotifyEvent) {
189 bytes := (*[syscall.PathMax]byte)(unsafe.Pointer(&buf[offset+syscall.SizeofInotifyEvent]))
197 offset += syscall.SizeofInotifyEvent + nameLen
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/tail/vendor/gopkg.in/fsnotify/fsnotify.v1/
H A Dinotify.go161 buf [syscall.SizeofInotifyEvent * 4096]byte // Buffer for a maximum of 4096 raw events
206 if n < syscall.SizeofInotifyEvent {
229 for offset <= uint32(n-syscall.SizeofInotifyEvent) {
244 bytes := (*[syscall.PathMax]byte)(unsafe.Pointer(&buf[offset+syscall.SizeofInotifyEvent]))
261 offset += syscall.SizeofInotifyEvent + nameLen
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/utils/inotify/
H A Dinotify_linux.go136 var buf [syscall.SizeofInotifyEvent * 4096]byte
163 if n < syscall.SizeofInotifyEvent {
171 for offset <= uint32(n-syscall.SizeofInotifyEvent) {
189 bytes := (*[syscall.PathMax]byte)(unsafe.Pointer(&buf[offset+syscall.SizeofInotifyEvent]))
197 offset += syscall.SizeofInotifyEvent + nameLen
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/k8s.io/utils/inotify/
H A Dinotify_linux.go136 var buf [syscall.SizeofInotifyEvent * 4096]byte
163 if n < syscall.SizeofInotifyEvent {
171 for offset <= uint32(n-syscall.SizeofInotifyEvent) {
189 bytes := (*[syscall.PathMax]byte)(unsafe.Pointer(&buf[offset+syscall.SizeofInotifyEvent]))
197 offset += syscall.SizeofInotifyEvent + nameLen
/dports/sysutils/terraform/terraform-1.0.11/vendor/k8s.io/utils/inotify/
H A Dinotify_linux.go136 var buf [syscall.SizeofInotifyEvent * 4096]byte
163 if n < syscall.SizeofInotifyEvent {
171 for offset <= uint32(n-syscall.SizeofInotifyEvent) {
189 bytes := (*[syscall.PathMax]byte)(unsafe.Pointer(&buf[offset+syscall.SizeofInotifyEvent]))
197 offset += syscall.SizeofInotifyEvent + nameLen
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/golang.org/x/exp/inotify/
H A Dinotify_linux.go153 var buf [syscall.SizeofInotifyEvent * 4096]byte
180 if n < syscall.SizeofInotifyEvent {
188 for offset <= uint32(n-syscall.SizeofInotifyEvent) {
204 bytes := (*[syscall.PathMax]byte)(unsafe.Pointer(&buf[offset+syscall.SizeofInotifyEvent]))
212 offset += syscall.SizeofInotifyEvent + nameLen
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/gopkg.in/fsnotify/fsnotify.v1/
H A Dinotify.go174 buf [unix.SizeofInotifyEvent * 4096]byte // Buffer for a maximum of 4096 raw events
219 if n < unix.SizeofInotifyEvent {
242 for offset <= uint32(n-unix.SizeofInotifyEvent) {
257 bytes := (*[unix.PathMax]byte)(unsafe.Pointer(&buf[offset+unix.SizeofInotifyEvent]))
274 offset += unix.SizeofInotifyEvent + nameLen
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/fsnotify/fsnotify/
H A Dinotify.go174 buf [unix.SizeofInotifyEvent * 4096]byte // Buffer for a maximum of 4096 raw events
219 if n < unix.SizeofInotifyEvent {
242 for offset <= uint32(n-unix.SizeofInotifyEvent) {
275 bytes := (*[unix.PathMax]byte)(unsafe.Pointer(&buf[offset+unix.SizeofInotifyEvent]))
292 offset += unix.SizeofInotifyEvent + nameLen

12345678910>>...153