HomeSort by relevance Sort by last modified time
    Searched refs:Errno (Results 1 - 25 of 220) sorted by null

1 2 3 4 5 6 7 8 9

  /prebuilts/go/darwin-x86/src/syscall/
tables_nacl.go 96 // native_client/src/trusted/service_runtime/include/sys/errno.h
98 EPERM Errno = 1 /* Operation not permitted */
99 ENOENT Errno = 2 /* No such file or directory */
100 ESRCH Errno = 3 /* No such process */
101 EINTR Errno = 4 /* Interrupted system call */
102 EIO Errno = 5 /* I/O error */
103 ENXIO Errno = 6 /* No such device or address */
104 E2BIG Errno = 7 /* Argument list too long */
105 ENOEXEC Errno = 8 /* Exec format error */
106 EBADF Errno = 9 /* Bad file number *
    [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_solaris_amd64.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_darwin_386.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
tables_nacl.go 96 // native_client/src/trusted/service_runtime/include/sys/errno.h
98 EPERM Errno = 1 /* Operation not permitted */
99 ENOENT Errno = 2 /* No such file or directory */
100 ESRCH Errno = 3 /* No such process */
101 EINTR Errno = 4 /* Interrupted system call */
102 EIO Errno = 5 /* I/O error */
103 ENXIO Errno = 6 /* No such device or address */
104 E2BIG Errno = 7 /* Argument list too long */
105 ENOEXEC Errno = 8 /* Exec format error */
106 EBADF Errno = 9 /* Bad file number *
    [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_solaris_amd64.go     [all...]
zerrors_darwin_arm64.go     [all...]
  /system/connectivity/wifilogd/tests/
mock_os.h 38 std::tuple<int, Errno>(const std::string& socket_name));
41 std::tuple<size_t, Errno>(int fd, void* buf, size_t buflen));
42 MOCK_METHOD3(Write, std::tuple<size_t, Os::Errno>(int fd, const void* buf,
  /system/connectivity/wifilogd/
os.h 44 using Errno = int;
65 // access to said socket, returns {kInvalidFd, errno}.
66 virtual std::tuple<int, Errno> GetControlSocket(
78 // success, |errno| otherwise).
86 virtual std::tuple<size_t, Errno> ReceiveDatagram(int fd, NONNULL void* buf,
90 // written, and the result of the operation (0 for success, |errno|
96 virtual std::tuple<size_t, Errno> Write(int fd, NONNULL const void* buf,

Completed in 1934 milliseconds

1 2 3 4 5 6 7 8 9