Lines Matching refs:embuf
1607 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_buf);
1633 ubufsize = STRUCT_FGET(embuf, mbuf_bufsize);
1795 STRUCT_DECL(mntentbuf, embuf); /* Our copy of user's embuf */
1813 * embuf is a struct embuf within the kernel. We copy into it
1814 * the struct embuf supplied by the user.
1816 STRUCT_INIT(embuf, datamodel);
1817 if (copyin((void *) arg, STRUCT_BUF(embuf),
1818 STRUCT_SIZE(embuf))) {
1823 uemp = STRUCT_FGETP(embuf, mbuf_emp);
1824 ubufp = STRUCT_FGETP(embuf, mbuf_buf);
1825 ubufsize = STRUCT_FGET(embuf, mbuf_bufsize);