Searched defs:aub_file (Results 1 – 5 of 5) sorted by relevance
80 struct aub_file { struct81 FILE *file;83 bool has_default_setup;107 void aub_file_init(struct aub_file *aub, FILE *file, FILE *debug, uint16_t pci_id, const char *app_… argument
192 struct aub_file { struct198 static struct aub_file * argument
47 struct aub_file { struct69 store_exec_begin(struct aub_file *file) in store_exec_begin() argument
273 FILE *aub_file = fopen(out_filename, "w"); in main() local
117 static struct aub_file aub_file; variable