Home
last modified time | relevance | path

Searched defs:EINVAL (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/libcxx/include/
H A Derrno.h248 #define EINVAL 9943 macro
/openbsd/sys/sys/
H A Derrno.h66 #define EINVAL 22 /* Invalid argument */ macro
/openbsd/sys/dev/pci/drm/i915/gem/
H A Di915_gem_execbuffer.c82 #define EINVAL ({ \ macro