Searched defs:f_sector (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_vstafs.c39 * In f_sector we store the sector number in which the information about
43 static int f_sector; variable
127 f_sector = ROOT_SECTOR;
130 if (! (d = vstafs_readdir (f_sector)))
160 f_sector = d->start;
161 get_file_info (f_sector);
196 get_file_info (f_sector);

Completed in 15 milliseconds