Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/devfs/
H A Ddevfs_subr.c609 devfs_get_defattr(struct vnode *vp, struct vattr *vap, int *no_fs_perm) in devfs_get_defattr() argument
616 if (no_fs_perm) in devfs_get_defattr()
617 *no_fs_perm = 0; in devfs_get_defattr()
630 if (no_fs_perm) in devfs_get_defattr()
631 *no_fs_perm = 1; in devfs_get_defattr()
/titanic_50/usr/src/uts/common/fs/dev/
H A Dsdev_profile.c69 struct vattr *vap, struct vnode **avpp, int *no_fs_perm) in prof_getattr() argument
98 devfs_get_defattr(rvp, vap, no_fs_perm); in prof_getattr()