| /openbsd-src/gnu/usr.bin/perl/win32/include/sys/ |
| H A D | errno2.h | 44 #ifndef EALREADY /* New in VC10 */ 45 # define EALREADY WSAEALREADY macro
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | errno.h | 107 #ifndef EALREADY 108 #define EALREADY 9907 macro
|
| H A D | __errc | 32 connection_already_in_progress, // EALREADY 129 connection_already_in_progress = EALREADY,
|
| /openbsd-src/usr.sbin/smtpd/ |
| H A D | rfc5322.c | 85 errno = EALREADY; in rfc5322_push() 99 errno = EALREADY; in rfc5322_unfold_header()
|
| /openbsd-src/gnu/usr.bin/perl/h2pl/eg/sys/ |
| H A D | errno.pl | 37 $EALREADY = 0x25;
|
| /openbsd-src/sys/sys/ |
| H A D | errno.h | 86 #define EALREADY 37 /* Operation already in progress */ macro
|
| /openbsd-src/regress/lib/libpthread/restart/connect/ |
| H A D | connect.c | 42 ASSERT(errno == EALREADY); in thr_connect()
|
| /openbsd-src/sys/dev/pci/drm/ttm/ |
| H A D | ttm_execbuf_util.c | 92 if (ret == -EALREADY && dups) { in ttm_eu_reserve_buffers()
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | strerror.c | 415 #if defined (EALREADY) 416 ENTRY(EALREADY, "EALREADY", "Operation already in progress"),
|
| /openbsd-src/gnu/usr.bin/cvs/lib/ |
| H A D | strerror.c | 416 #if defined (EALREADY) 417 ENTRY(EALREADY, "EALREADY", "Operation already in progress"),
|
| /openbsd-src/lib/libcrypto/bio/ |
| H A D | bss_sock.c | 237 case EALREADY: in BIO_sock_non_fatal_error()
|
| H A D | bss_fd.c | 266 case EALREADY: in BIO_fd_non_fatal_error()
|
| H A D | bss_dgram.c | 654 case EALREADY: in BIO_dgram_non_fatal_error()
|
| /openbsd-src/sys/dev/pci/drm/include/linux/ |
| H A D | ww_mutex.h | 153 err = -EALREADY; in __ww_mutex_lock()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/osf-share/HP800/ |
| H A D | cma_thread_io.h | 103 (s == EALREADY) || (s == EDEADLK))
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/osf-share/AT386/ |
| H A D | cma_thread_io.h | 129 (s == EALREADY) || (s == EDEADLK))
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/osf-share/RIOS/ |
| H A D | cma_thread_io.h | 100 (s == EALREADY) || (s == EDEADLK))
|
| /openbsd-src/sys/dev/pci/drm/ |
| H A D | drm_exec.c | 234 if (unlikely(ret == -EALREADY) && in drm_exec_lock_obj()
|
| H A D | drm_modeset_lock.c | 323 } else if (ret == -EALREADY) { in modeset_lock()
|
| /openbsd-src/gnu/usr.bin/perl/win32/ |
| H A D | win32sck.c | 98 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 D | Makefile.PL | 40 EACCES EADDRINUSE EADDRNOTAVAIL EAFNOSUPPORT EAGAIN EALREADY EBADF EBADMSG
|
| /openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
| H A D | aldebaran.c | 179 r = -EALREADY; in aldebaran_mode2_perform_reset()
|
| /openbsd-src/usr.sbin/vmd/ |
| H A D | vmd.c | 124 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 D | fstest.c | 633 case EALREADY: in err2str()
|
| /openbsd-src/gnu/usr.bin/perl/ext/POSIX/t/ |
| H A D | export.t | 28 EADDRNOTAVAIL EAFNOSUPPORT EAGAIN EALREADY EBADF EBADMSG EBUSY
|