Lines Matching refs:ERRNO_VALUE
29 ERRNO_VALUE(EACCES, 13); \
30 ERRNO_VALUE(EEXIST, 17); \
31 ERRNO_VALUE(EFAULT, 14); \
32 ERRNO_VALUE(EFBIG, 27); \
33 ERRNO_VALUE(EINTR, 4); \
34 ERRNO_VALUE(EINVAL, 22); \
35 ERRNO_VALUE(EIO, 5); \
36 ERRNO_VALUE(EISDIR, 21); \
37 ERRNO_VALUE(ELOOP, 40); \
38 ERRNO_VALUE(EMFILE, 24); \
39 ERRNO_VALUE(ENAMETOOLONG, 36); \
40 ERRNO_VALUE(ENFILE, 23); \
41 ERRNO_VALUE(ENOENT, 2); \
42 ERRNO_VALUE(ENOMEM, 12); \
43 ERRNO_VALUE(ENOSPC, 28); \
44 ERRNO_VALUE(ENOTDIR, 20); \
45 ERRNO_VALUE(EOVERFLOW, 75); \
46 ERRNO_VALUE(EPERM, 1); \
47 ERRNO_VALUE(EROFS, 30); \
48 ERRNO_VALUE(ETXTBSY, 26)
52 #define ERRNO_VALUE(error_name, wire_value) static_assert((error_name) == (wire_value), "") macro
54 #undef ERRNO_VALUE
59 #define ERRNO_VALUE(error_name, wire_value) \ in generate_host_to_wire() macro
62 #undef ERRNO_VALUE in generate_host_to_wire()
68 #define ERRNO_VALUE(error_name, wire_value) \ in generate_wire_to_host() macro
71 #undef ERRNO_VALUE in generate_wire_to_host()