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

/netbsd-6-1-5-RELEASE/sbin/fsck_msdos/
H A Dfat.c43 static int checkclnum(struct bootblock *, u_int, cl_t, cl_t *);
52 checkclnum(struct bootblock *boot, u_int fat, cl_t cl, cl_t *next) function
206 ret |= checkclnum(boot, no, cl, &fat[cl].next);
212 ret |= checkclnum(boot, no, cl, &fat[cl].next);
218 ret |= checkclnum(boot, no, cl, &fat[cl].next);
223 ret |= checkclnum(boot, no, cl, &fat[cl].next);

Completed in 106 milliseconds