mntentbuf
struct mntentbuf *embufp = arg;
bzero(embufp, sizeof (struct mntentbuf));
static struct mntentbuf *
struct mntentbuf *embufp;
if (!(embufp = calloc(1, sizeof (struct mntentbuf))) ||
struct mntentbuf *embufp;
struct mntentbuf embuf;
struct mntentbuf embuf;
STRUCT_DECL(mntentbuf, embuf); /* Our copy of user's embuf */
STRUCT_DECL(mntentbuf, embuf); /* Our copy of user's embuf */