Searched defs:no_fs_perm (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/dev/ |
H A D | sdev_profile.c | 70 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 D | devfs_subr.c | 609 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