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

  /src/usr.sbin/makefs/
chfs.c 52 static int chfs_create_image(const char *, fsinfo_t *);
113 if (chfs_create_image(image, fsopts) == -1) {
116 TIMER_RESULTS(start, "chfs_create_image");
161 chfs_create_image(const char *image, fsinfo_t *fsopts) function
chfs.c 52 static int chfs_create_image(const char *, fsinfo_t *);
113 if (chfs_create_image(image, fsopts) == -1) {
116 TIMER_RESULTS(start, "chfs_create_image");
161 chfs_create_image(const char *image, fsinfo_t *fsopts) function

Completed in 40 milliseconds