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

/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c201 struct mntentbuf *embufp = arg; local
203 if (embufp == NULL)
205 if (embufp->mbuf_emp)
206 free(embufp->mbuf_emp);
207 if (embufp->mbuf_buf)
208 free(embufp->mbuf_buf);
209 bzero(embufp, sizeof (struct mntentbuf));
210 free(embufp);
221 struct mntentbuf *embufp; local
246 if (!(embufp
293 struct mntentbuf *embufp; local
[all...]

Completed in 56 milliseconds