HomeSort by relevance Sort by last modified time
    Searched full: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 113 milliseconds