OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bsHugeSectors
(Results
1 - 7
of
7
) sorted by null
/external/syslinux/libfat/
fat.h
39
le32_t
bsHugeSectors
; /* Number of sectors [2] */
open.c
60
sectors = read32(&bs->
bsHugeSectors
);
/external/syslinux/core/fs/fat/
fat_fs.h
49
uint32_t
bsHugeSectors
;
fat.c
747
total_sectors = fat.bxSectors ? : fat.
bsHugeSectors
;
/external/syslinux/libinstaller/
fs.c
68
sectors = sectors ? sectors : get_32(§buf->
bsHugeSectors
);
syslxint.h
237
uint32_t
bsHugeSectors
;
/external/syslinux/extlinux/
main.c
303
set_32(&sbs->
bsHugeSectors
, totalsectors);
[
all
...]
Completed in 113 milliseconds