Home
last modified time | relevance | path

Searched refs:initcg (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.sbin/makefs/ffs/
H A Dmkfs.c64 static void initcg(int, time_t, const fsinfo_t *);
493 initcg(cylno, tstamp, fsopts); in ffs_mkfs()
562 initcg(int cylno, time_t utime, const fsinfo_t *fsopts) in initcg() function
/openbsd-src/sbin/newfs/
H A Dmkfs.c134 void initcg(u_int, time_t);
563 initcg(cg, utime); in mkfs()
622 initcg(u_int cg, time_t utime) in initcg() function
/openbsd-src/sbin/newfs_ext2fs/
H A Dmke2fs.c121 static void initcg(uint);
587 initcg(cylno); in mke2fs()
668 initcg(uint cylno) in initcg() function
/openbsd-src/sbin/growfs/
H A Dgrowfs.c139 static void initcg(u_int, time_t, int, unsigned int);
219 initcg(cg, utime, fso, Nflag); in growfs()
321 initcg(u_int cg, time_t utime, int fso, unsigned int Nflag) in initcg() function