Home
last modified time | relevance | path

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

12

/NextBSD/sys/kern/
HDsys_socket.c93 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()
HDsys_pipe.c654 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
HDuipc_shm.c294 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()
HDvfs_vnops.c513 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 …]
HDtty_pts.c110 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()
HDsys_procdesc.c413 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()
HDkern_descrip.c3890 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 …]
HDuipc_sem.c156 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()
HDuipc_mqueue.c2422 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()
HDkern_event.c1844 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()
HDuipc_socket.c2998 sopoll(struct socket *so, int events, struct ucred *active_cred,
3011 sopoll_generic(struct socket *so, int events, struct ucred *active_cred,
HDimgact_elf.c1138 struct ucred *active_cred; member
/NextBSD/sys/security/mac/
HDmac_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()
HDmac_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()
HDmac_vfs.c648 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/
HDfile.h297 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/
HDlinux_event.c686 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/
HDmac_stub.c659 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/
HDcryptodev.c367 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/
HDmac_test.c1250 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/
HDmac_mls.c1508 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/
HDmac_biba.c1648 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/
HDlinux_compat.c632 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/
HDugidfw_vnode.c277 ugidfw_vnode_check_stat(struct ucred *active_cred, in ugidfw_vnode_check_stat()
/NextBSD/sys/security/mac_lomac/
HDmac_lomac.c2465 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()

12