Searched refs:fsys_type (Results 1 – 3 of 3) sorted by relevance
116 int fsys_type = NUM_FSYS; variable434 for (fsys_type = 0; fsys_type < NUM_FSYS; fsys_type++) in attempt_mount()435 if ((fsys_table[fsys_type].mount_func) ()) in attempt_mount()438 if (fsys_type == NUM_FSYS && errnum == ERR_NONE) in attempt_mount()441 fsys_type = 0; in attempt_mount()442 if ((*(fsys_table[fsys_type].mount_func)) () != 1) in attempt_mount()444 fsys_type = NUM_FSYS; in attempt_mount()1377 || (*filename == '/' && fsys_type == NUM_FSYS) in setup_part()1420 if (fsys_type != NUM_FSYS) in print_fsys_type()1421 grub_printf ("is %s, ", fsys_table[fsys_type].name); in print_fsys_type()[all …]
690 extern int fsys_type;
1490 if (fsys_table[fsys_type].embed_func == 0 in embed_func()1491 || ! fsys_table[fsys_type].embed_func (&start_sector, size)) in embed_func()4658 char *fsys = fsys_table[fsys_type].name; in setup_func()