Searched refs:secpolicy_spec_open (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | clone.c | 227 error = secpolicy_spec_open(crp, vp, flag); in clnopen()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | policy.h | 148 int secpolicy_spec_open(const cred_t *, struct vnode *, int);
|
/illumos-gate/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 1378 if ((error = secpolicy_spec_open(cr, bvp, FREAD)) != 0) in hs_getmdev()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | policy.c | 2258 secpolicy_spec_open(const cred_t *cr, struct vnode *vp, int oflag) in secpolicy_spec_open() function
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 375 if ((error = secpolicy_spec_open(cr, svp, oflag)) != 0) { in ufs_mount()
|
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 298 (error = secpolicy_spec_open(cr, svp, oflag)) != 0) in udf_mount()
|
/illumos-gate/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vfsops.c | 431 if ((error = secpolicy_spec_open(cr, svp, oflag)) != 0) in pcfs_device_identify()
|
/illumos-gate/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 634 if ((error = secpolicy_spec_open(cr, vp, flag)) != 0) in spec_open()
|