Home
last modified time | relevance | path

Searched refs:fsys_type (Results 1 – 3 of 3) sorted by relevance

/external/grub/stage2/
Ddisk_io.c110 int fsys_type = NUM_FSYS; variable
421 for (fsys_type = 0; fsys_type < NUM_FSYS; fsys_type++) in attempt_mount()
422 if ((fsys_table[fsys_type].mount_func) ()) in attempt_mount()
425 if (fsys_type == NUM_FSYS && errnum == ERR_NONE) in attempt_mount()
428 fsys_type = 0; in attempt_mount()
429 if ((*(fsys_table[fsys_type].mount_func)) () != 1) in attempt_mount()
431 fsys_type = NUM_FSYS; in attempt_mount()
1214 || (*filename == '/' && fsys_type == NUM_FSYS) in setup_part()
1257 if (fsys_type != NUM_FSYS) in print_fsys_type()
1258 printf ("is %s, ", fsys_table[fsys_type].name); in print_fsys_type()
[all …]
Dshared.h635 extern int fsys_type;
Dbuiltins.c1116 if (fsys_table[fsys_type].embed_func == 0 in embed_func()
1117 || ! fsys_table[fsys_type].embed_func (&start_sector, size)) in embed_func()
4038 char *fsys = fsys_table[fsys_type].name; in setup_func()