| /freebsd/sys/security/mac/ |
| H A D | mac_posix_sem.c | 120 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 D | mac_posix_shm.c | 152 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 D | mac_framework.h | 625 mac_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_poll() 680 mac_vnode_check_stat(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_stat() 699 mac_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_read() 718 mac_vnode_check_write(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_write()
|
| H A D | mac_vfs.c | 698 mac_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_poll() 717 mac_vnode_check_read_impl(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_read_impl() 942 mac_vnode_check_stat_impl(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_stat_impl() 980 mac_vnode_check_write_impl(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_write_impl()
|
| /freebsd/sys/kern/ |
| H A D | sys_eventfd.c | 192 eventfd_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in eventfd_read() 234 eventfd_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in eventfd_write() 276 eventfd_poll(struct file *fp, int events, struct ucred *active_cred, in eventfd_poll() 360 struct ucred *active_cred, struct thread *td) in eventfd_ioctl() 372 eventfd_stat(struct file *fp, struct stat *st, struct ucred *active_cred) in eventfd_stat()
|
| H A D | sys_pipe.c | 753 pipe_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in pipe_read() 1144 pipe_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in pipe_write() 1409 pipe_truncate(struct file *fp, off_t length, struct ucred *active_cred, in pipe_truncate() 1427 pipe_ioctl(struct file *fp, u_long cmd, void *data, struct ucred *active_cred, in pipe_ioctl() 1498 pipe_poll(struct file *fp, int events, struct ucred *active_cred, in pipe_poll() 1576 pipe_stat(struct file *fp, struct stat *ub, struct ucred *active_cred) in pipe_stat() 1635 pipe_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, struct thread *td) in pipe_chmod() 1649 pipe_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in pipe_chown()
|
| H A D | sys_socket.c | 120 soo_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in soo_read() 136 soo_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in soo_write() 152 soo_ioctl(struct file *fp, u_long cmd, void *data, struct ucred *active_cred, in soo_ioctl() 282 soo_poll(struct file *fp, int events, struct ucred *active_cred, in soo_poll() 305 soo_stat(struct file *fp, struct stat *ub, struct ucred *active_cred) in soo_stat()
|
| H A D | tty_pts.c | 110 ptsdev_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in ptsdev_read() 184 ptsdev_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in ptsdev_write() 258 struct ucred *active_cred, struct thread *td) in ptsdev_ioctl() 387 ptsdev_poll(struct file *fp, int events, struct ucred *active_cred, in ptsdev_poll() 534 ptsdev_stat(struct file *fp, struct stat *sb, struct ucred *active_cred) in ptsdev_stat()
|
| H A D | sys_timerfd.c | 191 timerfd_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in timerfd_read() 239 struct ucred *active_cred, struct thread *td) in timerfd_ioctl() 259 timerfd_poll(struct file *fp, int events, struct ucred *active_cred, in timerfd_poll() 318 timerfd_stat(struct file *fp, struct stat *sb, struct ucred *active_cred) in timerfd_stat()
|
| H A D | kern_jaildesc.c | 299 jaildesc_poll(struct file *fp, int events, struct ucred *active_cred, in jaildesc_poll() 397 jaildesc_stat(struct file *fp, struct stat *sb, struct ucred *active_cred) in jaildesc_stat()
|
| H A D | vfs_vnops.c | 660 enum uio_seg segflg, int ioflg, struct ucred *active_cred, in vn_rdwr() 764 off_t offset, enum uio_seg segflg, int ioflg, struct ucred *active_cred, in vn_rdwr_inchunks() 1210 vn_read(struct file *fp, struct uio *uio, struct ucred *active_cred, int flags, in vn_read() 1281 vn_write(struct file *fp, struct uio *uio, struct ucred *active_cred, int flags, in vn_write() 1592 vn_io_fault(struct file *fp, struct uio *uio, struct ucred *active_cred, in vn_io_fault() 1764 vn_truncate(struct file *fp, off_t length, struct ucred *active_cred, in vn_truncate() 1834 vn_statfile(struct file *fp, struct stat *sb, struct ucred *active_cred) in vn_statfile() 1850 vn_ioctl(struct file *fp, u_long com, void *data, struct ucred *active_cred, in vn_ioctl() 1900 vn_poll(struct file *fp, int events, struct ucred *active_cred, in vn_poll() 2725 vn_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in vn_chmod() [all …]
|
| H A D | uipc_shm.c | 475 shm_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in shm_read() 498 shm_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in shm_write() 557 shm_truncate(struct file *fp, off_t length, struct ucred *active_cred, in shm_truncate() 575 shm_ioctl(struct file *fp, u_long com, void *data, struct ucred *active_cred, in shm_ioctl() 632 shm_stat(struct file *fp, struct stat *sb, struct ucred *active_cred) in shm_stat() 1785 shm_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in shm_chmod() 1814 shm_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in shm_chown() 2104 struct ucred *active_cred, struct thread *td) in shm_fspacectl()
|
| H A D | kern_descrip.c | 5472 badfo_readwrite(struct file *fp, struct uio *uio, struct ucred *active_cred, in badfo_readwrite() 5480 badfo_truncate(struct file *fp, off_t length, struct ucred *active_cred, in badfo_truncate() 5488 badfo_ioctl(struct file *fp, u_long com, void *data, struct ucred *active_cred, in badfo_ioctl() 5496 badfo_poll(struct file *fp, int events, struct ucred *active_cred, in badfo_poll() 5511 badfo_stat(struct file *fp, struct stat *sb, struct ucred *active_cred) in badfo_stat() 5525 badfo_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in badfo_chmod() 5533 badfo_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in badfo_chown() 5572 path_poll(struct file *fp, int events, struct ucred *active_cred, in path_poll() 5605 invfo_rdwr(struct file *fp, struct uio *uio, struct ucred *active_cred, in invfo_rdwr() 5613 invfo_truncate(struct file *fp, off_t length, struct ucred *active_cred, in invfo_truncate() [all …]
|
| H A D | sys_procdesc.c | 488 procdesc_poll(struct file *fp, int events, struct ucred *active_cred, in procdesc_poll() 590 procdesc_stat(struct file *fp, struct stat *sb, struct ucred *active_cred) in procdesc_stat()
|
| H A D | uipc_sem.c | 163 ksem_stat(struct file *fp, struct stat *sb, struct ucred *active_cred) in ksem_stat() 198 ksem_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in ksem_chmod() 223 ksem_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in ksem_chown()
|
| H A D | uipc_mqueue.c | 2497 mqf_poll(struct file *fp, int events, struct ucred *active_cred, in mqf_poll() 2566 mqf_stat(struct file *fp, struct stat *st, struct ucred *active_cred) in mqf_stat() 2584 mqf_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in mqf_chmod() 2604 mqf_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in mqf_chown()
|
| /freebsd/sys/sys/ |
| H A D | file.h | 363 fo_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in fo_read() 371 fo_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in fo_write() 379 fo_truncate(struct file *fp, off_t length, struct ucred *active_cred, in fo_truncate() 387 fo_ioctl(struct file *fp, u_long com, void *data, struct ucred *active_cred, in fo_ioctl() 395 fo_poll(struct file *fp, int events, struct ucred *active_cred, in fo_poll() 403 fo_stat(struct file *fp, struct stat *sb, struct ucred *active_cred) in fo_stat() 424 fo_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in fo_chmod() 432 fo_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in fo_chown() 511 int flags, struct ucred *active_cred, struct thread *td) in fo_fspacectl()
|
| H A D | ucoredump.h | 49 struct ucred *active_cred; member
|
| /freebsd/sys/security/mac_stub/ |
| H A D | mac_stub.c | 725 stub_posixsem_check_getvalue(struct ucred *active_cred, struct ucred *file_cred, in stub_posixsem_check_getvalue() 741 stub_posixsem_check_post(struct ucred *active_cred, struct ucred *file_cred, in stub_posixsem_check_post() 765 stub_posixsem_check_stat(struct ucred *active_cred, struct ucred *file_cred, in stub_posixsem_check_stat() 781 stub_posixsem_check_wait(struct ucred *active_cred, struct ucred *file_cred, in stub_posixsem_check_wait() 819 stub_posixshm_check_read(struct ucred *active_cred, struct ucred *file_cred, in stub_posixshm_check_read() 843 stub_posixshm_check_stat(struct ucred *active_cred, struct ucred *file_cred, in stub_posixshm_check_stat() 851 stub_posixshm_check_truncate(struct ucred *active_cred, in stub_posixshm_check_truncate() 867 stub_posixshm_check_write(struct ucred *active_cred, struct ucred *file_cred, in stub_posixshm_check_write() 1609 stub_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, in stub_vnode_check_poll() 1617 stub_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, in stub_vnode_check_read() [all …]
|
| /freebsd/sys/security/mac_test/ |
| H A D | mac_test.c | 1344 test_posixsem_check_getvalue(struct ucred *active_cred, struct ucred *file_cred, in test_posixsem_check_getvalue() 1371 test_posixsem_check_post(struct ucred *active_cred, struct ucred *file_cred, in test_posixsem_check_post() 1409 test_posixsem_check_stat(struct ucred *active_cred, in test_posixsem_check_stat() 1435 test_posixsem_check_wait(struct ucred *active_cred, struct ucred *file_cred, in test_posixsem_check_wait() 1511 test_posixshm_check_read(struct ucred *active_cred, in test_posixshm_check_read() 1550 test_posixshm_check_stat(struct ucred *active_cred, in test_posixshm_check_stat() 1563 test_posixshm_check_truncate(struct ucred *active_cred, in test_posixshm_check_truncate() 1588 test_posixshm_check_write(struct ucred *active_cred, in test_posixshm_check_write() 2890 test_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, in test_vnode_check_poll() 2905 test_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, in test_vnode_check_read() [all …]
|
| /freebsd/sys/security/mac_mls/ |
| H A D | mac_mls.c | 1505 mls_posixsem_check_rdonly(struct ucred *active_cred, struct ucred *file_cred, in mls_posixsem_check_rdonly() 1559 mls_posixsem_check_write(struct ucred *active_cred, struct ucred *file_cred, in mls_posixsem_check_write() 1637 mls_posixshm_check_read(struct ucred *active_cred, struct ucred *file_cred, in mls_posixshm_check_read() 1691 mls_posixshm_check_stat(struct ucred *active_cred, struct ucred *file_cred, in mls_posixshm_check_stat() 1709 mls_posixshm_check_truncate(struct ucred *active_cred, in mls_posixshm_check_truncate() 1745 mls_posixshm_check_write(struct ucred *active_cred, struct ucred *file_cred, in mls_posixshm_check_write() 2774 mls_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, in mls_vnode_check_poll() 2792 mls_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, in mls_vnode_check_read() 3075 mls_vnode_check_stat(struct ucred *active_cred, struct ucred *file_cred, in mls_vnode_check_stat() 3117 mls_vnode_check_write(struct ucred *active_cred, struct ucred *file_cred, in mls_vnode_check_write()
|
| /freebsd/sys/security/mac_biba/ |
| H A D | mac_biba.c | 1646 biba_posixsem_check_write(struct ucred *active_cred, struct ucred *file_cred, in biba_posixsem_check_write() 1664 biba_posixsem_check_rdonly(struct ucred *active_cred, struct ucred *file_cred, in biba_posixsem_check_rdonly() 1742 biba_posixshm_check_read(struct ucred *active_cred, struct ucred *file_cred, in biba_posixshm_check_read() 1796 biba_posixshm_check_stat(struct ucred *active_cred, struct ucred *file_cred, in biba_posixshm_check_stat() 1814 biba_posixshm_check_truncate(struct ucred *active_cred, in biba_posixshm_check_truncate() 1850 biba_posixshm_check_write(struct ucred *active_cred, struct ucred *file_cred, in biba_posixshm_check_write() 3145 biba_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, in biba_vnode_check_poll() 3163 biba_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, in biba_vnode_check_read() 3446 biba_vnode_check_stat(struct ucred *active_cred, struct ucred *file_cred, in biba_vnode_check_stat() 3488 biba_vnode_check_write(struct ucred *active_cred, in biba_vnode_check_write()
|
| /freebsd/sys/dev/ntsync/ |
| H A D | ntsync.c | 447 struct ucred *active_cred, struct thread *td) in ntsync_sem_ioctl() 742 struct ucred *active_cred, struct thread *td) in ntsync_mutex_ioctl() 1036 struct ucred *active_cred, struct thread *td) in ntsync_event_ioctl()
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_compat.c | 1481 linux_file_read(struct file *file, struct uio *uio, struct ucred *active_cred, in linux_file_read() 1523 linux_file_write(struct file *file, struct uio *uio, struct ucred *active_cred, in linux_file_write() 1566 linux_file_poll(struct file *file, int events, struct ucred *active_cred, in linux_file_poll() 1781 linux_file_stat(struct file *fp, struct stat *sb, struct ucred *active_cred) in linux_file_stat()
|
| /freebsd/sys/security/mac_bsdextended/ |
| H A D | ugidfw_vnode.c | 275 ugidfw_vnode_check_stat(struct ucred *active_cred, in ugidfw_vnode_check_stat()
|