Searched refs:close_func (Results 1 - 4 of 4) sorted by relevance

/external/grub/stage2/
H A Dfilesys.h154 void (*close_func) (void); member in struct:fsys_entry
H A Ddisk_io.c1788 if (fsys_table[fsys_type].close_func != 0)
1789 (*(fsys_table[fsys_type].close_func)) ();
/external/tremolo/Tremolo/
H A Divorbisfile.h62 int (*close_func) (void *datasource); member in struct:__anon11488
H A Dvorbisfile.c793 if(vf->datasource)(vf->callbacks.close_func)(vf->datasource);

Completed in 82 milliseconds