Searched refs:output_entry (Results 1 – 4 of 4) sorted by relevance
| /src/usr.bin/etdump/ |
| H A D | output_shell.c | 39 output_entry(FILE *outfile, const char *filename __unused, in output_entry() function 66 .output_entry = output_entry,
|
| H A D | output_text.c | 60 output_entry(FILE *outfile, const char *filename __unused, in output_entry() function 94 .output_entry = output_entry,
|
| H A D | etdump.c | 137 if (outputter->output_entry != NULL) { in dump_section() 146 outputter->output_entry(outfile, filename, entry, in dump_section() 190 if (outputter->output_entry != NULL) in dump_eltorito() 191 outputter->output_entry(outfile, filename, in dump_eltorito()
|
| H A D | etdump.h | 37 void (*output_entry)(FILE *outfile, const char *filename, member
|