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

  /src/sbin/fsck_msdos/
fat.c 45 static int tryclear(struct bootblock *, struct fatEntry *, cl_t, cl_t *);
352 tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *truncp) function in typeref:typename:int
429 ret |= tryclear(boot, fat, head, &fat[p].next);
445 conf = tryclear(boot, fat, head, &fat[p].next);
fat.c 45 static int tryclear(struct bootblock *, struct fatEntry *, cl_t, cl_t *);
352 tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *truncp) function in typeref:typename:int
429 ret |= tryclear(boot, fat, head, &fat[p].next);
445 conf = tryclear(boot, fat, head, &fat[p].next);

Completed in 53 milliseconds