HomeSort by relevance Sort by last modified time
    Searched refs:fsys_table (Results 1 - 3 of 3) sorted by null

  /external/grub/stage2/
filesys.h 165 extern struct fsys_entry fsys_table[NUM_FSYS + 1];
disk_io.c 48 struct fsys_entry fsys_table[NUM_FSYS + 1] = variable in typeref:struct:fsys_entry
422 if ((fsys_table[fsys_type].mount_func) ())
429 if ((*(fsys_table[fsys_type].mount_func)) () != 1)
1258 printf ("is %s, ", fsys_table[fsys_type].name);
    [all...]
builtins.c 1131 if (fsys_table[fsys_type].embed_func == 0
1132 || ! fsys_table[fsys_type].embed_func (&start_sector, size))
    [all...]

Completed in 40 milliseconds