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

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/et/
H A Derror_table.h19 const struct error_table *table;
H A Dcom_err.h23 struct error_table { struct
46 extern errcode_t add_error_table(const struct error_table * et);
47 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"
60 struct error_table tab;
77 struct error_table *tab;
H A DMakefile.in143 $(srcdir)/error_table.h $(srcdir)/internal.h
144 et_name.o: $(srcdir)/et_name.c $(srcdir)/com_err.h $(srcdir)/error_table.h \
146 init_et.o: $(srcdir)/init_et.c $(srcdir)/com_err.h $(srcdir)/error_table.h
147 com_err.o: $(srcdir)/com_err.c $(srcdir)/com_err.h $(srcdir)/error_table.h \
150 $(srcdir)/error_table.h
H A Derror_message.c38 #include "error_table.h"
172 errcode_t add_error_table(const struct error_table * et)
195 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_]+/ {
218 print "struct error_table {" > outfile
225 print " const struct error_table * table;" > outfile
230 print "const struct error_table et_" table_name "_error_table = { text, " \
234 print "const struct error_table et_" table_name "_error_table = { text, " \
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/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.c13 struct error_table { struct
20 const struct error_table * table;
24 const struct error_table et_ovk_error_table = { text, 43787520L, 1 };
H A Dheimdal.c94 struct error_table { struct
101 const struct error_table * table;
105 const struct error_table et_krb_error_table = { text, 39525376L, 82 };
H A Dheimdal2.c80 struct error_table { struct
87 const struct error_table * table;
91 const struct error_table et_kadm_error_table = { text, -1783126272L, 68 };
H A Dheimdal3.c14 struct error_table { struct
21 const struct error_table * table;
25 const struct error_table et_h3test_error_table = { text, 43787520L, 2 };
H A Dimap_err.c42 struct error_table { struct
49 const struct error_table * table;
53 const struct error_table et_imap_error_table = { text, -1904809472L, 30 };
H A Dsimple.c34 struct error_table { struct
41 const struct error_table * table;
45 const struct error_table et_krb_error_table = { text, 39525376L, 22 };
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;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Dprof_err.c43 struct error_table { struct
50 const struct error_table * table;
54 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;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dapm.c437 static const lookup_t error_table[] = { variable
456 #define ERROR_COUNT (sizeof(error_table)/sizeof(lookup_t))
472 if (error_table[i].key == err) break;
474 printk(KERN_NOTICE "apm: %s: %s\n", str, error_table[i].msg);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pcmcia/
H A Dcs.c150 static const lookup_t error_table[] = { variable
183 #define ERROR_COUNT (sizeof(error_table)/sizeof(lookup_t))
2198 if (error_table[i].key == err->retcode) break;
2200 printk("%s: %s\n", serv, error_table[i].msg);

Completed in 117 milliseconds