Home
last modified time | relevance | path

Searched refs:cgun (Results 1 – 3 of 3) sorted by relevance

/netbsd/sbin/newfs/
H A Dmkfs.c153 } *cgun; variable
154 #define acg cgun->cg
207 if ((cgun = aligned_alloc(DEV_BSIZE, sizeof(*cgun))) == NULL) in mkfs()
209 memset(cgun, 0, sizeof(*cgun)); in mkfs()
/netbsd/usr.sbin/dumpfs/
H A Ddumpfs.c81 } cgun; variable
82 #define acg cgun.cg
/netbsd/usr.sbin/makefs/ffs/
H A Dmkfs.c99 } cgun; variable
100 #define acg cgun.cg