Home
last modified time | relevance | path

Searched refs:EALREADY (Results 1 – 25 of 37) sorted by relevance

12

/openbsd-src/gnu/usr.bin/perl/win32/include/sys/
H A Derrno2.h44 #ifndef EALREADY /* New in VC10 */
45 # define EALREADY WSAEALREADY macro
/openbsd-src/gnu/llvm/libcxx/include/
H A Derrno.h107 #ifndef EALREADY
108 #define EALREADY 9907 macro
H A D__errc32 connection_already_in_progress, // EALREADY
129 connection_already_in_progress = EALREADY,
/openbsd-src/usr.sbin/smtpd/
H A Drfc5322.c85 errno = EALREADY; in rfc5322_push()
99 errno = EALREADY; in rfc5322_unfold_header()
/openbsd-src/gnu/usr.bin/perl/h2pl/eg/sys/
H A Derrno.pl37 $EALREADY = 0x25;
/openbsd-src/sys/sys/
H A Derrno.h86 #define EALREADY 37 /* Operation already in progress */ macro
/openbsd-src/regress/lib/libpthread/restart/connect/
H A Dconnect.c42 ASSERT(errno == EALREADY); in thr_connect()
/openbsd-src/sys/dev/pci/drm/ttm/
H A Dttm_execbuf_util.c92 if (ret == -EALREADY && dups) { in ttm_eu_reserve_buffers()
/openbsd-src/gnu/lib/libiberty/src/
H A Dstrerror.c415 #if defined (EALREADY)
416 ENTRY(EALREADY, "EALREADY", "Operation already in progress"),
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dstrerror.c416 #if defined (EALREADY)
417 ENTRY(EALREADY, "EALREADY", "Operation already in progress"),
/openbsd-src/lib/libcrypto/bio/
H A Dbss_sock.c237 case EALREADY: in BIO_sock_non_fatal_error()
H A Dbss_fd.c266 case EALREADY: in BIO_fd_non_fatal_error()
H A Dbss_dgram.c654 case EALREADY: in BIO_dgram_non_fatal_error()
/openbsd-src/sys/dev/pci/drm/include/linux/
H A Dww_mutex.h153 err = -EALREADY; in __ww_mutex_lock()
/openbsd-src/gnu/usr.bin/binutils/gdb/osf-share/HP800/
H A Dcma_thread_io.h103 (s == EALREADY) || (s == EDEADLK))
/openbsd-src/gnu/usr.bin/binutils/gdb/osf-share/AT386/
H A Dcma_thread_io.h129 (s == EALREADY) || (s == EDEADLK))
/openbsd-src/gnu/usr.bin/binutils/gdb/osf-share/RIOS/
H A Dcma_thread_io.h100 (s == EALREADY) || (s == EDEADLK))
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_exec.c234 if (unlikely(ret == -EALREADY) && in drm_exec_lock_obj()
H A Ddrm_modeset_lock.c323 } else if (ret == -EALREADY) { in modeset_lock()
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32sck.c98 return EALREADY; in convert_wsa_error_to_errno()
211 case EALREADY: in convert_errno_to_wsa_error()
/openbsd-src/gnu/usr.bin/perl/ext/POSIX/
H A DMakefile.PL40 EACCES EADDRINUSE EADDRNOTAVAIL EAFNOSUPPORT EAGAIN EALREADY EBADF EBADMSG
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Daldebaran.c179 r = -EALREADY; in aldebaran_mode2_perform_reset()
/openbsd-src/usr.sbin/vmd/
H A Dvmd.c124 if (res == EALREADY) { in vmd_dispatch_control()
169 res = EALREADY; in vmd_dispatch_control()
1274 errno = EALREADY; in vm_register()
/openbsd-src/regress/sys/ffs/
H A Dfstest.c633 case EALREADY: in err2str()
/openbsd-src/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t28 EADDRNOTAVAIL EAFNOSUPPORT EAGAIN EALREADY EBADF EBADMSG EBUSY

12