Searched refs:libfat_sector (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/libfat/
H A Dlibfatint.h25 struct libfat_sector { struct
27 struct libfat_sector *next; /* Next in list */
52 struct libfat_sector *sectors;
H A Dcache.c24 struct libfat_sector *ls;
32 ls = malloc(sizeof(struct libfat_sector));
35 ls = malloc(sizeof(struct libfat_sector));
56 struct libfat_sector *ls, *lsnext;

Completed in 84 milliseconds