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

/freebsd-10-stable/sys/kern/
H A Dsys_socket.c75 soo_read(struct file *fp, struct uio *uio, struct ucred *active_cred, argument
92 soo_write(struct file *fp, struct uio *uio, struct ucred *active_cred, argument
113 soo_truncate(struct file *fp, off_t length, struct ucred *active_cred, argument
121 soo_ioctl(struct file *fp, u_long cmd, void *data, struct ucred *active_cred, argument
229 soo_poll(struct file *fp, int events, struct ucred *active_cred, argument
244 soo_stat(struct file *fp, struct stat *ub, struct ucred *active_cred, argument
[all...]
H A Dsys_procdesc.c414 procdesc_read(struct file *fp, struct uio *uio, struct ucred *active_cred, argument
422 procdesc_write(struct file *fp, struct uio *uio, struct ucred *active_cred, argument
430 procdesc_truncate(struct file *fp, off_t length, struct ucred *active_cred, argument
446 procdesc_poll(struct file *fp, int events, struct ucred *active_cred, argument
473 procdesc_stat(struct file *fp, struct stat *sb, struct ucred *active_cred, argument
511 procdesc_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, argument
519 procdesc_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, argument
438 procdesc_ioctl(struct file *fp, u_long com, void *data, struct ucred *active_cred, struct thread *td) argument
H A Dtty_pts.c109 ptsdev_read(struct file *fp, struct uio *uio, struct ucred *active_cred, argument
183 ptsdev_write(struct file *fp, struct uio *uio, struct ucred *active_cred, argument
256 ptsdev_truncate(struct file *fp, off_t length, struct ucred *active_cred, argument
392 ptsdev_poll(struct file *fp, int events, struct ucred *active_cred, argument
537 ptsdev_stat(struct file *fp, struct stat *sb, struct ucred *active_cred, argument
264 ptsdev_ioctl(struct file *fp, u_long cmd, void *data, struct ucred *active_cred, struct thread *td) argument
H A Dsys_pipe.c1574 pipe_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, struct thread *td) argument
[all...]
H A Duipc_shm.c289 shm_read(struct file *fp, struct uio *uio, struct ucred *active_cred, argument
312 shm_write(struct file *fp, struct uio *uio, struct ucred *active_cred, argument
341 shm_truncate(struct file *fp, off_t length, struct ucred *active_cred, argument
367 shm_poll(struct file *fp, int events, struct ucred *active_cred, argument
382 shm_stat(struct file *fp, struct stat *sb, struct ucred *active_cred, argument
359 shm_ioctl(struct file *fp, u_long com, void *data, struct ucred *active_cred, struct thread *td) argument
908 shm_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, struct thread *td) argument
937 shm_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, struct thread *td) argument
[all...]
H A Duipc_sem.c160 ksem_read(struct file *fp, struct uio *uio, struct ucred *active_cred, argument
168 ksem_write(struct file *fp, struct uio *uio, struct ucred *active_cred, argument
176 ksem_truncate(struct file *fp, off_t length, struct ucred *active_cred, argument
192 ksem_poll(struct file *fp, int events, struct ucred *active_cred, argument
207 ksem_stat(struct file *fp, struct stat *sb, struct ucred *active_cred, argument
243 ksem_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, argument
184 ksem_ioctl(struct file *fp, u_long com, void *data, struct ucred *active_cred, struct thread *td) argument
268 ksem_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, struct thread *td) argument
[all...]
H A Duipc_socket.c2909 sopoll(struct socket *so, int events, struct ucred *active_cred, argument
2922 sopoll_generic(struct socket *so, int events, struct ucred *active_cred, argument
H A Dimgact_elf.c1218 struct ucred *active_cred; member in struct:sbuf_drain_core_params
1174 core_output(struct vnode *vp, void *base, size_t len, off_t offset, struct ucred *active_cred, struct ucred *file_cred, struct thread *td, char *core_buf, gzFile gzfile) argument
H A Dkern_event.c1698 kqueue_read(struct file *fp, struct uio *uio, struct ucred *active_cred, argument
1706 kqueue_write(struct file *fp, struct uio *uio, struct ucred *active_cred, argument
1714 kqueue_truncate(struct file *fp, off_t length, struct ucred *active_cred, argument
1771 kqueue_poll(struct file *fp, int events, struct ucred *active_cred, argument
1798 kqueue_stat(struct file *fp, struct stat *st, struct ucred *active_cred, argument
1723 kqueue_ioctl(struct file *fp, u_long cmd, void *data, struct ucred *active_cred, struct thread *td) argument
H A Dvfs_vnops.c501 vn_rdwr(enum uio_rw rw, struct vnode *vp, void *base, int len, off_t offset, enum uio_seg segflg, int ioflg, struct ucred *active_cred, struct ucred *file_cred, ssize_t *aresid, struct thread *td) argument
1203 vn_io_fault(struct file *fp, struct uio *uio, struct ucred *active_cred, int flags, struct thread *td) argument
1352 vn_truncate(struct file *fp, off_t length, struct ucred *active_cred, struct thread *td) argument
2157 vn_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, struct thread *td) argument
2172 vn_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, struct thread *td) argument
[all...]
H A Dkern_descrip.c3974 badfo_readwrite(struct file *fp, struct uio *uio, struct ucred *active_cred, argument
3982 badfo_truncate(struct file *fp, off_t length, struct ucred *active_cred, argument
3990 badfo_ioctl(struct file *fp, u_long com, void *data, struct ucred *active_cred, argument
3998 badfo_poll(struct file *fp, int events, struct ucred *active_cred, argument
4013 badfo_stat(struct file *fp, struct stat *sb, struct ucred *active_cred, argument
4028 badfo_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, argument
4036 badfo_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, argument
4067 invfo_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, argument
4075 invfo_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, argument
H A Duipc_mqueue.c2478 mqf_read(struct file *fp, struct uio *uio, struct ucred *active_cred, argument
2485 mqf_write(struct file *fp, struct uio *uio, struct ucred *active_cred, argument
2492 mqf_truncate(struct file *fp, off_t length, struct ucred *active_cred, argument
2507 mqf_poll(struct file *fp, int events, struct ucred *active_cred, argument
2549 mqf_stat(struct file *fp, struct stat *st, struct ucred *active_cred, argument
2568 mqf_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, argument
2588 mqf_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, argument
2500 mqf_ioctl(struct file *fp, u_long cmd, void *data, struct ucred *active_cred, struct thread *td) argument
[all...]
/freebsd-10-stable/sys/security/mac/
H A Dmac_posix_sem.c123 mac_posixsem_check_getvalue(struct ucred *active_cred, struct ucred *file_cred, argument
140 mac_posixsem_check_post(struct ucred *active_cred, struct ucred *file_cred, argument
157 mac_posixsem_check_stat(struct ucred *active_cred, struct ucred *file_cred, argument
189 mac_posixsem_check_wait(struct ucred *active_cred, struc argument
[all...]
H A Dmac_posix_shm.c155 mac_posixshm_check_stat(struct ucred *active_cred, struct ucred *file_cred, argument
172 mac_posixshm_check_truncate(struct ucred *active_cred, struct ucred *file_cred, argument
236 mac_posixshm_check_read(struct ucred *active_cred, struct ucred *file_cred, argument
253 mac_posixshm_check_write(struct ucred *active_cred, struc argument
[all...]
H A Dmac_vfs.c649 mac_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, argument
668 mac_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, argument
893 mac_vnode_check_stat(struct ucred *active_cred, struct ucred *file_cred, argument
931 mac_vnode_check_write(struct ucred *active_cred, struc argument
[all...]
/freebsd-10-stable/sys/security/mac_bsdextended/
H A Dugidfw_vnode.c277 ugidfw_vnode_check_stat(struct ucred *active_cred, argument
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_event.c680 eventfd_read(struct file *fp, struct uio *uio, struct ucred *active_cred, argument
726 eventfd_write(struct file *fp, struct uio *uio, struct ucred *active_cred, argument
772 eventfd_poll(struct file *fp, int events, struct ucred *active_cred, argument
862 eventfd_truncate(struct file *fp, off_t length, struct ucred *active_cred, argument
896 eventfd_stat(struct file *fp, struct stat *st, struct ucred *active_cred, argument
871 eventfd_ioctl(struct file *fp, u_long cmd, void *data, struct ucred *active_cred, struct thread *td) argument
/freebsd-10-stable/sys/opencrypto/
H A Dcryptodev.c324 cryptof_rw( struct file *fp, struct uio *uio, struct ucred *active_cred, int flags, struct thread *td) argument
336 cryptof_truncate( struct file *fp, off_t length, struct ucred *active_cred, struct thread *td) argument
364 cryptof_ioctl( struct file *fp, u_long cmd, void *data, struct ucred *active_cred, struct thread *td) argument
651 cryptodev_op( struct csession *cse, struct crypt_op *cop, struct ucred *active_cred, struct thread *td) argument
961 cryptof_poll( struct file *fp, int events, struct ucred *active_cred, struct thread *td) argument
981 cryptof_stat( struct file *fp, struct stat *sb, struct ucred *active_cred, struct thread *td) argument
/freebsd-10-stable/sys/sys/
H A Dfile.h293 fo_read(struct file *fp, struct uio *uio, struct ucred *active_cred, argument
301 fo_write(struct file *fp, struct uio *uio, struct ucred *active_cred, argument
309 fo_truncate(struct file *fp, off_t length, struct ucred *active_cred, struct thread *td) argument
317 fo_ioctl(struct file *fp, u_long com, void *data, struct ucred *active_cred, struct thread *td) argument
325 fo_poll(struct file *fp, int events, struct ucred *active_cred, struct thread *td) argument
333 fo_stat(struct file *fp, struct stat *sb, struct ucred *active_cred, struct thread *td) argument
355 fo_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, struct thread *td) argument
363 fo_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, struct thread *td) argument
[all...]
/freebsd-10-stable/sys/ofed/include/linux/
H A Dlinux_compat.c527 linux_file_read(struct file *file, struct uio *uio, struct ucred *active_cred, argument
556 linux_file_poll(struct file *file, int events, struct ucred *active_cred, argument
/freebsd-10-stable/sys/security/mac_biba/
H A Dmac_biba.c1666 biba_posixsem_check_write(struct ucred *active_cred, struct ucred *file_cred, argument
1684 biba_posixsem_check_rdonly(struct ucred *active_cred, struct ucred *file_cred, argument
1762 biba_posixshm_check_read(struct ucred *active_cred, struct ucred *file_cred, argument
1816 biba_posixshm_check_stat(struct ucred *active_cred, struct ucred *file_cred, argument
1834 biba_posixshm_check_truncate(struct ucred *active_cred, argument
1870 biba_posixshm_check_write(struct ucred *active_cred, struct ucred *file_cred, struct shmfd *vp, struct label *shmlabel) argument
3166 biba_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp, struct label *vplabel) argument
3184 biba_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp, struct label *vplabel) argument
3467 biba_vnode_check_stat(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp, struct label *vplabel) argument
3509 biba_vnode_check_write(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp, struct label *vplabel) argument
[all...]
/freebsd-10-stable/sys/security/mac_mls/
H A Dmac_mls.c1522 mls_posixsem_check_rdonly(struct ucred *active_cred, struct ucred *file_cred, argument
1576 mls_posixsem_check_write(struct ucred *active_cred, struct ucred *file_cred, argument
1654 mls_posixshm_check_read(struct ucred *active_cred, struct ucred *file_cred, argument
1708 mls_posixshm_check_stat(struct ucred *active_cred, struct ucred *file_cred, argument
1726 mls_posixshm_check_truncate(struct ucred *active_cred, argument
1762 mls_posixshm_check_write(struct ucred *active_cred, struct ucred *file_cred, struct shmfd *shm, struct label *shmlabel) argument
2791 mls_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp, struct label *vplabel) argument
2809 mls_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp, struct label *vplabel) argument
3092 mls_vnode_check_stat(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp, struct label *vplabel) argument
3134 mls_vnode_check_write(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp, struct label *vplabel) argument
[all...]
/freebsd-10-stable/sys/security/mac_stub/
H A Dmac_stub.c666 stub_posixsem_check_getvalue(struct ucred *active_cred, struct ucred *file_cred, argument
682 stub_posixsem_check_post(struct ucred *active_cred, struct ucred *file_cred, argument
706 stub_posixsem_check_stat(struct ucred *active_cred, struct ucred *file_cred, argument
722 stub_posixsem_check_wait(struct ucred *active_cred, struct ucred *file_cred, argument
760 stub_posixshm_check_read(struct ucred *active_cred, struct ucred *file_cred, argument
784 stub_posixshm_check_stat(struct ucred *active_cred, struct ucred *file_cred, argument
792 stub_posixshm_check_truncate(struct ucred *active_cred, argument
808 stub_posixshm_check_write(struct ucred *active_cred, struct ucred *file_cred, argument
1483 stub_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, argument
1491 stub_vnode_check_read(struct ucred *active_cred, struc argument
1597 stub_vnode_check_stat(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp, struct label *vplabel) argument
1614 stub_vnode_check_write(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp, struct label *vplabel) argument
[all...]
/freebsd-10-stable/sys/security/mac_lomac/
H A Dmac_lomac.c2485 lomac_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, argument
2781 lomac_vnode_check_write(struct ucred *active_cred, argument
/freebsd-10-stable/sys/security/mac_test/
H A Dmac_test.c1261 test_posixsem_check_getvalue(struct ucred *active_cred, struct ucred *file_cred, argument
1288 test_posixsem_check_post(struct ucred *active_cred, struct ucred *file_cred, argument
1326 test_posixsem_check_stat(struct ucred *active_cred, argument
1352 test_posixsem_check_wait(struct ucred *active_cred, struct ucred *file_cred, argument
1428 test_posixshm_check_read(struct ucred *active_cred, argument
1467 test_posixshm_check_stat(struct ucred *active_cred, struct ucred *file_cred, struct shmfd *shmfd, struct label *shmfdlabel) argument
1480 test_posixshm_check_truncate(struct ucred *active_cred, struct ucred *file_cred, struct shmfd *shmfd, struct label *shmfdlabel) argument
1505 test_posixshm_check_write(struct ucred *active_cred, struct ucred *file_cred, struct shmfd *shm, struct label *shmlabel) argument
2644 test_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp, struct label *vplabel) argument
2659 test_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp, struct label *vplabel) argument
2835 test_vnode_check_stat(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp, struct label *vplabel) argument
2865 test_vnode_check_write(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp, struct label *vplabel) argument
[all...]

Completed in 243 milliseconds