Searched refs:error_table (Results 1 - 25 of 25) sorted by relevance

/external/e2fsprogs/lib/et/
H A Derror_table.h19 const struct error_table *table;
H A Dcom_err.h24 struct error_table { struct
49 extern errcode_t add_error_table(const struct error_table * et);
50 extern errcode_t remove_error_table(const struct error_table * et);
H A Dinit_et.c25 #include "error_table.h"
29 struct error_table et;
H A Dcom_right.c45 #include "error_table.h"
75 struct error_table tab;
92 struct error_table *tab;
H A DMakefile.in174 $(top_builddir)/lib/dirpaths.h $(srcdir)/com_err.h $(srcdir)/error_table.h \
177 $(top_builddir)/lib/dirpaths.h $(srcdir)/com_err.h $(srcdir)/error_table.h \
180 $(top_builddir)/lib/dirpaths.h $(srcdir)/com_err.h $(srcdir)/error_table.h
182 $(top_builddir)/lib/dirpaths.h $(srcdir)/com_err.h $(srcdir)/error_table.h \
185 $(top_builddir)/lib/dirpaths.h $(srcdir)/com_err.h $(srcdir)/error_table.h
H A Derror_message.c45 #include "error_table.h"
267 errcode_t add_error_table(const struct error_table * et)
296 errcode_t remove_error_table(const struct error_table * et)
H A Det_h.awk72 /^[ \t]*(error_table|et)[ \t]+[a-zA-Z][a-zA-Z0-9_]+/ {
185 print "extern const struct error_table et_" table_name "_error_table;" > outfile
H A Det_c.awk72 /^[ \t]*(error_table|et)[ \t]+[a-zA-Z][a-zA-Z0-9_]+/ {
220 print "struct error_table {" > outfile
227 print " const struct error_table * table;" > outfile
232 print "const struct error_table et_" table_name "_error_table = { text, " \
236 print "const struct error_table et_" table_name "_error_table = { text, " \
/external/e2fsprogs/lib/et/test_cases/
H A Dcontinuation.h9 extern const struct error_table et_ovk_error_table;
H A Dheimdal3.h10 extern const struct error_table et_h3test_error_table;
H A Dcontinuation.c15 struct error_table { struct
22 const struct error_table * table;
26 const struct error_table et_ovk_error_table = { text, 43787520L, 1 };
H A Dheimdal3.c16 struct error_table { struct
23 const struct error_table * table;
27 const struct error_table et_h3test_error_table = { text, 43787520L, 2 };
H A Dimap_err.c44 struct error_table { struct
51 const struct error_table * table;
55 const struct error_table et_imap_error_table = { text, -1904809472L, 30 };
H A Dsimple.c36 struct error_table { struct
43 const struct error_table * table;
47 const struct error_table et_krb_error_table = { text, 39525376L, 22 };
H A Dheimdal.c96 struct error_table { struct
103 const struct error_table * table;
107 const struct error_table et_krb_error_table = { text, 39525376L, 82 };
H A Dheimdal2.c82 struct error_table { struct
89 const struct error_table * table;
93 const struct error_table et_kadm_error_table = { text, -1783126272L, 68 };
H A Dimap_err.h38 extern const struct error_table et_imap_error_table;
H A Dsimple.h30 extern const struct error_table et_krb_error_table;
H A Dheimdal.h54 extern const struct error_table et_krb_error_table;
H A Dheimdal2.h48 extern const struct error_table et_kadm_error_table;
/external/e2fsprogs/e2fsck/
H A Dprof_err.c45 struct error_table { struct
52 const struct error_table * table;
56 const struct error_table et_prof_error_table = { text, -1429577728L, 31 };
H A Dprof_err.h39 extern const struct error_table et_prof_error_table;
/external/e2fsprogs/lib/ext2fs/
H A Dext2_err.c170 struct error_table { struct
177 const struct error_table * table;
181 const struct error_table et_ext2_error_table = { text, 2133571328L, 156 };
H A Dext2_err.h164 extern const struct error_table et_ext2_error_table;
H A Dext2_err.et.in9 error_table ext2

Completed in 432 milliseconds