Home
last modified time | relevance | path

Searched refs:errcode (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/lib/bzip2/
H A Dbzlib_private.h100 extern void BZ2_bz__AssertH__fail ( int errcode );
101 #define AssertH(cond,errcode) \ argument
102 { if (!(cond)) BZ2_bz__AssertH__fail ( errcode ); }
126 extern void bz_internal_error ( int errcode );
127 #define AssertH(cond,errcode) \ argument
128 { if (!(cond)) bz_internal_error ( errcode ); }
H A Dbzlib.c93 void BZ2_bz__AssertH__fail ( int errcode ) in BZ2_bz__AssertH__fail() argument
104 errcode, in BZ2_bz__AssertH__fail()
108 if (errcode == 1007) { in BZ2_bz__AssertH__fail()
1594 void bz_internal_error(int errcode) in bz_internal_error() argument
1596 printf ("BZIP2 internal error %d\n", errcode); in bz_internal_error()
/rk3399_rockchip-uboot/include/
H A Dfsl_secboot_err.h50 int errcode; member
/rk3399_rockchip-uboot/board/freescale/common/
H A Dfsl_validate.c399 for (e = fsl_secboot_errcodes; e->errcode != ERROR_ESBC_CLIENT_MAX; in fsl_secboot_handle_error()
401 if (e->errcode == error) in fsl_secboot_handle_error()