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

  /external/grub/stage2/
disk_io.c 110 int fsys_type = NUM_FSYS; variable
421 for (fsys_type = 0; fsys_type < NUM_FSYS; fsys_type++)
422 if ((fsys_table[fsys_type].mount_func) ())
425 if (fsys_type == NUM_FSYS && errnum == ERR_NONE)
428 fsys_type = 0;
429 if ((*(fsys_table[fsys_type].mount_func)) () != 1)
431 fsys_type = NUM_FSYS;
1214 || (*filename == '/' && fsys_type == NUM_FSYS
    [all...]
shared.h 635 extern int fsys_type;
builtins.c 1131 if (fsys_table[fsys_type].embed_func == 0
1132 || ! fsys_table[fsys_type].embed_func (&start_sector, size))
    [all...]

Completed in 1079 milliseconds