Searched refs:initcg (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/usr.sbin/makefs/ffs/ |
| H A D | mkfs.c | 64 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 D | mkfs.c | 134 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 D | mke2fs.c | 121 static void initcg(uint); 587 initcg(cylno); in mke2fs() 668 initcg(uint cylno) in initcg() function
|
| /openbsd-src/sbin/growfs/ |
| H A D | growfs.c | 139 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
|