Symbol: filecaps
sys/kern/kern_descrip.c
117
static u_long *filecaps_copy_prep(const struct filecaps *src);
sys/kern/kern_descrip.c
118
static void filecaps_copy_finish(const struct filecaps *src,
sys/kern/kern_descrip.c
119
struct filecaps *dst, u_long *ioctls);
sys/kern/kern_descrip.c
120
static u_long *filecaps_free_prep(struct filecaps *fcaps);
sys/kern/kern_descrip.c
1842
filecaps_copy(const struct filecaps *src, struct filecaps *dst, bool locked)
sys/kern/kern_descrip.c
1862
filecaps_copy_prep(const struct filecaps *src)
sys/kern/kern_descrip.c
1879
filecaps_copy_finish(const struct filecaps *src, struct filecaps *dst,
sys/kern/kern_descrip.c
1899
filecaps_move(struct filecaps *src, struct filecaps *dst)
sys/kern/kern_descrip.c
1910
filecaps_fill(struct filecaps *fcaps)
sys/kern/kern_descrip.c
1923
filecaps_free_ioctl(struct filecaps *fcaps)
sys/kern/kern_descrip.c
1931
filecaps_free(struct filecaps *fcaps)
sys/kern/kern_descrip.c
1939
filecaps_free_prep(struct filecaps *fcaps)
sys/kern/kern_descrip.c
1959
filecaps_validate(const struct filecaps *fcaps, const char *func)
sys/kern/kern_descrip.c
2214
struct filecaps *fcaps)
sys/kern/kern_descrip.c
2290
struct filecaps *fcaps)
sys/kern/kern_descrip.c
2316
struct filecaps *fcaps)
sys/kern/kern_descrip.c
2334
struct filecaps *fcaps)
sys/kern/kern_descrip.c
3073
struct file **fpp, struct filecaps *havecapsp)
sys/kern/kern_descrip.c
3106
uint8_t *flagsp, struct file **fpp, struct filecaps *havecapsp)
sys/kern/kern_descrip.c
3147
uint8_t *flagsp, struct file **fpp, struct filecaps *havecapsp)
sys/kern/kern_descrip.c
3159
fget_remote(struct thread *td, struct proc *p, int fd, struct filecaps *fcaps,
sys/kern/kern_descrip.c
3884
struct filecaps *havecaps, struct vnode **vpp)
sys/kern/kern_descrip.c
3886
struct filecaps caps;
sys/kern/kern_event.c
1241
struct file **fpp, int flags, struct filecaps *fcaps, bool cponfork,
sys/kern/kern_event.c
1277
kern_kqueue(struct thread *td, int flags, bool cponfork, struct filecaps *fcaps)
sys/kern/sys_pipe.c
472
kern_pipe(struct thread *td, int fildes[2], int flags, struct filecaps *fcaps1,
sys/kern/sys_pipe.c
473
struct filecaps *fcaps2)
sys/kern/sys_procdesc.c
224
int flags, struct filecaps *fcaps)
sys/kern/sys_procdesc.c
793
struct filecaps fcaps;
sys/kern/uipc_shm.c
1159
int shmflags, struct filecaps *fcaps, const char *name __unused,
sys/kern/uipc_shm.c
2215
struct filecaps *caps)
sys/kern/uipc_syscalls.c
1233
struct filecaps fcaps;
sys/kern/uipc_syscalls.c
1300
struct filecaps fcaps;
sys/kern/uipc_syscalls.c
337
struct filecaps fcaps;
sys/kern/uipc_syscalls.c
89
struct file **fpp, struct filecaps *havecapsp)
sys/kern/vfs_syscalls.c
1234
struct filecaps *fcaps;
sys/netinet/sctp_syscalls.c
150
struct filecaps fcaps;
sys/sys/file.h
287
struct filecaps *fcaps, uint8_t *fd_flags, struct file **fpp);
sys/sys/file.h
314
struct filecaps *havecaps, struct vnode **vpp);
sys/sys/file.h
81
struct filecaps;
sys/sys/filedesc.h
237
filecaps_init(struct filecaps *fcaps)
sys/sys/filedesc.h
243
bool filecaps_copy(const struct filecaps *src, struct filecaps *dst,
sys/sys/filedesc.h
245
void filecaps_move(struct filecaps *src, struct filecaps *dst);
sys/sys/filedesc.h
246
void filecaps_free(struct filecaps *fcaps);
sys/sys/filedesc.h
254
int flags, struct filecaps *fcaps);
sys/sys/filedesc.h
259
struct filecaps *fcaps);
sys/sys/filedesc.h
261
struct filecaps *fcaps);
sys/sys/filedesc.h
263
struct filecaps *fcaps);
sys/sys/filedesc.h
291
struct filecaps *havecapsp);
sys/sys/filedesc.h
293
uint8_t *flagsp, struct file **fpp, struct filecaps *havecapsp);
sys/sys/filedesc.h
58
struct filecaps fde_caps; /* per-descriptor rights */
sys/sys/namei.h
85
struct filecaps ni_filecaps; /* rights the *at base has */
sys/sys/proc.h
1136
struct filecaps *fr_pd_fcaps;
sys/sys/proc.h
176
struct filecaps;
sys/sys/procdesc.h
123
struct filecaps *);
sys/sys/socketvar.h
474
struct filecaps;
sys/sys/socketvar.h
492
struct file **fpp, struct filecaps *havecaps);
sys/sys/syscallsubr.h
241
struct filecaps *fcaps);
sys/sys/syscallsubr.h
289
struct filecaps *fcaps1, struct filecaps *fcaps2);
sys/sys/syscallsubr.h
353
mode_t mode, struct filecaps *fcaps);
sys/sys/syscallsubr.h
355
mode_t mode, int shmflags, struct filecaps *fcaps,
sys/sys/syscallsubr.h
43
struct filecaps;