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

  /src/usr.sbin/makefs/
ffs.c 136 static int ffs_create_image(const char *, fsinfo_t *);
278 if (ffs_create_image(image, fsopts) == -1)
280 TIMER_RESULTS(start, "ffs_create_image");
464 ffs_create_image(const char *image, fsinfo_t *fsopts) function in typeref:typename:int
ffs.c 136 static int ffs_create_image(const char *, fsinfo_t *);
278 if (ffs_create_image(image, fsopts) == -1)
280 TIMER_RESULTS(start, "ffs_create_image");
464 ffs_create_image(const char *image, fsinfo_t *fsopts) function in typeref:typename:int

Completed in 69 milliseconds