Searched refs:filecaps (Results 1 – 15 of 15) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | filedesc.h | 51 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 D | syscallsubr.h | 43 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 D | procdesc.h | 107 struct filecaps *);
|
| H A D | socketvar.h | 392 struct filecaps; 413 struct file **fpp, u_int *fflagp, struct filecaps *havecaps);
|
| H A D | file.h | 78 struct filecaps; 278 struct filecaps *havecaps, struct vnode **vpp);
|
| H A D | namei.h | 87 struct filecaps ni_filecaps; /* rights the *at base has */
|
| H A D | proc.h | 179 struct filecaps; 1042 struct filecaps *fr_pd_fcaps;
|
| /f-stack/freebsd/kern/ |
| H A D | kern_descrip.c | 119 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 D | sys_procdesc.c | 238 int flags, struct filecaps *fcaps) in procdesc_falloc()
|
| H A D | sys_pipe.c | 444 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 D | uipc_syscalls.c | 98 struct file **fpp, u_int *fflagp, struct filecaps *havecapsp) in getsock_cap() 330 struct filecaps fcaps; in kern_accept4()
|
| H A D | uipc_shm.c | 1032 int shmflags, struct filecaps *fcaps, const char *name __unused) in kern_shm_open2() 1957 struct filecaps *caps) in kern_shm_open()
|
| H A D | kern_event.c | 973 kern_kqueue(struct thread *td, int flags, struct filecaps *fcaps) in kern_kqueue()
|
| H A D | vfs_syscalls.c | 1200 struct filecaps *fcaps; in kern_openat()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | socketvar.h | 392 struct filecaps; 413 struct file **fpp, u_int *fflagp, struct filecaps *havecaps);
|