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...] |