Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 70 for ioctl (0.06 sec)

  1. src/syscall/zerrors_freebsd_amd64.go

    	19: "operation not supported by device",
    	20: "not a directory",
    	21: "is a directory",
    	22: "invalid argument",
    	23: "too many open files in system",
    	24: "too many open files",
    	25: "inappropriate ioctl for device",
    	26: "text file busy",
    	27: "file too large",
    	28: "no space left on device",
    	29: "illegal seek",
    	30: "read-only file system",
    	31: "too many links",
    	32: "broken pipe",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go

    	{21, "EISDIR", "is a directory"},
    	{22, "EINVAL", "invalid argument"},
    	{23, "ENFILE", "too many open files in system"},
    	{24, "EMFILE", "too many open files"},
    	{25, "ENOTTY", "inappropriate ioctl for device"},
    	{26, "ETXTBSY", "text file busy"},
    	{27, "EFBIG", "file too large"},
    	{28, "ENOSPC", "no space left on device"},
    	{29, "ESPIPE", "illegal seek"},
    	{30, "EROFS", "read-only file system"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 70.7K bytes
    - Viewed (0)
  3. src/syscall/zerrors_linux_riscv64.go

    	19:  "no such device",
    	20:  "not a directory",
    	21:  "is a directory",
    	22:  "invalid argument",
    	23:  "too many open files in system",
    	24:  "too many open files",
    	25:  "inappropriate ioctl for device",
    	26:  "text file busy",
    	27:  "file too large",
    	28:  "no space left on device",
    	29:  "illegal seek",
    	30:  "read-only file system",
    	31:  "too many links",
    	32:  "broken pipe",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.go

    	{21, "EISDIR", "is a directory"},
    	{22, "EINVAL", "invalid argument"},
    	{23, "ENFILE", "too many open files in system"},
    	{24, "EMFILE", "too many open files"},
    	{25, "ENOTTY", "inappropriate ioctl for device"},
    	{26, "ETXTBSY", "text file busy"},
    	{27, "EFBIG", "file too large"},
    	{28, "ENOSPC", "no space left on device"},
    	{29, "ESPIPE", "illegal seek"},
    	{30, "EROFS", "read-only file system"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_mips.go

    	19:   "no such device",
    	20:   "not a directory",
    	21:   "is a directory",
    	22:   "invalid argument",
    	23:   "too many open files in system",
    	24:   "too many open files",
    	25:   "inappropriate ioctl for device",
    	26:   "text file busy",
    	27:   "file too large",
    	28:   "no space left on device",
    	29:   "illegal seek",
    	30:   "read-only file system",
    	31:   "too many links",
    	32:   "broken pipe",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_mips64.go

    	19:   "no such device",
    	20:   "not a directory",
    	21:   "is a directory",
    	22:   "invalid argument",
    	23:   "too many open files in system",
    	24:   "too many open files",
    	25:   "inappropriate ioctl for device",
    	26:   "text file busy",
    	27:   "file too large",
    	28:   "no space left on device",
    	29:   "illegal seek",
    	30:   "read-only file system",
    	31:   "too many links",
    	32:   "broken pipe",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_mips64le.go

    	19:   "no such device",
    	20:   "not a directory",
    	21:   "is a directory",
    	22:   "invalid argument",
    	23:   "too many open files in system",
    	24:   "too many open files",
    	25:   "inappropriate ioctl for device",
    	26:   "text file busy",
    	27:   "file too large",
    	28:   "no space left on device",
    	29:   "illegal seek",
    	30:   "read-only file system",
    	31:   "too many links",
    	32:   "broken pipe",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_mipsle.go

    	19:   "no such device",
    	20:   "not a directory",
    	21:   "is a directory",
    	22:   "invalid argument",
    	23:   "too many open files in system",
    	24:   "too many open files",
    	25:   "inappropriate ioctl for device",
    	26:   "text file busy",
    	27:   "file too large",
    	28:   "no space left on device",
    	29:   "illegal seek",
    	30:   "read-only file system",
    	31:   "too many links",
    	32:   "broken pipe",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go

    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func ioctl(fd int, req uint, arg uintptr) (err error) {
    	_, _, e1 := syscall_syscall(libc_ioctl_trampoline_addr, uintptr(fd), uintptr(req), uintptr(arg))
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    var libc_ioctl_trampoline_addr uintptr
    
    //go:cgo_import_dynamic libc_ioctl ioctl "/usr/lib/libSystem.B.dylib"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 66.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go

    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func ioctl(fd int, req uint, arg uintptr) (err error) {
    	_, _, e1 := syscall_syscall(libc_ioctl_trampoline_addr, uintptr(fd), uintptr(req), uintptr(arg))
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    var libc_ioctl_trampoline_addr uintptr
    
    //go:cgo_import_dynamic libc_ioctl ioctl "/usr/lib/libSystem.B.dylib"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 66.7K bytes
    - Viewed (0)
Back to top