| /f-stack/freebsd/security/mac/ |
| H A D | mac_posix_sem.c | 122 mac_posixsem_check_getvalue(struct ucred *active_cred, struct ucred *file_cred, in mac_posixsem_check_getvalue() 139 mac_posixsem_check_post(struct ucred *active_cred, struct ucred *file_cred, in mac_posixsem_check_post() 156 mac_posixsem_check_stat(struct ucred *active_cred, struct ucred *file_cred, in mac_posixsem_check_stat() 188 mac_posixsem_check_wait(struct ucred *active_cred, struct ucred *file_cred, in mac_posixsem_check_wait()
|
| H A D | mac_posix_shm.c | 154 mac_posixshm_check_stat(struct ucred *active_cred, struct ucred *file_cred, in mac_posixshm_check_stat() 171 mac_posixshm_check_truncate(struct ucred *active_cred, struct ucred *file_cred, in mac_posixshm_check_truncate() 235 mac_posixshm_check_read(struct ucred *active_cred, struct ucred *file_cred, in mac_posixshm_check_read() 252 mac_posixshm_check_write(struct ucred *active_cred, struct ucred *file_cred, in mac_posixshm_check_write()
|
| H A D | mac_framework.h | 533 mac_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_poll() 588 mac_vnode_check_stat(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_stat() 607 mac_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_read() 626 mac_vnode_check_write(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_write()
|
| H A D | mac_vfs.c | 650 mac_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_poll() 669 mac_vnode_check_read_impl(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_read_impl() 894 mac_vnode_check_stat_impl(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_stat_impl() 932 mac_vnode_check_write_impl(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_write_impl()
|
| /f-stack/freebsd/kern/ |
| H A D | sys_eventfd.c | 148 eventfd_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in eventfd_read() 190 eventfd_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in eventfd_write() 234 eventfd_poll(struct file *fp, int events, struct ucred *active_cred, in eventfd_poll() 318 struct ucred *active_cred, struct thread *td) in eventfd_ioctl() 330 eventfd_stat(struct file *fp, struct stat *st, struct ucred *active_cred, in eventfd_stat()
|
| H A D | sys_pipe.c | 691 pipe_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in pipe_read() 1061 pipe_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in pipe_write() 1326 pipe_truncate(struct file *fp, off_t length, struct ucred *active_cred, in pipe_truncate() 1344 pipe_ioctl(struct file *fp, u_long cmd, void *data, struct ucred *active_cred, in pipe_ioctl() 1415 pipe_poll(struct file *fp, int events, struct ucred *active_cred, in pipe_poll() 1492 pipe_stat(struct file *fp, struct stat *ub, struct ucred *active_cred, in pipe_stat() 1552 pipe_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, struct thread *td) in pipe_chmod() 1566 pipe_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in pipe_chown()
|
| H A D | sys_socket.c | 125 soo_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in soo_read() 141 soo_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in soo_write() 162 soo_ioctl(struct file *fp, u_long cmd, void *data, struct ucred *active_cred, in soo_ioctl() 292 soo_poll(struct file *fp, int events, struct ucred *active_cred, in soo_poll() 307 soo_stat(struct file *fp, struct stat *ub, struct ucred *active_cred, in soo_stat()
|
| H A D | tty_pts.c | 114 ptsdev_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in ptsdev_read() 188 ptsdev_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in ptsdev_write() 262 struct ucred *active_cred, struct thread *td) in ptsdev_ioctl() 393 ptsdev_poll(struct file *fp, int events, struct ucred *active_cred, in ptsdev_poll() 538 ptsdev_stat(struct file *fp, struct stat *sb, struct ucred *active_cred, in ptsdev_stat()
|
| H A D | uipc_shm.c | 385 shm_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in shm_read() 408 shm_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in shm_write() 465 shm_truncate(struct file *fp, off_t length, struct ucred *active_cred, in shm_truncate() 483 shm_ioctl(struct file *fp, u_long com, void *data, struct ucred *active_cred, in shm_ioctl() 537 shm_stat(struct file *fp, struct stat *sb, struct ucred *active_cred, in shm_stat() 1618 shm_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in shm_chmod() 1647 shm_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in shm_chown()
|
| H A D | vfs_vnops.c | 558 enum uio_seg segflg, int ioflg, struct ucred *active_cred, in vn_rdwr() 666 off_t offset, enum uio_seg segflg, int ioflg, struct ucred *active_cred, in vn_rdwr_inchunks() 977 vn_read(struct file *fp, struct uio *uio, struct ucred *active_cred, int flags, in vn_read() 1048 vn_write(struct file *fp, struct uio *uio, struct ucred *active_cred, int flags, in vn_write() 1369 vn_io_fault(struct file *fp, struct uio *uio, struct ucred *active_cred, in vn_io_fault() 1535 vn_truncate(struct file *fp, off_t length, struct ucred *active_cred, in vn_truncate() 1603 vn_statfile(struct file *fp, struct stat *sb, struct ucred *active_cred, in vn_statfile() 1620 vn_ioctl(struct file *fp, u_long com, void *data, struct ucred *active_cred, in vn_ioctl() 1672 vn_poll(struct file *fp, int events, struct ucred *active_cred, in vn_poll() 2307 vn_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in vn_chmod() [all …]
|
| H A D | sys_procdesc.c | 424 procdesc_poll(struct file *fp, int events, struct ucred *active_cred, in procdesc_poll() 511 procdesc_stat(struct file *fp, struct stat *sb, struct ucred *active_cred, in procdesc_stat()
|
| H A D | kern_descrip.c | 4887 badfo_readwrite(struct file *fp, struct uio *uio, struct ucred *active_cred, in badfo_readwrite() 4895 badfo_truncate(struct file *fp, off_t length, struct ucred *active_cred, in badfo_truncate() 4911 badfo_poll(struct file *fp, int events, struct ucred *active_cred, in badfo_poll() 4926 badfo_stat(struct file *fp, struct stat *sb, struct ucred *active_cred, in badfo_stat() 4941 badfo_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in badfo_chmod() 4949 badfo_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in badfo_chown() 4988 invfo_rdwr(struct file *fp, struct uio *uio, struct ucred *active_cred, in invfo_rdwr() 4996 invfo_truncate(struct file *fp, off_t length, struct ucred *active_cred, in invfo_truncate() 5005 struct ucred *active_cred, struct thread *td) in invfo_ioctl() 5012 invfo_poll(struct file *fp, int events, struct ucred *active_cred, in invfo_poll() [all …]
|
| H A D | uipc_sem.c | 164 ksem_stat(struct file *fp, struct stat *sb, struct ucred *active_cred, in ksem_stat() 200 ksem_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in ksem_chmod() 225 ksem_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in ksem_chown()
|
| H A D | uipc_mqueue.c | 2501 mqf_poll(struct file *fp, int events, struct ucred *active_cred, in mqf_poll() 2543 mqf_stat(struct file *fp, struct stat *st, struct ucred *active_cred, in mqf_stat() 2562 mqf_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in mqf_chmod() 2582 mqf_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in mqf_chown()
|
| H A D | kern_event.c | 1991 struct ucred *active_cred, struct thread *td) in kqueue_ioctl() 2038 kqueue_poll(struct file *fp, int events, struct ucred *active_cred, in kqueue_poll() 2065 kqueue_stat(struct file *fp, struct stat *st, struct ucred *active_cred, in kqueue_stat()
|
| H A D | uipc_socket.c | 3521 sopoll(struct socket *so, int events, struct ucred *active_cred, 3534 sopoll_generic(struct socket *so, int events, struct ucred *active_cred,
|
| H A D | imgact_elf.c | 1459 struct ucred *active_cred; member
|
| /f-stack/freebsd/sys/ |
| H A D | file.h | 326 fo_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in fo_read() 334 fo_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in fo_write() 342 fo_truncate(struct file *fp, off_t length, struct ucred *active_cred, in fo_truncate() 350 fo_ioctl(struct file *fp, u_long com, void *data, struct ucred *active_cred, in fo_ioctl() 358 fo_poll(struct file *fp, int events, struct ucred *active_cred, in fo_poll() 366 fo_stat(struct file *fp, struct stat *sb, struct ucred *active_cred, in fo_stat() 388 fo_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in fo_chmod() 396 fo_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in fo_chown()
|
| /f-stack/lib/ |
| H A D | ff_vfs_ops.c | 77 struct ucred *active_cred, struct ucred *file_cred, ssize_t *aresid, in vn_rdwr()
|
| /f-stack/freebsd/security/mac_stub/ |
| H A D | mac_stub.c | 676 stub_posixsem_check_post(struct ucred *active_cred, struct ucred *file_cred, in stub_posixsem_check_post() 700 stub_posixsem_check_stat(struct ucred *active_cred, struct ucred *file_cred, in stub_posixsem_check_stat() 716 stub_posixsem_check_wait(struct ucred *active_cred, struct ucred *file_cred, in stub_posixsem_check_wait() 754 stub_posixshm_check_read(struct ucred *active_cred, struct ucred *file_cred, in stub_posixshm_check_read() 778 stub_posixshm_check_stat(struct ucred *active_cred, struct ucred *file_cred, in stub_posixshm_check_stat() 786 stub_posixshm_check_truncate(struct ucred *active_cred, in stub_posixshm_check_truncate() 802 stub_posixshm_check_write(struct ucred *active_cred, struct ucred *file_cred, in stub_posixshm_check_write() 1470 stub_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, in stub_vnode_check_poll() 1478 stub_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, in stub_vnode_check_read() 1584 stub_vnode_check_stat(struct ucred *active_cred, struct ucred *file_cred, in stub_vnode_check_stat() [all …]
|
| /f-stack/freebsd/security/mac_test/ |
| H A D | mac_test.c | 1279 test_posixsem_check_post(struct ucred *active_cred, struct ucred *file_cred, in test_posixsem_check_post() 1317 test_posixsem_check_stat(struct ucred *active_cred, in test_posixsem_check_stat() 1343 test_posixsem_check_wait(struct ucred *active_cred, struct ucred *file_cred, in test_posixsem_check_wait() 1419 test_posixshm_check_read(struct ucred *active_cred, in test_posixshm_check_read() 1458 test_posixshm_check_stat(struct ucred *active_cred, in test_posixshm_check_stat() 1471 test_posixshm_check_truncate(struct ucred *active_cred, in test_posixshm_check_truncate() 1496 test_posixshm_check_write(struct ucred *active_cred, in test_posixshm_check_write() 2635 test_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, in test_vnode_check_poll() 2650 test_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, in test_vnode_check_read() 2826 test_vnode_check_stat(struct ucred *active_cred, struct ucred *file_cred, in test_vnode_check_stat() [all …]
|
| /f-stack/freebsd/security/mac_mls/ |
| H A D | mac_mls.c | 1509 mls_posixsem_check_rdonly(struct ucred *active_cred, struct ucred *file_cred, in mls_posixsem_check_rdonly() 1563 mls_posixsem_check_write(struct ucred *active_cred, struct ucred *file_cred, in mls_posixsem_check_write() 1641 mls_posixshm_check_read(struct ucred *active_cred, struct ucred *file_cred, in mls_posixshm_check_read() 1695 mls_posixshm_check_stat(struct ucred *active_cred, struct ucred *file_cred, in mls_posixshm_check_stat() 1713 mls_posixshm_check_truncate(struct ucred *active_cred, in mls_posixshm_check_truncate() 1749 mls_posixshm_check_write(struct ucred *active_cred, struct ucred *file_cred, in mls_posixshm_check_write() 2778 mls_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, in mls_vnode_check_poll() 2796 mls_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, in mls_vnode_check_read() 3079 mls_vnode_check_stat(struct ucred *active_cred, struct ucred *file_cred, in mls_vnode_check_stat() 3121 mls_vnode_check_write(struct ucred *active_cred, struct ucred *file_cred, in mls_vnode_check_write()
|
| /f-stack/freebsd/security/mac_biba/ |
| H A D | mac_biba.c | 1649 biba_posixsem_check_write(struct ucred *active_cred, struct ucred *file_cred, in biba_posixsem_check_write() 1667 biba_posixsem_check_rdonly(struct ucred *active_cred, struct ucred *file_cred, in biba_posixsem_check_rdonly() 1745 biba_posixshm_check_read(struct ucred *active_cred, struct ucred *file_cred, in biba_posixshm_check_read() 1799 biba_posixshm_check_stat(struct ucred *active_cred, struct ucred *file_cred, in biba_posixshm_check_stat() 1817 biba_posixshm_check_truncate(struct ucred *active_cred, in biba_posixshm_check_truncate() 1853 biba_posixshm_check_write(struct ucred *active_cred, struct ucred *file_cred, in biba_posixshm_check_write() 3146 biba_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, in biba_vnode_check_poll() 3164 biba_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, in biba_vnode_check_read() 3447 biba_vnode_check_stat(struct ucred *active_cred, struct ucred *file_cred, in biba_vnode_check_stat() 3489 biba_vnode_check_write(struct ucred *active_cred, in biba_vnode_check_write()
|
| /f-stack/freebsd/security/mac_bsdextended/ |
| H A D | ugidfw_vnode.c | 277 ugidfw_vnode_check_stat(struct ucred *active_cred, in ugidfw_vnode_check_stat()
|
| /f-stack/freebsd/security/mac_lomac/ |
| H A D | mac_lomac.c | 2466 lomac_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, in lomac_vnode_check_read() 2762 lomac_vnode_check_write(struct ucred *active_cred, in lomac_vnode_check_write()
|