OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fatsect
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/fstyp/
exfat.c
249
uint32_t *
fatsect
, nextclust;
local in function:exfat_fat_next
256
fatsect
= read_sect(fp, clsect, BPS);
257
nextclust = le32toh(
fatsect
[clsectoff]);
258
free(
fatsect
);
exfat.c
249
uint32_t *
fatsect
, nextclust;
local in function:exfat_fat_next
256
fatsect
= read_sect(fp, clsect, BPS);
257
nextclust = le32toh(
fatsect
[clsectoff]);
258
free(
fatsect
);
Completed in 22 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025