Searched defs:cgun (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c78 } cgun; member in struct:fstyp_ufs
84 #define acg cgun.cg
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c436 #pragma align XMIT_2_X_ALIGN(fsun, altfsun, cgun)
447 union cgun { union
450 } cgun; variable in typeref:union:cgun
452 #define acg cgun.cg
2532 union cgun *icgun; /* local pointer to a cg summary block */
2535 icgun = (union cgun *)getbuf(&cgsumbuf, sizeof (union cgun));

Completed in 72 milliseconds