| /OK3568_Linux_fs/kernel/tools/lib/traceevent/ |
| H A D | tep_strerror.c | 30 enum tep_errno errnum, char *buf, size_t buflen) in tep_strerror() argument 38 if (errnum >= 0) { in tep_strerror() 39 int err = strerror_r(errnum, buf, buflen); in tep_strerror() 44 if (errnum <= __TEP_ERRNO__START || in tep_strerror() 45 errnum >= __TEP_ERRNO__END) in tep_strerror() 48 idx = errnum - __TEP_ERRNO__START - 1; in tep_strerror()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | target.c | 116 int target__strerror(struct target *target, int errnum, in target__strerror() argument 124 if (errnum >= 0) { in target__strerror() 125 str_error_r(errnum, buf, buflen); in target__strerror() 129 if (errnum < __TARGET_ERRNO__START || errnum >= __TARGET_ERRNO__END) in target__strerror() 132 idx = errnum - __TARGET_ERRNO__START; in target__strerror() 135 switch (errnum) { in target__strerror()
|
| H A D | dso.c | 1426 int idx, errnum = dso->load_errno; in dso__strerror_load() local 1440 if (errnum >= 0) { in dso__strerror_load() 1441 const char *err = str_error_r(errnum, buf, buflen); in dso__strerror_load() 1449 if (errnum < __DSO_LOAD_ERRNO__START || errnum >= __DSO_LOAD_ERRNO__END) in dso__strerror_load() 1452 idx = errnum - __DSO_LOAD_ERRNO__START; in dso__strerror_load()
|
| H A D | target.h | 50 int target__strerror(struct target *target, int errnum, char *buf, size_t buflen);
|
| /OK3568_Linux_fs/u-boot/fs/reiserfs/ |
| H A D | reiserfs.c | 35 static reiserfs_error_t errnum = ERR_NONE; variable 264 return errnum == 0; in journal_init() 417 errnum = ERR_FSYS_CORRUPT; in read_tree_node() 582 errnum = ERR_FSYS_CORRUPT; in search_stat() 606 while (! errnum) in reiserfs_read() 669 return errnum ? 0 : buf - prev_buf; in reiserfs_read() 725 errnum = ERR_SYMLINK_LOOP; in reiserfs_dir() 741 errnum = ERR_FILELENGTH; in reiserfs_dir() 755 if (! errnum) in reiserfs_dir() 756 errnum = ERR_FSYS_CORRUPT; in reiserfs_dir() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | assert.h | 59 # define assert_perror(errnum) (__ASSERT_VOID_CAST (0)) argument 114 # define assert_perror(errnum) \ argument 115 (!(errnum) \ 117 : __assert_perror_fail ((errnum), __FILE__, __LINE__, __ASSERT_FUNCTION))
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | assert.h | 59 # define assert_perror(errnum) (__ASSERT_VOID_CAST (0)) argument 114 # define assert_perror(errnum) \ argument 115 (!(errnum) \ 117 : __assert_perror_fail ((errnum), __FILE__, __LINE__, __ASSERT_FUNCTION))
|
| /OK3568_Linux_fs/u-boot/tools/dtoc/ |
| H A D | fdt.py | 26 def CheckErr(errnum, msg): argument 27 if errnum: 29 (errnum, libfdt.fdt_strerror(errnum), msg)) 340 def CheckErr(errnum, msg): argument 341 if errnum: 343 (errnum, libfdt.fdt_strerror(errnum), msg))
|
| /OK3568_Linux_fs/kernel/tools/lib/ |
| H A D | str_error_r.c | 21 char *str_error_r(int errnum, char *buf, size_t buflen) in str_error_r() argument 23 int err = strerror_r(errnum, buf, buflen); in str_error_r() 25 snprintf(buf, buflen, "INTERNAL ERROR: strerror_r(%d, [buf], %zd)=%d", errnum, buflen, err); in str_error_r()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | kgdb.c | 380 volatile int errnum; in handle_exception() local 392 errnum = kgdb_setjmp(error_jmp_buf); in handle_exception() 394 if (errnum == 0) switch (remcomInBuffer[0]) { in handle_exception() 511 if (errnum != 0) in handle_exception() 512 sprintf(remcomOutBuffer, "E%02d", errnum); in handle_exception() 541 kgdb_error(int errnum) in kgdb_error() argument 544 kgdb_longjmp(error_jmp_buf, errnum); in kgdb_error()
|
| H A D | error.h | 40 extern void error (int status, int errnum, const char *format, ...) 43 extern void error_at_line (int status, int errnum, const char *fname,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/ |
| H A D | 0007-add-error-API-when-error.h-is-not-on-platform.patch | 35 +void error(int status, int errnum, const char* format, ...) 44 + if (errnum) 45 + fprintf(stderr, ":%d", errnum); 60 +void error(int status, int errnum, const char* format, ...);
|
| /OK3568_Linux_fs/buildroot/package/libblockdev/ |
| H A D | 0001-Provide-replacement-function-for-strerror_l.patch | 39 +static char *strerror_l(int errnum, locale_t locale UNUSED) 41 + return strerror(errnum); 59 +static char *strerror_l(int errnum, locale_t locale UNUSED) 61 + return strerror(errnum);
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | i7300_edac.c | 354 u32 errnum, error_reg; in i7300_process_error_global() local 366 errnum = find_first_bit(&errors, in i7300_process_error_global() 368 specific = GET_ERR_FROM_TABLE(ferr_global_hi_name, errnum); in i7300_process_error_global() 369 is_fatal = ferr_global_hi_is_fatal(errnum); in i7300_process_error_global() 382 errnum = find_first_bit(&errors, in i7300_process_error_global() 384 specific = GET_ERR_FROM_TABLE(ferr_global_lo_name, errnum); in i7300_process_error_global() 385 is_fatal = ferr_global_lo_is_fatal(errnum); in i7300_process_error_global() 409 u32 errnum, value, error_reg; in i7300_process_fbd_error() local 425 errnum = find_first_bit(&errors, in i7300_process_fbd_error() 427 specific = GET_ERR_FROM_TABLE(ferr_fat_fbd_name, errnum); in i7300_process_fbd_error() [all …]
|
| H A D | i5400_edac.c | 523 int errnum; in i5400_proccess_non_recoverable_info() local 556 errnum = find_first_bit(&allErrors, ARRAY_SIZE(error_name)); in i5400_proccess_non_recoverable_info() 561 bank, buf_id, ras, cas, allErrors, error_name[errnum]); in i5400_proccess_non_recoverable_info() 587 int errnum; in i5400_process_nonfatal_error_info() local 622 errnum = find_first_bit(&allErrors, ARRAY_SIZE(error_name)); in i5400_process_nonfatal_error_info() 633 allErrors, error_name[errnum]); in i5400_process_nonfatal_error_info() 644 errnum = find_first_bit(&allErrors, ARRAY_SIZE(error_name)); in i5400_process_nonfatal_error_info() 650 branch >> 1, allErrors, error_name[errnum]); in i5400_process_nonfatal_error_info()
|
| /OK3568_Linux_fs/buildroot/package/vlc/ |
| H A D | 0005-Don-t-assume-strerror_l-is-available.patch | 40 static const char *vlc_strerror_l(int errnum, const char *lname) 46 @@ -51,6 +52,9 @@ static const char *vlc_strerror_l(int errnum, const char *lname) 47 const char *buf = strerror_l(errnum, loc); 51 + const char *buf = strerror(errnum);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rpm/files/ |
| H A D | 0001-tools-Add-error.h-for-non-glibc-case.patch | 56 +static inline void error(int status, int errnum, const char* format, ...) 63 + if (errnum) 64 + fprintf(stderr, ": %s", strerror(errnum));
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0015-distinguish-XSI-compliant-strerror_r-from-GNU-specif.patch | 9 int strerror_r(int errnum, char *buf, size_t buflen); 12 char *strerror_r(int errnum, char *buf, size_t buflen);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0015-distinguish-XSI-compliant-strerror_r-from-GNU-specif.patch | 9 int strerror_r(int errnum, char *buf, size_t buflen); 12 char *strerror_r(int errnum, char *buf, size_t buflen);
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/ |
| H A D | tm-unavailable.c | 37 #define err_at_line(status, errnum, format, ...) \ argument 38 error_at_line(status, errnum, __FILE__, __LINE__, format ##__VA_ARGS__)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | error.h | 128 void mbedtls_strerror( int errnum, char *buffer, size_t buflen );
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | error.h | 128 void mbedtls_strerror( int errnum, char *buffer, size_t buflen );
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | error.h | 128 void mbedtls_strerror( int errnum, char *buffer, size_t buflen );
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | error.h | 128 void mbedtls_strerror( int errnum, char *buffer, size_t buflen );
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | string.h | 31 char *str_error_r(int errnum, char *buf, size_t buflen);
|