Searched refs:embuf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetmntent.c143 struct mntentbuf embuf; local
187 embuf.mbuf_emp = (struct extmnttab *)mgetp;
188 embuf.mbuf_bufsize = MNT_LINE_MAX;
189 embuf.mbuf_buf = bufp;
191 switch (ret = ioctl(fileno(fp), MNTIOC_GETMNTANY, &embuf)) {
225 struct mntentbuf embuf; local
229 embuf.mbuf_emp = emp;
230 embuf.mbuf_bufsize = bufsize;
231 if ((embuf.mbuf_buf = getmntbuf(embuf
[all...]
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1607 STRUCT_DECL(mntentbuf, embuf); /* Our copy of user's embuf */
1622 * embuf is a struct embuf within the kernel. We copy into it
1623 * the struct embuf supplied by the user.
1625 STRUCT_INIT(embuf, datamodel);
1626 if (copyin((void *) arg, STRUCT_BUF(embuf),
1627 STRUCT_SIZE(embuf))) {
1631 uemp = STRUCT_FGETP(embuf, mbuf_emp);
1632 ubufp = STRUCT_FGETP(embuf, mbuf_bu
[all...]

Completed in 60 milliseconds