| /NextBSD/sys/kern/ |
| HD | sys_socket.c | 93 soo_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in soo_read() 109 soo_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in soo_write() 130 soo_ioctl(struct file *fp, u_long cmd, void *data, struct ucred *active_cred, in soo_ioctl() 239 soo_poll(struct file *fp, int events, struct ucred *active_cred, in soo_poll() 254 soo_stat(struct file *fp, struct stat *ub, struct ucred *active_cred, in soo_stat()
|
| HD | sys_pipe.c | 654 pipe_read(fp, uio, active_cred, flags, td) in pipe_read() argument 1035 pipe_write(fp, uio, active_cred, flags, td) in pipe_write() argument 1318 pipe_truncate(fp, length, active_cred, td) in pipe_truncate() argument 1339 pipe_ioctl(fp, cmd, data, active_cred, td) in pipe_ioctl() argument 1415 pipe_poll(fp, events, active_cred, td) in pipe_poll() argument 1491 pipe_stat(fp, ub, active_cred, td) in pipe_stat() argument 1575 pipe_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, struct thread *td) in pipe_chmod() 1589 pipe_chown(fp, uid, gid, active_cred, td) in pipe_chown() argument
|
| HD | uipc_shm.c | 294 shm_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in shm_read() 317 shm_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in shm_write() 346 shm_truncate(struct file *fp, off_t length, struct ucred *active_cred, in shm_truncate() 364 shm_stat(struct file *fp, struct stat *sb, struct ucred *active_cred, in shm_stat() 905 shm_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in shm_chmod() 934 shm_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in shm_chown()
|
| HD | vfs_vnops.c | 513 enum uio_seg segflg, int ioflg, struct ucred *active_cred, in vn_rdwr() 616 vn_rdwr_inchunks(rw, vp, base, len, offset, segflg, ioflg, active_cred, in vn_rdwr_inchunks() argument 771 vn_read(fp, uio, active_cred, flags, td) in vn_read() argument 830 vn_write(fp, uio, active_cred, flags, td) in vn_write() argument 1143 vn_io_fault(struct file *fp, struct uio *uio, struct ucred *active_cred, in vn_io_fault() 1292 vn_truncate(struct file *fp, off_t length, struct ucred *active_cred, in vn_truncate() 1339 vn_statfile(fp, sb, active_cred, td) in vn_statfile() argument 1359 vn_stat(vp, sb, active_cred, file_cred, td) in vn_stat() argument 1469 vn_ioctl(fp, com, data, active_cred, td) in vn_ioctl() argument 1508 vn_poll(fp, events, active_cred, td) in vn_poll() argument [all …]
|
| HD | 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() 385 ptsdev_poll(struct file *fp, int events, struct ucred *active_cred, in ptsdev_poll() 530 ptsdev_stat(struct file *fp, struct stat *sb, struct ucred *active_cred, in ptsdev_stat()
|
| HD | sys_procdesc.c | 413 procdesc_poll(struct file *fp, int events, struct ucred *active_cred, in procdesc_poll() 500 procdesc_stat(struct file *fp, struct stat *sb, struct ucred *active_cred, in procdesc_stat()
|
| HD | kern_descrip.c | 3890 badfo_readwrite(struct file *fp, struct uio *uio, struct ucred *active_cred, in badfo_readwrite() 3898 badfo_truncate(struct file *fp, off_t length, struct ucred *active_cred, in badfo_truncate() 3906 badfo_ioctl(struct file *fp, u_long com, void *data, struct ucred *active_cred, in badfo_ioctl() 3914 badfo_poll(struct file *fp, int events, struct ucred *active_cred, in badfo_poll() 3929 badfo_stat(struct file *fp, struct stat *sb, struct ucred *active_cred, in badfo_stat() 3944 badfo_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in badfo_chmod() 3952 badfo_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in badfo_chown() 3991 invfo_rdwr(struct file *fp, struct uio *uio, struct ucred *active_cred, in invfo_rdwr() 3999 invfo_truncate(struct file *fp, off_t length, struct ucred *active_cred, in invfo_truncate() 4008 struct ucred *active_cred, struct thread *td) in invfo_ioctl() [all …]
|
| HD | uipc_sem.c | 156 ksem_stat(struct file *fp, struct stat *sb, struct ucred *active_cred, in ksem_stat() 192 ksem_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in ksem_chmod() 217 ksem_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in ksem_chown()
|
| HD | uipc_mqueue.c | 2422 mqf_poll(struct file *fp, int events, struct ucred *active_cred, in mqf_poll() 2464 mqf_stat(struct file *fp, struct stat *st, struct ucred *active_cred, in mqf_stat() 2483 mqf_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in mqf_chmod() 2503 mqf_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in mqf_chown()
|
| HD | kern_event.c | 1844 struct ucred *active_cred, struct thread *td) in kqueue_ioctl() 1891 kqueue_poll(struct file *fp, int events, struct ucred *active_cred, in kqueue_poll() 1918 kqueue_stat(struct file *fp, struct stat *st, struct ucred *active_cred, in kqueue_stat()
|
| HD | uipc_socket.c | 2998 sopoll(struct socket *so, int events, struct ucred *active_cred, 3011 sopoll_generic(struct socket *so, int events, struct ucred *active_cred,
|
| HD | imgact_elf.c | 1138 struct ucred *active_cred; member
|
| /NextBSD/sys/security/mac/ |
| HD | 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()
|
| HD | 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()
|
| HD | mac_vfs.c | 648 mac_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_poll() 667 mac_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_read() 892 mac_vnode_check_stat(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_stat() 930 mac_vnode_check_write(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_write()
|
| /NextBSD/sys/sys/ |
| HD | file.h | 297 fo_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in fo_read() 305 fo_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in fo_write() 313 fo_truncate(struct file *fp, off_t length, struct ucred *active_cred, in fo_truncate() 321 fo_ioctl(struct file *fp, u_long com, void *data, struct ucred *active_cred, in fo_ioctl() 329 fo_poll(struct file *fp, int events, struct ucred *active_cred, in fo_poll() 337 fo_stat(struct file *fp, struct stat *sb, struct ucred *active_cred, in fo_stat() 359 fo_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in fo_chmod() 367 fo_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in fo_chown()
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_event.c | 686 eventfd_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in eventfd_read() 732 eventfd_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in eventfd_write() 776 eventfd_poll(struct file *fp, int events, struct ucred *active_cred, in eventfd_poll() 866 eventfd_truncate(struct file *fp, off_t length, struct ucred *active_cred, in eventfd_truncate() 876 struct ucred *active_cred, struct thread *td) in eventfd_ioctl() 884 eventfd_stat(struct file *fp, struct stat *st, struct ucred *active_cred, in eventfd_stat()
|
| /NextBSD/sys/security/mac_stub/ |
| HD | mac_stub.c | 659 stub_posixsem_check_getvalue(struct ucred *active_cred, struct ucred *file_cred, in stub_posixsem_check_getvalue() 675 stub_posixsem_check_post(struct ucred *active_cred, struct ucred *file_cred, in stub_posixsem_check_post() 699 stub_posixsem_check_stat(struct ucred *active_cred, struct ucred *file_cred, in stub_posixsem_check_stat() 715 stub_posixsem_check_wait(struct ucred *active_cred, struct ucred *file_cred, in stub_posixsem_check_wait() 753 stub_posixshm_check_read(struct ucred *active_cred, struct ucred *file_cred, in stub_posixshm_check_read() 777 stub_posixshm_check_stat(struct ucred *active_cred, struct ucred *file_cred, in stub_posixshm_check_stat() 785 stub_posixshm_check_truncate(struct ucred *active_cred, in stub_posixshm_check_truncate() 801 stub_posixshm_check_write(struct ucred *active_cred, struct ucred *file_cred, in stub_posixshm_check_write() 1476 stub_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, in stub_vnode_check_poll() 1484 stub_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, in stub_vnode_check_read() [all …]
|
| /NextBSD/sys/opencrypto/ |
| HD | cryptodev.c | 367 struct ucred *active_cred, in cryptof_ioctl() 693 struct ucred *active_cred, in cryptodev_op() 882 struct ucred *active_cred, in cryptodev_aead() 1174 struct ucred *active_cred, in cryptof_stat()
|
| /NextBSD/sys/security/mac_test/ |
| HD | mac_test.c | 1250 test_posixsem_check_getvalue(struct ucred *active_cred, struct ucred *file_cred, in test_posixsem_check_getvalue() 1277 test_posixsem_check_post(struct ucred *active_cred, struct ucred *file_cred, in test_posixsem_check_post() 1315 test_posixsem_check_stat(struct ucred *active_cred, in test_posixsem_check_stat() 1341 test_posixsem_check_wait(struct ucred *active_cred, struct ucred *file_cred, in test_posixsem_check_wait() 1417 test_posixshm_check_read(struct ucred *active_cred, in test_posixshm_check_read() 1456 test_posixshm_check_stat(struct ucred *active_cred, in test_posixshm_check_stat() 1469 test_posixshm_check_truncate(struct ucred *active_cred, in test_posixshm_check_truncate() 1494 test_posixshm_check_write(struct ucred *active_cred, in test_posixshm_check_write() 2633 test_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, in test_vnode_check_poll() 2648 test_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, in test_vnode_check_read() [all …]
|
| /NextBSD/sys/security/mac_mls/ |
| HD | mac_mls.c | 1508 mls_posixsem_check_rdonly(struct ucred *active_cred, struct ucred *file_cred, in mls_posixsem_check_rdonly() 1562 mls_posixsem_check_write(struct ucred *active_cred, struct ucred *file_cred, in mls_posixsem_check_write() 1640 mls_posixshm_check_read(struct ucred *active_cred, struct ucred *file_cred, in mls_posixshm_check_read() 1694 mls_posixshm_check_stat(struct ucred *active_cred, struct ucred *file_cred, in mls_posixshm_check_stat() 1712 mls_posixshm_check_truncate(struct ucred *active_cred, in mls_posixshm_check_truncate() 1748 mls_posixshm_check_write(struct ucred *active_cred, struct ucred *file_cred, in mls_posixshm_check_write() 2777 mls_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, in mls_vnode_check_poll() 2795 mls_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, in mls_vnode_check_read() 3078 mls_vnode_check_stat(struct ucred *active_cred, struct ucred *file_cred, in mls_vnode_check_stat() 3120 mls_vnode_check_write(struct ucred *active_cred, struct ucred *file_cred, in mls_vnode_check_write()
|
| /NextBSD/sys/security/mac_biba/ |
| HD | mac_biba.c | 1648 biba_posixsem_check_write(struct ucred *active_cred, struct ucred *file_cred, in biba_posixsem_check_write() 1666 biba_posixsem_check_rdonly(struct ucred *active_cred, struct ucred *file_cred, in biba_posixsem_check_rdonly() 1744 biba_posixshm_check_read(struct ucred *active_cred, struct ucred *file_cred, in biba_posixshm_check_read() 1798 biba_posixshm_check_stat(struct ucred *active_cred, struct ucred *file_cred, in biba_posixshm_check_stat() 1816 biba_posixshm_check_truncate(struct ucred *active_cred, in biba_posixshm_check_truncate() 1852 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()
|
| /NextBSD/sys/compat/linuxkpi/common/src/ |
| HD | linux_compat.c | 632 linux_file_read(struct file *file, struct uio *uio, struct ucred *active_cred, in linux_file_read() 662 linux_file_poll(struct file *file, int events, struct ucred *active_cred, in linux_file_poll() 729 linux_file_stat(struct file *fp, struct stat *sb, struct ucred *active_cred, in linux_file_stat()
|
| /NextBSD/sys/security/mac_bsdextended/ |
| HD | ugidfw_vnode.c | 277 ugidfw_vnode_check_stat(struct ucred *active_cred, in ugidfw_vnode_check_stat()
|
| /NextBSD/sys/security/mac_lomac/ |
| HD | mac_lomac.c | 2465 lomac_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, in lomac_vnode_check_read() 2761 lomac_vnode_check_write(struct ucred *active_cred, in lomac_vnode_check_write()
|