Searched refs:fsys_type (Results 1 – 3 of 3) sorted by relevance
117 int fsys_type = NUM_FSYS; variable437 for (fsys_type = 0; fsys_type < NUM_FSYS; fsys_type++) in attempt_mount()438 if ((fsys_table[fsys_type].mount_func) ()) in attempt_mount()441 if (fsys_type == NUM_FSYS && errnum == ERR_NONE) in attempt_mount()444 fsys_type = 0; in attempt_mount()445 if ((*(fsys_table[fsys_type].mount_func)) () != 1) in attempt_mount()447 fsys_type = NUM_FSYS; in attempt_mount()1380 || (*filename == '/' && fsys_type == NUM_FSYS) in setup_part()1423 if (fsys_type != NUM_FSYS) in print_fsys_type()1424 grub_printf ("is %s, ", fsys_table[fsys_type].name); in print_fsys_type()[all …]
693 extern int fsys_type;
1493 if (fsys_table[fsys_type].embed_func == 0 in embed_func()1494 || ! fsys_table[fsys_type].embed_func (&start_sector, size)) in embed_func()4717 char *fsys = fsys_table[fsys_type].name; in setup_func()