Lines Matching refs:ubufp

1352 mntfs_import_addr(char *uaddr, char *ubufp, char *kbufp, size_t bufsize)  in mntfs_import_addr()  argument
1354 if (uaddr < ubufp || uaddr >= ubufp + bufsize) in mntfs_import_addr()
1357 return (kbufp + (uaddr - ubufp)); in mntfs_import_addr()
1399 char *ubufp, int cmd, int datamodel) in mntfs_copyout_elem() argument
1424 MNTFS_REAL_FIELD(dbbufp) ? ubufp : NULL); in mntfs_copyout_elem()
1427 ubufp + (off_t)dbtabp->mnt_mountp : NULL); in mntfs_copyout_elem()
1430 ubufp + (off_t)dbtabp->mnt_fstype : NULL); in mntfs_copyout_elem()
1433 ubufp + (off_t)dbtabp->mnt_mntopts : NULL); in mntfs_copyout_elem()
1435 ubufp + (off_t)dbtabp->mnt_time); in mntfs_copyout_elem()
1459 if (copyout(kbufp, ubufp, dbbufsize)) in mntfs_copyout_elem()
1610 char *ubufp; /* uaddr of user's text buf */ in mntioctl() local
1632 ubufp = STRUCT_FGETP(embuf, mbuf_buf); in mntioctl()
1646 if (copyin(ubufp, prefbuf, MNT_LINE_MAX)) { in mntioctl()
1670 mnt_special), ubufp, prefbuf, MNT_LINE_MAX); in mntioctl()
1672 mnt_mountp), ubufp, prefbuf, MNT_LINE_MAX); in mntioctl()
1674 mnt_fstype), ubufp, prefbuf, MNT_LINE_MAX); in mntioctl()
1676 mnt_mntopts), ubufp, prefbuf, MNT_LINE_MAX); in mntioctl()
1678 mnt_time), ubufp, prefbuf, MNT_LINE_MAX); in mntioctl()
1780 if (mntfs_copyout_elem(elemp, uemp, ubufp, cmd, datamodel)) { in mntioctl()
1797 char *ubufp; /* uaddr of user's text buf */ in mntioctl() local
1824 ubufp = STRUCT_FGETP(embuf, mbuf_buf); in mntioctl()
1841 if (mntfs_copyout_elem(elemp, uemp, ubufp, cmd, datamodel)) { in mntioctl()