Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 25 of 25 for InotifyInit1 (0.34 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go

    	fd = int(r0)
    	if int64(r0) == -1 {
    		err = errnoErr2(e1, e2)
    	}
    	return
    }
    
    //go:nosplit
    func get_InotifyInit1Addr() *(func(flags int) (fd int, err error))
    
    var InotifyInit1 = enter_InotifyInit1
    
    func enter_InotifyInit1(flags int) (fd int, err error) {
    	funcref := get_InotifyInit1Addr()
    	if funcptrtest(GetZosLibVec()+SYS_INOTIFY_INIT1<<4, "") == 0 {
    		*funcref = impl_InotifyInit1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 88.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    //sys	Ftruncate(fd int, length int64) (err error)
    //sys	Getrandom(buf []byte, flags int) (n int, err error) = SYS_GETRANDOM
    //sys	InotifyInit() (fd int, err error) = SYS_INOTIFY_INIT
    //sys	InotifyInit1(flags int) (fd int, err error) = SYS_INOTIFY_INIT1
    //sys	InotifyAddWatch(fd int, pathname string, mask uint32) (watchdesc int, err error) = SYS___INOTIFY_ADD_WATCH_A
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg syscall (linux-386), func Gettid() int
    pkg syscall (linux-386), func InotifyAddWatch(int, string, uint32) (int, error)
    pkg syscall (linux-386), func InotifyInit() (int, error)
    pkg syscall (linux-386), func InotifyInit1(int) (int, error)
    pkg syscall (linux-386), func InotifyRmWatch(int, uint32) (int, error)
    pkg syscall (linux-386), func Ioperm(int, int, int) error
    pkg syscall (linux-386), func Iopl(int) error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"InotifyEvent.Len", Field, 0},
    		{"InotifyEvent.Mask", Field, 0},
    		{"InotifyEvent.Name", Field, 0},
    		{"InotifyEvent.Wd", Field, 0},
    		{"InotifyInit", Func, 0},
    		{"InotifyInit1", Func, 0},
    		{"InotifyRmWatch", Func, 0},
    		{"InterfaceAddrMessage", Type, 0},
    		{"InterfaceAddrMessage.Data", Field, 0},
    		{"InterfaceAddrMessage.Header", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  5. api/go1.2.txt

    pkg syscall (linux-arm-cgo), func InotifyAddWatch(int, string, uint32) (int, error)
    pkg syscall (linux-arm-cgo), func InotifyInit() (int, error)
    pkg syscall (linux-arm-cgo), func InotifyInit1(int) (int, error)
    pkg syscall (linux-arm-cgo), func InotifyRmWatch(int, uint32) (int, error)
    pkg syscall (linux-arm-cgo), func Kill(int, Signal) error
    pkg syscall (linux-arm-cgo), func Klogctl(int, []uint8) (int, error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top