Searched refs:bootblock (Results 1 – 11 of 11) sorted by relevance
/external/fsck_msdos/ |
D | ext.h | 65 int checkdirty(int, struct bootblock *); 88 int readboot(int, struct bootblock *); 93 int writefsinfo(int, struct bootblock *); 99 int readfat(int, struct bootblock *, int, struct fatEntry **); 105 int comparefat(struct bootblock *, struct fatEntry *, struct fatEntry *, int); 110 int checkfat(struct bootblock *, struct fatEntry *); 115 int writefat(int, struct bootblock *, struct fatEntry *, int); 120 int resetDosDirSection(struct bootblock *, struct fatEntry *); 122 int handleDirTree(int, struct bootblock *, struct fatEntry *); 130 int checklost(int, struct bootblock *, struct fatEntry *); [all …]
|
D | fat.c | 50 static int checkclnum(struct bootblock *, int, cl_t, cl_t *); 52 static int tryclear(struct bootblock *, struct fatEntry *, cl_t, cl_t *); 53 static int _readfat(int, struct bootblock *, int, u_char **); 74 checkdirty(int fs, struct bootblock *boot) in checkdirty() 138 checkclnum(struct bootblock *boot, int fat, cl_t cl, cl_t *next) in checkclnum() 169 _readfat(int fs, struct bootblock *boot, int no, u_char **buffer) in _readfat() 207 readfat(int fs, struct bootblock *boot, int no, struct fatEntry **fp) in readfat() 407 comparefat(struct bootblock *boot, struct fatEntry *first, in comparefat() 420 clearchain(struct bootblock *boot, struct fatEntry *fat, cl_t head) in clearchain() 434 tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *trunc) in tryclear() [all …]
|
D | dir.c | 102 static int delete(int, struct bootblock *, struct fatEntry *, cl_t, int, 104 static int removede(int, struct bootblock *, struct fatEntry *, u_char *, 106 static int checksize(struct bootblock *, struct fatEntry *, u_char *, 108 static int readDosDirSection(int, struct bootblock *, struct fatEntry *, 224 resetDosDirSection(struct bootblock *boot, struct fatEntry *fat) in resetDosDirSection() 307 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl, in delete() 355 removede(int f, struct bootblock *boot, struct fatEntry *fat, u_char *start, in removede() 390 checksize(struct bootblock *boot, struct fatEntry *fat, u_char *p, in checksize() 443 check_dot_dot(int f, struct bootblock *boot, struct fatEntry *fat,struct dosDirEntry *dir) in check_dot_dot() 523 readDosDirSection(int f, struct bootblock *boot, struct fatEntry *fat, in readDosDirSection() [all …]
|
D | dosfs.h | 48 struct bootblock { struct
|
D | boot.c | 53 struct bootblock *boot; 257 struct bootblock *boot;
|
D | check.c | 62 struct bootblock boot; in checkfilesys()
|
/external/valgrind/main/coregrind/ |
D | m_main.c | 2889 void _start_in_C_aix5 ( AIX5Bootblock* bootblock ); 2890 void _start_in_C_aix5 ( AIX5Bootblock* bootblock ) in _start_in_C_aix5() argument 2895 __NR_getpid = bootblock->__NR_getpid; in _start_in_C_aix5() 2896 __NR_write = bootblock->__NR_write; in _start_in_C_aix5() 2897 __NR_exit = bootblock->__NR_exit; in _start_in_C_aix5() 2898 __NR_open = bootblock->__NR_open; in _start_in_C_aix5() 2899 __NR_read = bootblock->__NR_read; in _start_in_C_aix5() 2900 __NR_close = bootblock->__NR_close; in _start_in_C_aix5() 2905 intregs37 = &bootblock->iregs_pc_cr_lr_ctr_xer[0]; in _start_in_C_aix5() 2907 the_iicii.bootblock = (void*)bootblock; in _start_in_C_aix5() [all …]
|
D | pub_core_initimg.h | 147 void* bootblock; member
|
D | Makefile.am | 132 launcher-aix5-bootblock.h \
|
D | Makefile.in | 855 launcher-aix5-bootblock.h \
|
/external/valgrind/main/coregrind/m_initimg/ |
D | initimg-aix5.c | 256 iifii.compressed_page = VG_PGROUNDDN((Addr)iicii.bootblock); in VG_()
|