Searched refs:output_entry (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/cmd/etdump/ |
| H A D | output_shell.c | 36 output_entry(FILE *outfile, const char *filename __unused, in output_entry() function 63 .output_entry = output_entry,
|
| H A D | output_text.c | 57 output_entry(FILE *outfile, const char *filename __unused, in output_entry() function 92 .output_entry = output_entry,
|
| H A D | etdump.c | 148 if (outputter->output_entry != NULL) { in dump_section() 153 outputter->output_entry(outfile, filename, entry, in dump_section() 198 if (outputter->output_entry != NULL) in dump_eltorito() 199 outputter->output_entry(outfile, filename, in dump_eltorito()
|
| H A D | etdump.h | 37 void (*output_entry)(FILE *outfile, const char *filename, member
|