Home
last modified time | relevance | path

Searched refs:filecaps (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/sys/
H A Dfiledesc.h51 struct filecaps { struct
60 struct filecaps fde_caps; /* per-descriptor rights */ argument
220 filecaps_init(struct filecaps *fcaps) in filecaps_init()
226 bool filecaps_copy(const struct filecaps *src, struct filecaps *dst,
228 void filecaps_move(struct filecaps *src, struct filecaps *dst);
229 void filecaps_free(struct filecaps *fcaps);
236 int flags, struct filecaps *fcaps);
241 struct filecaps *fcaps);
243 struct filecaps *fcaps);
245 struct filecaps *fcaps);
[all …]
H A Dsyscallsubr.h43 struct filecaps;
182 int kern_kqueue(struct thread *td, int flags, struct filecaps *fcaps);
227 struct filecaps *fcaps1, struct filecaps *fcaps2);
284 mode_t mode, struct filecaps *fcaps);
286 mode_t mode, int shmflags, struct filecaps *fcaps,
H A Dprocdesc.h107 struct filecaps *);
H A Dsocketvar.h392 struct filecaps;
413 struct file **fpp, u_int *fflagp, struct filecaps *havecaps);
H A Dfile.h78 struct filecaps;
278 struct filecaps *havecaps, struct vnode **vpp);
H A Dnamei.h87 struct filecaps ni_filecaps; /* rights the *at base has */
H A Dproc.h179 struct filecaps;
1042 struct filecaps *fr_pd_fcaps;
/f-stack/freebsd/kern/
H A Dkern_descrip.c119 struct filecaps *dst, u_long *ioctls);
1653 filecaps_copy(const struct filecaps *src, struct filecaps *dst, bool locked) in filecaps_copy()
1690 filecaps_copy_finish(const struct filecaps *src, struct filecaps *dst, in filecaps_copy_finish()
1710 filecaps_move(struct filecaps *src, struct filecaps *dst) in filecaps_move()
1721 filecaps_fill(struct filecaps *fcaps) in filecaps_fill()
1734 filecaps_free(struct filecaps *fcaps) in filecaps_free()
1984 struct filecaps *fcaps) in falloc_caps()
2060 struct filecaps *fcaps) in _finstall()
2086 struct filecaps *fcaps) in finstall_refed()
2104 struct filecaps *fcaps) in finstall()
[all …]
H A Dsys_procdesc.c238 int flags, struct filecaps *fcaps) in procdesc_falloc()
H A Dsys_pipe.c444 kern_pipe(struct thread *td, int fildes[2], int flags, struct filecaps *fcaps1, in kern_pipe()
445 struct filecaps *fcaps2) in kern_pipe()
H A Duipc_syscalls.c98 struct file **fpp, u_int *fflagp, struct filecaps *havecapsp) in getsock_cap()
330 struct filecaps fcaps; in kern_accept4()
H A Duipc_shm.c1032 int shmflags, struct filecaps *fcaps, const char *name __unused) in kern_shm_open2()
1957 struct filecaps *caps) in kern_shm_open()
H A Dkern_event.c973 kern_kqueue(struct thread *td, int flags, struct filecaps *fcaps) in kern_kqueue()
H A Dvfs_syscalls.c1200 struct filecaps *fcaps; in kern_openat()
/f-stack/tools/compat/include/sys/
H A Dsocketvar.h392 struct filecaps;
413 struct file **fpp, u_int *fflagp, struct filecaps *havecaps);