Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/fs/
H A Dpcfs.c417 ulong_t sectn, fat_index; in fat_map() local
428 sectn = (fat_index / SECSIZ) + ltohs(pcfsp->f_bpb.bs_resv_sectors) in fat_map()
436 if (!(fp = (uchar_t *)readblock(sectn, 2))) { in fat_map()