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
2186
struct filecaps *fcaps)
sys/kern/kern_descrip.c
2262
struct filecaps *fcaps)
sys/kern/kern_descrip.c
2288
struct filecaps *fcaps)
sys/kern/kern_descrip.c
2306
struct filecaps *fcaps)
sys/kern/kern_descrip.c
3045
struct file **fpp, struct filecaps *havecapsp)
sys/kern/kern_descrip.c
3078
uint8_t *flagsp, struct file **fpp, struct filecaps *havecapsp)
sys/kern/kern_descrip.c
3119
uint8_t *flagsp, struct file **fpp, struct filecaps *havecapsp)
sys/kern/kern_descrip.c
3839
struct filecaps *havecaps, struct vnode **vpp)
sys/kern/kern_descrip.c
3841
struct filecaps caps;
sys/kern/kern_event.c
1229
struct file **fpp, int flags, struct filecaps *fcaps, bool cponfork,
sys/kern/kern_event.c
1265
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
237
int flags, struct filecaps *fcaps)
sys/kern/uipc_shm.c
1135
int shmflags, struct filecaps *fcaps, const char *name __unused,
sys/kern/uipc_shm.c
2190
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
1231
struct filecaps *fcaps;
sys/netinet/sctp_syscalls.c
150
struct filecaps fcaps;
sys/sys/file.h
311
struct filecaps *havecaps, struct vnode **vpp);
sys/sys/file.h
80
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
1118
struct filecaps *fr_pd_fcaps;
sys/sys/proc.h
176
struct filecaps;
sys/sys/procdesc.h
107
struct filecaps *);
sys/sys/socketvar.h
474
struct filecaps;
sys/sys/socketvar.h
492
struct file **fpp, struct filecaps *havecaps);
sys/sys/syscallsubr.h
227
struct filecaps *fcaps);
sys/sys/syscallsubr.h
275
struct filecaps *fcaps1, struct filecaps *fcaps2);
sys/sys/syscallsubr.h
339
mode_t mode, struct filecaps *fcaps);
sys/sys/syscallsubr.h
341
mode_t mode, int shmflags, struct filecaps *fcaps,
sys/sys/syscallsubr.h
43
struct filecaps;