Searched refs:close_func (Results 1 – 4 of 4) sorted by relevance
175 void (*close_func) (void); member
1951 if (fsys_table[fsys_type].close_func != 0) in grub_close()1952 (*(fsys_table[fsys_type].close_func)) (); in grub_close()
1340 close_func(void *slavefd, int fd) in close_func() function2188 (void) fdwalk(close_func, &slavefd); in main()
6427 (struct fsys_entry): Added close_func.