Home
last modified time | relevance | path

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

/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dfilesys.h175 void (*close_func) (void); member
H A Ddisk_io.c1951 if (fsys_table[fsys_type].close_func != 0) in grub_close()
1952 (*(fsys_table[fsys_type].close_func)) (); in grub_close()
/titanic_44/usr/src/cmd/zlogin/
H A Dzlogin.c1340 close_func(void *slavefd, int fd) in close_func() function
2188 (void) fdwalk(close_func, &slavefd); in main()
/titanic_44/usr/src/grub/grub-0.97/
H A DChangeLog6427 (struct fsys_entry): Added close_func.