Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1354 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()
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()
1678 mnt_time), ubufp, prefbuf, MNT_LINE_MAX); in mntioctl()
[all …]