Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 61 for nosys (0.38 sec)

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

    		*funcref = impl_Flistxattr
    	} else {
    		*funcref = error_Flistxattr
    	}
    	return (*funcref)(fd, dest)
    }
    
    func error_Flistxattr(fd int, dest []byte) (sz int, err error) {
    	sz = -1
    	err = ENOSYS
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func impl_Fremovexattr(fd int, attr string) (err error) {
    	var _p0 *byte
    	_p0, err = BytePtrFromString(attr)
    	if err != nil {
    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/zerrors_aix_ppc64.go

    	ENOMSG          = syscall.Errno(0x23)
    	ENOPROTOOPT     = syscall.Errno(0x3d)
    	ENOSPC          = syscall.Errno(0x1c)
    	ENOSR           = syscall.Errno(0x76)
    	ENOSTR          = syscall.Errno(0x7b)
    	ENOSYS          = syscall.Errno(0x6d)
    	ENOTBLK         = syscall.Errno(0xf)
    	ENOTCONN        = syscall.Errno(0x4c)
    	ENOTDIR         = syscall.Errno(0x14)
    	ENOTEMPTY       = syscall.Errno(0x11)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	ENOMSG          = syscall.Errno(0x23)
    	ENOPROTOOPT     = syscall.Errno(0x3d)
    	ENOSPC          = syscall.Errno(0x1c)
    	ENOSR           = syscall.Errno(0x76)
    	ENOSTR          = syscall.Errno(0x7b)
    	ENOSYS          = syscall.Errno(0x6d)
    	ENOTBLK         = syscall.Errno(0xf)
    	ENOTCONN        = syscall.Errno(0x4c)
    	ENOTDIR         = syscall.Errno(0x14)
    	ENOTEMPTY       = syscall.Errno(0x11)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	ENOPKG          = syscall.Errno(0x41)
    	ENOPROTOOPT     = syscall.Errno(0x63)
    	ENOSPC          = syscall.Errno(0x1c)
    	ENOSR           = syscall.Errno(0x3f)
    	ENOSTR          = syscall.Errno(0x3c)
    	ENOSYS          = syscall.Errno(0x59)
    	ENOTACTIVE      = syscall.Errno(0x49)
    	ENOTBLK         = syscall.Errno(0xf)
    	ENOTCONN        = syscall.Errno(0x86)
    	ENOTDIR         = syscall.Errno(0x14)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go

    	ENOMEDIUM       = syscall.Errno(0x5d)
    	ENOMEM          = syscall.Errno(0xc)
    	ENOMSG          = syscall.Errno(0x53)
    	ENOPROTOOPT     = syscall.Errno(0x2a)
    	ENOSPC          = syscall.Errno(0x1c)
    	ENOSYS          = syscall.Errno(0x4e)
    	ENOTBLK         = syscall.Errno(0xf)
    	ENOTCONN        = syscall.Errno(0x39)
    	ENOTDIR         = syscall.Errno(0x14)
    	ENOTEMPTY       = syscall.Errno(0x42)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 70.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	ENOPOLICY       = syscall.Errno(0x67)
    	ENOPROTOOPT     = syscall.Errno(0x2a)
    	ENOSPC          = syscall.Errno(0x1c)
    	ENOSR           = syscall.Errno(0x62)
    	ENOSTR          = syscall.Errno(0x63)
    	ENOSYS          = syscall.Errno(0x4e)
    	ENOTBLK         = syscall.Errno(0xf)
    	ENOTCONN        = syscall.Errno(0x39)
    	ENOTDIR         = syscall.Errno(0x14)
    	ENOTEMPTY       = syscall.Errno(0x42)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.go

    	ENOMEDIUM       = syscall.Errno(0x55)
    	ENOMEM          = syscall.Errno(0xc)
    	ENOMSG          = syscall.Errno(0x5a)
    	ENOPROTOOPT     = syscall.Errno(0x2a)
    	ENOSPC          = syscall.Errno(0x1c)
    	ENOSYS          = syscall.Errno(0x4e)
    	ENOTBLK         = syscall.Errno(0xf)
    	ENOTCONN        = syscall.Errno(0x39)
    	ENOTDIR         = syscall.Errno(0x14)
    	ENOTEMPTY       = syscall.Errno(0x42)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go

    	ENOMSG          = syscall.Errno(0x53)
    	ENOPROTOOPT     = syscall.Errno(0x2a)
    	ENOSPC          = syscall.Errno(0x1c)
    	ENOSR           = syscall.Errno(0x5a)
    	ENOSTR          = syscall.Errno(0x5b)
    	ENOSYS          = syscall.Errno(0x4e)
    	ENOTBLK         = syscall.Errno(0xf)
    	ENOTCONN        = syscall.Errno(0x39)
    	ENOTDIR         = syscall.Errno(0x14)
    	ENOTEMPTY       = syscall.Errno(0x42)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 72.8K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go

    	ENOMEDIUM       = syscall.Errno(0x55)
    	ENOMEM          = syscall.Errno(0xc)
    	ENOMSG          = syscall.Errno(0x5a)
    	ENOPROTOOPT     = syscall.Errno(0x2a)
    	ENOSPC          = syscall.Errno(0x1c)
    	ENOSYS          = syscall.Errno(0x4e)
    	ENOTBLK         = syscall.Errno(0xf)
    	ENOTCONN        = syscall.Errno(0x39)
    	ENOTDIR         = syscall.Errno(0x14)
    	ENOTEMPTY       = syscall.Errno(0x42)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.6K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go

    	ENOMEDIUM       = syscall.Errno(0x55)
    	ENOMEM          = syscall.Errno(0xc)
    	ENOMSG          = syscall.Errno(0x5a)
    	ENOPROTOOPT     = syscall.Errno(0x2a)
    	ENOSPC          = syscall.Errno(0x1c)
    	ENOSYS          = syscall.Errno(0x4e)
    	ENOTBLK         = syscall.Errno(0xf)
    	ENOTCONN        = syscall.Errno(0x39)
    	ENOTDIR         = syscall.Errno(0x14)
    	ENOTEMPTY       = syscall.Errno(0x42)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
Back to top