HomeSort by: relevance | last modified time | path
    Searched defs:checkclnum (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/fsck_msdos/
fat.c 43 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);
fat.c 43 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);
fat.c 43 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 44 milliseconds