OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EINVAL
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/include/
acclib.h
198
#define
EINVAL
22 /* Invalid argument */
/src/sys/sys/
errno.h
64
#define
EINVAL
22 /* Invalid argument */
/src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_execbuffer.c
69
#undef
EINVAL
70
#define
EINVAL
({ \
71
DRM_DEBUG_DRIVER("
EINVAL
at %s:%d\n", __func__, __LINE__); \
433
return -
EINVAL
;
436
return -
EINVAL
;
444
return -
EINVAL
;
449
return -
EINVAL
;
457
return -
EINVAL
;
1037
return ERR_PTR(-
EINVAL
);
1372
return -
EINVAL
;
[
all
...]
/src/lib/libc/time/
private.h
240
#ifndef
EINVAL
241
# define
EINVAL
ERANGE
245
# define ELOOP
EINVAL
248
# define ENAMETOOLONG
EINVAL
251
# define ENOMEM
EINVAL
254
# define ENOTSUP
EINVAL
257
# define EOVERFLOW
EINVAL
Completed in 46 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025