Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfilesys.h175 void (*close_func) (void); member
H A Ddisk_io.c1954 if (fsys_table[fsys_type].close_func != 0) in grub_close()
1955 (*(fsys_table[fsys_type].close_func)) (); in grub_close()
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c1341 close_func(void *slavefd, int fd) in close_func() function
2189 (void) fdwalk(close_func, &slavefd); in main()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlparser.c554 static void close_func (LexState *ls) { in close_func() function
805 close_func(ls); in body()
1613 close_func(ls); in mainfunc()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog6427 (struct fsys_entry): Added close_func.