Home
last modified time | relevance | path

Searched refs:mbuf_buf (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libc/port/gen/
H A Dgetmntent.c189 embuf.mbuf_buf = bufp; in getmntany()
231 if ((embuf.mbuf_buf = getmntbuf(embuf.mbuf_bufsize)) == NULL) { in getmntent_common()
241 if ((embuf.mbuf_buf = getmntbuf(embuf.mbuf_bufsize)) == NULL) { in getmntent_common()
/titanic_44/usr/src/uts/common/sys/
H A Dmnttab.h84 char *mbuf_buf; member
/titanic_44/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c206 if (embufp->mbuf_buf) in mntfs_free_mntentbuf()
207 free(embufp->mbuf_buf); in mntfs_free_mntentbuf()
257 if (embufp->mbuf_buf) in mntfs_get_mntentbuf()
258 free(embufp->mbuf_buf); in mntfs_get_mntentbuf()
259 if ((embufp->mbuf_buf = malloc(size)) == NULL) { in mntfs_get_mntentbuf()
/titanic_44/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1386 uint32_t mbuf_buf; member
1632 ubufp = STRUCT_FGETP(embuf, mbuf_buf); in mntioctl()
1824 ubufp = STRUCT_FGETP(embuf, mbuf_buf); in mntioctl()