Home
last modified time | relevance | path

Searched defs:EBUSY (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dgeneric-error-number-macros.h27 #define EBUSY 16 macro
/freebsd/sys/contrib/dev/acpica/include/
H A Dacclib.h195 #define EBUSY 16 /* Device or resource busy */ macro
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Derrno.h286 # define EBUSY 9952 macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h289 # define EBUSY 9952 macro
/freebsd/sys/sys/
H A Derrno.h66 #define EBUSY 16 /* Device busy */ macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d60 inline int EBUSY = 16; variable
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py22 EBUSY = 16 variable