Searched refs:prefbuf (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/fs/mntfs/ |
H A D | mntvnops.c | 1613 char *prefbuf; /* our copy of user's text */ in mntioctl() local 1645 prefbuf = kmem_alloc(MNT_LINE_MAX, KM_SLEEP); in mntioctl() 1646 if (copyin(ubufp, prefbuf, MNT_LINE_MAX)) { in mntioctl() 1647 kmem_free(prefbuf, MNT_LINE_MAX); in mntioctl() 1653 *(prefbuf + MNT_LINE_MAX - 1) = 0; in mntioctl() 1659 kmem_free(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() [all …]
|