Home
last modified time | relevance | path

Searched refs:EBUSY (Results 1 – 25 of 415) sorted by path

12345678910>>...17

/dragonfly/contrib/binutils-2.27/libiberty/
H A Dstrerror.c124 #if defined (EBUSY)
125 ENTRY(EBUSY, "EBUSY", "Device busy"),
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dstrerror.c124 #if defined (EBUSY)
125 ENTRY(EBUSY, "EBUSY", "Device busy"),
/dragonfly/contrib/cryptsetup/lib/
H A Dsetup.c1823 r = -EBUSY; in crypt_deactivate()
/dragonfly/contrib/cryptsetup/luks/
H A Dpbkdf.c249 return -EBUSY; in PBKDF2_performance_check()
/dragonfly/contrib/dhcpcd/src/
H A Dbpf.c185 } while (bpf->bpf_fd == -1 && errno == EBUSY); in bpf_open()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dstrerror.c124 #if defined (EBUSY)
125 ENTRY(EBUSY, "EBUSY", "Device busy"),
/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/os/generic/
H A Derror_constants.h62 device_or_resource_busy = EBUSY, in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dmutex172 // EINVAL, EAGAIN, EBUSY, EINVAL, EDEADLK(may)
180 // XXX EINVAL, EAGAIN, EBUSY
213 // EINVAL, EAGAIN, EBUSY, EINVAL, EDEADLK(may)
221 // XXX EINVAL, EAGAIN, EBUSY
228 // XXX EINVAL, EAGAIN, EBUSY
261 // EINVAL, EAGAIN, EBUSY, EINVAL, EDEADLK(may)
269 // XXX EINVAL, EAGAIN, EBUSY
299 // XXX EINVAL, EAGAIN, EBUSY
354 // EINVAL, EAGAIN, EBUSY, EINVAL, EDEADLK(may)
362 // XXX EINVAL, EAGAIN, EBUSY
[all …]
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dstrerror.c124 #if defined (EBUSY)
125 ENTRY(EBUSY, "EBUSY", "Device busy"),
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/os/generic/
H A Derror_constants.h62 device_or_resource_busy = EBUSY, in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dmutex83 // XXX EAGAIN, ENOMEM, EPERM, EBUSY(may), EINVAL(may)
109 // EINVAL, EAGAIN, EBUSY, EINVAL, EDEADLK(may)
117 // XXX EINVAL, EAGAIN, EBUSY
124 // XXX EINVAL, EAGAIN, EBUSY
194 // EINVAL, EAGAIN, EBUSY, EINVAL, EDEADLK(may)
202 // XXX EINVAL, EAGAIN, EBUSY
219 // XXX EINVAL, EAGAIN, EBUSY
254 // EINVAL, EAGAIN, EBUSY, EINVAL, EDEADLK(may)
262 // XXX EINVAL, EAGAIN, EBUSY
279 // XXX EINVAL, EAGAIN, EBUSY
H A Dshared_mutex85 // Errors not handled: EBUSY, EINVAL
92 // Errors not handled: EBUSY, EINVAL
114 if (__ret == EBUSY) return false;
124 // Errors not handled: EPERM, EBUSY, EINVAL
154 if (__ret == EBUSY || __ret == EAGAIN) return false;
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dsystem_error.cc110 #ifdef EBUSY in default_error_condition()
111 case EBUSY: in default_error_condition()
/dragonfly/contrib/gdb-7/gdb/
H A Di386-nat.c779 addr, len_rw) ? EBUSY : 0; in i386_insert_hw_breakpoint()
H A Dinf-child.c198 case EBUSY: in inf_child_errno_to_fileio_error()
H A Dremote-fileio.c259 case EBUSY: in remote_fileio_errno_to_target()
H A Dremote.c9841 return EBUSY; in remote_fileio_errno_to_host()
/dragonfly/contrib/grep/lib/glthread/
H A Dlock.c695 return EBUSY; in glthread_recursive_lock_destroy_multithreaded()
/dragonfly/contrib/libpcap/
H A DCHANGES430 EBUSY can now be returned by SNFv3 code.
H A Dpcap-bpf.c542 } while (fd < 0 && errno == EBUSY); in bpf_open()
/dragonfly/contrib/lvm2/dist/daemons/clvmd/
H A Dclvmd-cman.c279 if (status < 0 && errno == EBUSY) { /* Don't busywait */ in is_listening()
281 errno = EBUSY; /* In case sleep trashes it */ in is_listening()
284 while (status < 0 && errno == EBUSY); in is_listening()
H A Dclvmd-corosync.c146 errno = EBUSY; in cs_to_errno()
H A Dclvmd-openais.c149 errno = EBUSY; in ais_to_errno()
H A Dclvmd.c1046 reply.status = EBUSY; in read_from_local_sock()
H A Dlvm-functions.c252 errno = EBUSY; in hold_lock()
601 return status == 1 ? 0 : EBUSY; in do_check_lvm1()

12345678910>>...17