Home
last modified time | relevance | path

Searched refs:error (Results 1 – 11 of 11) sorted by relevance

/DragonOS-0.1.2/kernel/src/common/
Derr.h38 static inline void* __must_check ERR_PTR(long error) in ERR_PTR() argument
40 return (void*)(error); in ERR_PTR()
Dmath.h7 #error Arch not supported.
Didr.h10 #error Arch not supported.
/DragonOS-0.1.2/kernel/src/smp/
Dipi.h7 #error "error type of arch!"
/DragonOS-0.1.2/user/libs/libc/src/math/
Dlibm.h51 #error Unsupported long double representation
/DragonOS-0.1.2/kernel/src/common/math/
Dlibm.h51 #error Unsupported long double representation
/DragonOS-0.1.2/docs/userland/libc/apis/api-list/
Derrno.md71 #define EIO 29 /* I/O错误 I/O error.*/
107 #define ENOEXEC 46 /* 可执行文件格式错误 Executable file format error.*/
157 #define EPROTO 69 /* 协议错误 Protocol error.*/
/DragonOS-0.1.2/kernel/src/driver/disk/ahci/
Dahci.h103 uint8_t error; // Error register member
154 uint8_t error; // Error register member
/DragonOS-0.1.2/kernel/src/libs/
Dlz4.c48 #error Arch not supported.
231 #error "LZ4_DISTANCE_MAX is too big : must be <= 65535"
295 #error "LZ4 code (when not C++ or C99) assumes that sizeof(int) == 4"
2186 variable_length_error *error) in read_variable_length() argument
2192 *error = initial_error; in read_variable_length()
2202 *error = loop_error; in read_variable_length()
2303 variable_length_error error = ok; in LZ4_decompress_generic() local
2304 … length += read_variable_length(&ip, iend - RUN_MASK, (int)endOnInput, (int)endOnInput, &error); in LZ4_decompress_generic()
2305 if (error == initial_error) in LZ4_decompress_generic()
2380 variable_length_error error = ok; in LZ4_decompress_generic() local
[all …]
/DragonOS-0.1.2/
Dbochsrc41 error: action=report
/DragonOS-0.1.2/kernel/src/process/
Dprocess.c206 #error Unsupported architecture! in process_load_elf_file()