| /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() 384 ptsdev_poll(struct file *fp, int events, struct ucred *active_cred, in ptsdev_poll() 531 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 | 301 jaildesc_poll(struct file *fp, int events, struct ucred *active_cred, in jaildesc_poll() 399 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 | 458 shm_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in shm_read() 481 shm_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in shm_write() 540 shm_truncate(struct file *fp, off_t length, struct ucred *active_cred, in shm_truncate() 558 shm_ioctl(struct file *fp, u_long com, void *data, struct ucred *active_cred, in shm_ioctl() 610 shm_stat(struct file *fp, struct stat *sb, struct ucred *active_cred) in shm_stat() 1768 shm_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in shm_chmod() 1797 shm_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in shm_chown() 2087 struct ucred *active_cred, struct thread *td) in shm_fspacectl()
|
| H A D | sys_procdesc.c | 428 procdesc_poll(struct file *fp, int events, struct ucred *active_cred, in procdesc_poll() 514 procdesc_stat(struct file *fp, struct stat *sb, struct ucred *active_cred) in procdesc_stat()
|
| H A D | kern_descrip.c | 5455 badfo_readwrite(struct file *fp, struct uio *uio, struct ucred *active_cred, in badfo_readwrite() 5463 badfo_truncate(struct file *fp, off_t length, struct ucred *active_cred, in badfo_truncate() 5471 badfo_ioctl(struct file *fp, u_long com, void *data, struct ucred *active_cred, in badfo_ioctl() 5479 badfo_poll(struct file *fp, int events, struct ucred *active_cred, in badfo_poll() 5494 badfo_stat(struct file *fp, struct stat *sb, struct ucred *active_cred) in badfo_stat() 5508 badfo_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in badfo_chmod() 5516 badfo_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in badfo_chown() 5555 path_poll(struct file *fp, int events, struct ucred *active_cred, in path_poll() 5588 invfo_rdwr(struct file *fp, struct uio *uio, struct ucred *active_cred, in invfo_rdwr() 5596 invfo_truncate(struct file *fp, off_t length, struct ucred *active_cred, in invfo_truncate() [all …]
|
| 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 | 361 fo_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in fo_read() 369 fo_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in fo_write() 377 fo_truncate(struct file *fp, off_t length, struct ucred *active_cred, in fo_truncate() 385 fo_ioctl(struct file *fp, u_long com, void *data, struct ucred *active_cred, in fo_ioctl() 393 fo_poll(struct file *fp, int events, struct ucred *active_cred, in fo_poll() 401 fo_stat(struct file *fp, struct stat *sb, struct ucred *active_cred) in fo_stat() 422 fo_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in fo_chmod() 430 fo_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in fo_chown() 509 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 | 446 ntsync_sem_ioctl(struct file * fp,u_long com,void * data,struct ucred * active_cred,struct thread * td) ntsync_sem_ioctl() argument 741 ntsync_mutex_ioctl(struct file * fp,u_long com,void * data,struct ucred * active_cred,struct thread * td) ntsync_mutex_ioctl() argument 1035 ntsync_event_ioctl(struct file * fp,u_long com,void * data,struct ucred * active_cred,struct thread * td) ntsync_event_ioctl() argument
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_compat.c | 1431 linux_file_read(struct file * file,struct uio * uio,struct ucred * active_cred,int flags,struct thread * td) linux_file_read() argument 1473 linux_file_write(struct file * file,struct uio * uio,struct ucred * active_cred,int flags,struct thread * td) linux_file_write() argument 1516 linux_file_poll(struct file * file,int events,struct ucred * active_cred,struct thread * td) linux_file_poll() argument 1731 linux_file_stat(struct file * fp,struct stat * sb,struct ucred * active_cred) linux_file_stat() argument
|
| /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()
|