Home
last modified time | relevance | path

Searched defs:active_cred (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/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 mac_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_poll()
651 mac_vnode_check_stat(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_stat()
670 mac_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_read()
689 mac_vnode_check_write(struct ucred *active_cred, struct ucred *file_cred, in mac_vnode_check_write()
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/sys/kern/
H A Dsys_eventfd.c144 eventfd_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in eventfd_read()
186 eventfd_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in eventfd_write()
230 eventfd_poll(struct file *fp, int events, struct ucred *active_cred, in eventfd_poll()
314 struct ucred *active_cred, struct thread *td) in eventfd_ioctl()
326 eventfd_stat(struct file *fp, struct stat *st, struct ucred *active_cred) in eventfd_stat()
H A Dsys_pipe.c711 pipe_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in pipe_read()
1100 pipe_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in pipe_write()
1365 pipe_truncate(struct file *fp, off_t length, struct ucred *active_cred, in pipe_truncate()
1383 pipe_ioctl(struct file *fp, u_long cmd, void *data, struct ucred *active_cred, in pipe_ioctl()
1454 pipe_poll(struct file *fp, int events, struct ucred *active_cred, in pipe_poll()
1532 pipe_stat(struct file *fp, struct stat *ub, struct ucred *active_cred) in pipe_stat()
1591 pipe_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, struct thread *td) in pipe_chmod()
1605 pipe_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in pipe_chown()
H A Dsys_socket.c117 soo_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in soo_read()
133 soo_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in soo_write()
149 soo_ioctl(struct file *fp, u_long cmd, void *data, struct ucred *active_cred, in soo_ioctl()
279 soo_poll(struct file *fp, int events, struct ucred *active_cred, in soo_poll()
294 soo_stat(struct file *fp, struct stat *ub, struct ucred *active_cred) in soo_stat()
H A Dtty_pts.c111 ptsdev_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in ptsdev_read()
185 ptsdev_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in ptsdev_write()
259 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()
H A Dsys_timerfd.c181 timerfd_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in timerfd_read()
230 struct ucred *active_cred, struct thread *td) in timerfd_ioctl()
250 timerfd_poll(struct file *fp, int events, struct ucred *active_cred, in timerfd_poll()
309 timerfd_stat(struct file *fp, struct stat *sb, struct ucred *active_cred) in timerfd_stat()
H A Dvfs_vnops.c613 enum uio_seg segflg, int ioflg, struct ucred *active_cred, in vn_rdwr()
717 off_t offset, enum uio_seg segflg, int ioflg, struct ucred *active_cred, in vn_rdwr_inchunks()
1450 vn_io_fault(struct file *fp, struct uio *uio, struct ucred *active_cred, in vn_io_fault()
1622 vn_truncate(struct file *fp, off_t length, struct ucred *active_cred, in vn_truncate()
1690 vn_statfile(struct file *fp, struct stat *sb, struct ucred *active_cred) in vn_statfile()
1756 vn_poll(struct file *fp, int events, struct ucred *active_cred, in vn_poll()
2513 vn_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in vn_chmod()
2528 vn_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in vn_chown()
3716 int ioflag, struct ucred *cred, struct ucred *active_cred, in vn_deallocate_impl()
3790 int ioflag, struct ucred *active_cred, struct ucred *file_cred) in vn_deallocate()
[all …]
H A Duipc_shm.c455 shm_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in shm_read()
478 shm_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in shm_write()
532 shm_truncate(struct file *fp, off_t length, struct ucred *active_cred, in shm_truncate()
550 shm_ioctl(struct file *fp, u_long com, void *data, struct ucred *active_cred, in shm_ioctl()
602 shm_stat(struct file *fp, struct stat *sb, struct ucred *active_cred) in shm_stat()
1741 shm_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in shm_chmod()
1770 shm_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in shm_chown()
2062 struct ucred *active_cred, struct thread *td) in shm_fspacectl()
H A Dsys_procdesc.c421 procdesc_poll(struct file *fp, int events, struct ucred *active_cred, in procdesc_poll()
508 procdesc_stat(struct file *fp, struct stat *sb, struct ucred *active_cred) in procdesc_stat()
H A Dkern_descrip.c5162 badfo_readwrite(struct file *fp, struct uio *uio, struct ucred *active_cred, in badfo_readwrite()
5170 badfo_truncate(struct file *fp, off_t length, struct ucred *active_cred, in badfo_truncate()
5186 badfo_poll(struct file *fp, int events, struct ucred *active_cred, in badfo_poll()
5201 badfo_stat(struct file *fp, struct stat *sb, struct ucred *active_cred) in badfo_stat()
5215 badfo_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in badfo_chmod()
5262 path_poll(struct file *fp, int events, struct ucred *active_cred, in path_poll()
5295 invfo_rdwr(struct file *fp, struct uio *uio, struct ucred *active_cred, in invfo_rdwr()
5303 invfo_truncate(struct file *fp, off_t length, struct ucred *active_cred, in invfo_truncate()
5312 struct ucred *active_cred, struct thread *td) in invfo_ioctl()
5319 invfo_poll(struct file *fp, int events, struct ucred *active_cred, in invfo_poll()
[all …]
H A Duipc_sem.c163 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 Duipc_mqueue.c2491 mqf_poll(struct file *fp, int events, struct ucred *active_cred, in mqf_poll()
2533 mqf_stat(struct file *fp, struct stat *st, struct ucred *active_cred) in mqf_stat()
2551 mqf_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in mqf_chmod()
2571 mqf_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in mqf_chown()
H A Dkern_event.c2120 struct ucred *active_cred, struct thread *td) in kqueue_ioctl()
2167 kqueue_poll(struct file *fp, int events, struct ucred *active_cred, in kqueue_poll()
2194 kqueue_stat(struct file *fp, struct stat *st, struct ucred *active_cred) in kqueue_stat()
H A Duipc_socket.c3627 sopoll(struct socket *so, int events, struct ucred *active_cred,
3639 sopoll_generic(struct socket *so, int events, struct ucred *active_cred,
/freebsd/sys/sys/
H A Dfile.h340 fo_read(struct file *fp, struct uio *uio, struct ucred *active_cred, in fo_read()
348 fo_write(struct file *fp, struct uio *uio, struct ucred *active_cred, in fo_write()
356 fo_truncate(struct file *fp, off_t length, struct ucred *active_cred, in fo_truncate()
364 fo_ioctl(struct file *fp, u_long com, void *data, struct ucred *active_cred, in fo_ioctl()
372 fo_poll(struct file *fp, int events, struct ucred *active_cred, in fo_poll()
380 fo_stat(struct file *fp, struct stat *sb, struct ucred *active_cred) in fo_stat()
401 fo_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in fo_chmod()
409 fo_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in fo_chown()
488 int flags, struct ucred *active_cred, struct thread *td) in fo_fspacectl()
H A Dexec.h63 struct ucred *active_cred; member
/freebsd/sys/security/mac_stub/
H A Dmac_stub.c700 stub_posixsem_check_post(struct ucred *active_cred, struct ucred *file_cred, in stub_posixsem_check_post()
724 stub_posixsem_check_stat(struct ucred *active_cred, struct ucred *file_cred, in stub_posixsem_check_stat()
740 stub_posixsem_check_wait(struct ucred *active_cred, struct ucred *file_cred, in stub_posixsem_check_wait()
778 stub_posixshm_check_read(struct ucred *active_cred, struct ucred *file_cred, in stub_posixshm_check_read()
802 stub_posixshm_check_stat(struct ucred *active_cred, struct ucred *file_cred, in stub_posixshm_check_stat()
810 stub_posixshm_check_truncate(struct ucred *active_cred, in stub_posixshm_check_truncate()
826 stub_posixshm_check_write(struct ucred *active_cred, struct ucred *file_cred, in stub_posixshm_check_write()
1494 stub_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, in stub_vnode_check_poll()
1502 stub_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, in stub_vnode_check_read()
1608 stub_vnode_check_stat(struct ucred *active_cred, struct ucred *file_cred, in stub_vnode_check_stat()
[all …]
/freebsd/sys/security/mac_test/
H A Dmac_test.c1311 test_posixsem_check_post(struct ucred *active_cred, struct ucred *file_cred, in test_posixsem_check_post()
1349 test_posixsem_check_stat(struct ucred *active_cred, in test_posixsem_check_stat()
1375 test_posixsem_check_wait(struct ucred *active_cred, struct ucred *file_cred, in test_posixsem_check_wait()
1451 test_posixshm_check_read(struct ucred *active_cred, in test_posixshm_check_read()
1490 test_posixshm_check_stat(struct ucred *active_cred, in test_posixshm_check_stat()
1503 test_posixshm_check_truncate(struct ucred *active_cred, in test_posixshm_check_truncate()
1528 test_posixshm_check_write(struct ucred *active_cred, in test_posixshm_check_write()
2667 test_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, in test_vnode_check_poll()
2682 test_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, in test_vnode_check_read()
2858 test_vnode_check_stat(struct ucred *active_cred, struct ucred *file_cred, in test_vnode_check_stat()
[all …]
/freebsd/sys/security/mac_mls/
H A Dmac_mls.c1507 mls_posixsem_check_rdonly(struct ucred *active_cred, struct ucred *file_cred, in mls_posixsem_check_rdonly()
1561 mls_posixsem_check_write(struct ucred *active_cred, struct ucred *file_cred, in mls_posixsem_check_write()
1639 mls_posixshm_check_read(struct ucred *active_cred, struct ucred *file_cred, in mls_posixshm_check_read()
1693 mls_posixshm_check_stat(struct ucred *active_cred, struct ucred *file_cred, in mls_posixshm_check_stat()
1711 mls_posixshm_check_truncate(struct ucred *active_cred, in mls_posixshm_check_truncate()
1747 mls_posixshm_check_write(struct ucred *active_cred, struct ucred *file_cred, in mls_posixshm_check_write()
2776 mls_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, in mls_vnode_check_poll()
2794 mls_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, in mls_vnode_check_read()
3077 mls_vnode_check_stat(struct ucred *active_cred, struct ucred *file_cred, in mls_vnode_check_stat()
3119 mls_vnode_check_write(struct ucred *active_cred, struct ucred *file_cred, in mls_vnode_check_write()
/freebsd/sys/security/mac_biba/
H A Dmac_biba.c1647 biba_posixsem_check_write(struct ucred *active_cred, struct ucred *file_cred, in biba_posixsem_check_write()
1665 biba_posixsem_check_rdonly(struct ucred *active_cred, struct ucred *file_cred, in biba_posixsem_check_rdonly()
1743 biba_posixshm_check_read(struct ucred *active_cred, struct ucred *file_cred, in biba_posixshm_check_read()
1797 biba_posixshm_check_stat(struct ucred *active_cred, struct ucred *file_cred, in biba_posixshm_check_stat()
1815 biba_posixshm_check_truncate(struct ucred *active_cred, in biba_posixshm_check_truncate()
1851 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()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1366 linux_file_read(struct file *file, struct uio *uio, struct ucred *active_cred, in linux_file_read()
1408 linux_file_write(struct file *file, struct uio *uio, struct ucred *active_cred, in linux_file_write()
1451 linux_file_poll(struct file *file, int events, struct ucred *active_cred, in linux_file_poll()
1666 linux_file_stat(struct file *fp, struct stat *sb, struct ucred *active_cred) in linux_file_stat()
/freebsd/sys/security/mac_bsdextended/
H A Dugidfw_vnode.c275 ugidfw_vnode_check_stat(struct ucred *active_cred, in ugidfw_vnode_check_stat()

12