Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac/
H A Dmac_posix_sem.c122 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 Dmac_posix_shm.c154 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 Dmac_framework.h533 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 Dmac_vfs.c650 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 Dsys_eventfd.c148 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 Dsys_pipe.c691 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 Dsys_socket.c125 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 Dtty_pts.c114 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 Duipc_shm.c385 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 Dvfs_vnops.c558 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 Dsys_procdesc.c424 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 Dkern_descrip.c4887 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 Duipc_sem.c164 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 Duipc_mqueue.c2501 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 Dkern_event.c1991 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 Duipc_socket.c3521 sopoll(struct socket *so, int events, struct ucred *active_cred,
3534 sopoll_generic(struct socket *so, int events, struct ucred *active_cred,
H A Dimgact_elf.c1459 struct ucred *active_cred; member
/f-stack/freebsd/sys/
H A Dfile.h326 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 Dff_vfs_ops.c77 struct ucred *active_cred, struct ucred *file_cred, ssize_t *aresid, in vn_rdwr()
/f-stack/freebsd/security/mac_stub/
H A Dmac_stub.c676 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 Dmac_test.c1279 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 Dmac_mls.c1509 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 Dmac_biba.c1649 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 Dugidfw_vnode.c277 ugidfw_vnode_check_stat(struct ucred *active_cred, in ugidfw_vnode_check_stat()
/f-stack/freebsd/security/mac_lomac/
H A Dmac_lomac.c2466 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()