Searched defs:no_fs_perm (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_profile.c70 struct vattr *vap, struct vnode **avpp, int *no_fs_perm)
99 devfs_get_defattr(rvp, vap, no_fs_perm);
69 prof_getattr(struct sdev_node *dir, char *name, struct vnode *gdv, struct vattr *vap, struct vnode **avpp, int *no_fs_perm) argument
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_subr.c609 devfs_get_defattr(struct vnode *vp, struct vattr *vap, int *no_fs_perm) argument
616 if (no_fs_perm)
617 *no_fs_perm = 0;
630 if (no_fs_perm)
631 *no_fs_perm = 1;

Completed in 48 milliseconds