OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mount_func
(Results
1 - 2
of
2
) sorted by null
/external/grub/stage2/
filesys.h
151
int (*
mount_func
) (void);
member in struct:fsys_entry
disk_io.c
422
if ((fsys_table[fsys_type].
mount_func
) ())
429
if ((*(fsys_table[fsys_type].
mount_func
)) () != 1)
[
all
...]
Completed in 22 milliseconds