Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 70 for ioctl (0.04 sec)

  1. src/syscall/zerrors_darwin_arm64.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
    - 55.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/syscall_linux.go

    	return InotifyInit1(0)
    }
    
    //sys	ioctl(fd int, req uint, arg uintptr) (err error) = SYS_IOCTL
    //sys	ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) = SYS_IOCTL
    
    // ioctl itself should not be exposed directly, but additional get/set functions
    // for specific types are permissible. These are defined in ioctl.go and
    // ioctl_linux.go.
    //
    // The third argument to ioctl is often a pointer but sometimes an integer.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  3. src/syscall/zerrors_darwin_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
    - 55.3K bytes
    - Viewed (0)
  4. src/syscall/zerrors_netbsd_arm64.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.1K bytes
    - Viewed (0)
  5. src/syscall/zerrors_netbsd_386.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.5K bytes
    - Viewed (0)
  6. src/syscall/zerrors_netbsd_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.1K bytes
    - Viewed (0)
  7. src/syscall/zerrors_netbsd_arm.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
    - 66.5K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_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
    - 87.5K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.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
    - 72.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_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
    - 72.3K bytes
    - Viewed (0)
Back to top