Home
last modified time | relevance | path

Searched defs:file_cred (Results 1 – 12 of 12) sorted by relevance

/freebsd-src/sys/security/mac/
H A Dmac_posix_sem.c120 mac_posixsem_check_getvalue(struct ucred *active_cred, struct ucred *file_cred, in mac_posixsem_check_getvalue()
137 mac_posixsem_check_post(struct ucred *active_cred, struct ucred *file_cred, in mac_posixsem_check_post()
154 mac_posixsem_check_stat(struct ucred *active_cred, struct ucred *file_cred, in mac_posixsem_check_stat()
186 mac_posixsem_check_wait(struct ucred *active_cred, struct ucred *file_cred, in mac_posixsem_check_wait()
H A Dmac_posix_shm.c152 mac_posixshm_check_stat(struct ucred *active_cred, struct ucred *file_cred, in mac_posixshm_check_stat()
169 mac_posixshm_check_truncate(struct ucred *active_cred, struct ucred *file_cred, in mac_posixshm_check_truncate()
233 mac_posixshm_check_read(struct ucred *active_cred, struct ucred *file_cred, in mac_posixshm_check_read()
250 mac_posixshm_check_write(struct ucred *active_cred, struct ucred *file_cred, in mac_posixshm_check_write()
H A Dmac_framework.h596 struct ucred *file_cred, struct vnode *vp); in mac_vnode_check_poll() argument
651 mac_vnode_check_stat(struct ucred * active_cred,struct ucred * file_cred,struct vnode * vp) mac_vnode_check_stat() argument
670 mac_vnode_check_read(struct ucred * active_cred,struct ucred * file_cred,struct vnode * vp) mac_vnode_check_read() argument
689 mac_vnode_check_write(struct ucred * active_cred,struct ucred * file_cred,struct vnode * vp) mac_vnode_check_write() argument
[all...]
H A Dmac_vfs.c648 mac_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_poll()
667 mac_vnode_check_read_impl(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_read_impl()
892 mac_vnode_check_stat_impl(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_stat_impl()
930 mac_vnode_check_write_impl(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_write_impl()
/freebsd-src/sys/sys/
H A Dexec.h64 struct ucred *file_cred; member
/freebsd-src/sys/security/mac_stub/
H A Dmac_stub.c826 struct ucred *file_cred, struct shmfd *shmfd, struct label *shmlabel) in stub_posixshm_check_write() argument
684 stub_posixsem_check_getvalue(struct ucred * active_cred,struct ucred * file_cred,struct ksem * ks,struct label * kslabel) stub_posixsem_check_getvalue() argument
700 stub_posixsem_check_post(struct ucred * active_cred,struct ucred * file_cred,struct ksem * ks,struct label * kslabel) stub_posixsem_check_post() argument
724 stub_posixsem_check_stat(struct ucred * active_cred,struct ucred * file_cred,struct ksem * ks,struct label * kslabel) stub_posixsem_check_stat() argument
740 stub_posixsem_check_wait(struct ucred * active_cred,struct ucred * file_cred,struct ksem * ks,struct label * kslabel) stub_posixsem_check_wait() argument
778 stub_posixshm_check_read(struct ucred * active_cred,struct ucred * file_cred,struct shmfd * shm,struct label * shmlabel) stub_posixshm_check_read() argument
802 stub_posixshm_check_stat(struct ucred * active_cred,struct ucred * file_cred,struct shmfd * shmfd,struct label * shmlabel) stub_posixshm_check_stat() argument
811 stub_posixshm_check_truncate(struct ucred * active_cred,struct ucred * file_cred,struct shmfd * shmfd,struct label * shmlabel) stub_posixshm_check_truncate() argument
1494 stub_vnode_check_poll(struct ucred * active_cred,struct ucred * file_cred,struct vnode * vp,struct label * vplabel) stub_vnode_check_poll() argument
1502 stub_vnode_check_read(struct ucred * active_cred,struct ucred * file_cred,struct vnode * vp,struct label * vplabel) stub_vnode_check_read() argument
1608 stub_vnode_check_stat(struct ucred * active_cred,struct ucred * file_cred,struct vnode * vp,struct label * vplabel) stub_vnode_check_stat() argument
1625 stub_vnode_check_write(struct ucred * active_cred,struct ucred * file_cred,struct vnode * vp,struct label * vplabel) stub_vnode_check_write() argument
[all...]
/freebsd-src/sys/security/mac_test/
H A Dmac_test.c1284 test_posixsem_check_getvalue(struct ucred * active_cred,struct ucred * file_cred,struct ksem * ks,struct label * kslabel) test_posixsem_check_getvalue() argument
1311 test_posixsem_check_post(struct ucred * active_cred,struct ucred * file_cred,struct ksem * ks,struct label * kslabel) test_posixsem_check_post() argument
1350 test_posixsem_check_stat(struct ucred * active_cred,struct ucred * file_cred,struct ksem * ks,struct label * kslabel) test_posixsem_check_stat() argument
1375 test_posixsem_check_wait(struct ucred * active_cred,struct ucred * file_cred,struct ksem * ks,struct label * kslabel) test_posixsem_check_wait() argument
1452 test_posixshm_check_read(struct ucred * active_cred,struct ucred * file_cred,struct shmfd * shm,struct label * shmlabel) test_posixshm_check_read() argument
1491 test_posixshm_check_stat(struct ucred * active_cred,struct ucred * file_cred,struct shmfd * shmfd,struct label * shmfdlabel) test_posixshm_check_stat() argument
1504 test_posixshm_check_truncate(struct ucred * active_cred,struct ucred * file_cred,struct shmfd * shmfd,struct label * shmfdlabel) test_posixshm_check_truncate() argument
1529 test_posixshm_check_write(struct ucred * active_cred,struct ucred * file_cred,struct shmfd * shm,struct label * shmlabel) test_posixshm_check_write() argument
2667 test_vnode_check_poll(struct ucred * active_cred,struct ucred * file_cred,struct vnode * vp,struct label * vplabel) test_vnode_check_poll() argument
2682 test_vnode_check_read(struct ucred * active_cred,struct ucred * file_cred,struct vnode * vp,struct label * vplabel) test_vnode_check_read() argument
2858 test_vnode_check_stat(struct ucred * active_cred,struct ucred * file_cred,struct vnode * vp,struct label * vplabel) test_vnode_check_stat() argument
2889 test_vnode_check_write(struct ucred * active_cred,struct ucred * file_cred,struct vnode * vp,struct label * vplabel) test_vnode_check_write() argument
[all...]
/freebsd-src/sys/security/mac_mls/
H A Dmac_mls.c1507 mls_posixsem_check_rdonly(struct ucred * active_cred,struct ucred * file_cred,struct ksem * ks,struct label * kslabel) mls_posixsem_check_rdonly() argument
1561 mls_posixsem_check_write(struct ucred * active_cred,struct ucred * file_cred,struct ksem * ks,struct label * kslabel) mls_posixsem_check_write() argument
1639 mls_posixshm_check_read(struct ucred * active_cred,struct ucred * file_cred,struct shmfd * shm,struct label * shmlabel) mls_posixshm_check_read() argument
1693 mls_posixshm_check_stat(struct ucred * active_cred,struct ucred * file_cred,struct shmfd * shmfd,struct label * shmlabel) mls_posixshm_check_stat() argument
1712 mls_posixshm_check_truncate(struct ucred * active_cred,struct ucred * file_cred,struct shmfd * shmfd,struct label * shmlabel) mls_posixshm_check_truncate() argument
1747 mls_posixshm_check_write(struct ucred * active_cred,struct ucred * file_cred,struct shmfd * shm,struct label * shmlabel) mls_posixshm_check_write() argument
2776 mls_vnode_check_poll(struct ucred * active_cred,struct ucred * file_cred,struct vnode * vp,struct label * vplabel) mls_vnode_check_poll() argument
2794 mls_vnode_check_read(struct ucred * active_cred,struct ucred * file_cred,struct vnode * vp,struct label * vplabel) mls_vnode_check_read() argument
3077 mls_vnode_check_stat(struct ucred * active_cred,struct ucred * file_cred,struct vnode * vp,struct label * vplabel) mls_vnode_check_stat() argument
3119 mls_vnode_check_write(struct ucred * active_cred,struct ucred * file_cred,struct vnode * vp,struct label * vplabel) mls_vnode_check_write() argument
[all...]
/freebsd-src/sys/security/mac_biba/
H A Dmac_biba.c1647 biba_posixsem_check_write(struct ucred * active_cred,struct ucred * file_cred,struct ksem * ks,struct label * kslabel) biba_posixsem_check_write() argument
1665 biba_posixsem_check_rdonly(struct ucred * active_cred,struct ucred * file_cred,struct ksem * ks,struct label * kslabel) biba_posixsem_check_rdonly() argument
1743 biba_posixshm_check_read(struct ucred * active_cred,struct ucred * file_cred,struct shmfd * vp,struct label * shmlabel) biba_posixshm_check_read() argument
1797 biba_posixshm_check_stat(struct ucred * active_cred,struct ucred * file_cred,struct shmfd * shmfd,struct label * shmlabel) biba_posixshm_check_stat() argument
1816 biba_posixshm_check_truncate(struct ucred * active_cred,struct ucred * file_cred,struct shmfd * shmfd,struct label * shmlabel) biba_posixshm_check_truncate() argument
1851 biba_posixshm_check_write(struct ucred * active_cred,struct ucred * file_cred,struct shmfd * vp,struct label * shmlabel) biba_posixshm_check_write() argument
3146 biba_vnode_check_poll(struct ucred * active_cred,struct ucred * file_cred,struct vnode * vp,struct label * vplabel) biba_vnode_check_poll() argument
3164 biba_vnode_check_read(struct ucred * active_cred,struct ucred * file_cred,struct vnode * vp,struct label * vplabel) biba_vnode_check_read() argument
3447 biba_vnode_check_stat(struct ucred * active_cred,struct ucred * file_cred,struct vnode * vp,struct label * vplabel) biba_vnode_check_stat() argument
3490 biba_vnode_check_write(struct ucred * active_cred,struct ucred * file_cred,struct vnode * vp,struct label * vplabel) biba_vnode_check_write() argument
[all...]
/freebsd-src/sys/kern/
H A Dvfs_vnops.c524 vn_close1(struct vnode *vp, int flags, struct ucred *file_cred, in vn_close1() argument
551 vn_close(struct vnode *vp, int flags, struct ucred *file_cred, in vn_close() argument
614 struct ucred *file_cred, ssize_t *aresid, struct thread *td) in vn_rdwr() argument
718 struct ucred *file_cred, size_ in vn_rdwr_inchunks() argument
3720 vn_deallocate_impl(struct vnode * vp,off_t * offset,off_t * length,int flags,int ioflag,struct ucred * cred,struct ucred * active_cred,struct ucred * file_cred) vn_deallocate_impl() argument
3793 vn_deallocate(struct vnode * vp,off_t * offset,off_t * length,int flags,int ioflag,struct ucred * active_cred,struct ucred * file_cred) vn_deallocate() argument
[all...]
/freebsd-src/sys/security/mac_bsdextended/
H A Dugidfw_vnode.c276 struct ucred *file_cred, struct vnode *vp, struct label *vplabel) in ugidfw_vnode_check_stat()
/freebsd-src/sys/security/mac_lomac/
H A Dmac_lomac.c2469 lomac_vnode_check_read(struct ucred * active_cred,struct ucred * file_cred,struct vnode * vp,struct label * vplabel) lomac_vnode_check_read() argument
2766 lomac_vnode_check_write(struct ucred * active_cred,struct ucred * file_cred,struct vnode * vp,struct label * vplabel) lomac_vnode_check_write() argument