Searched refs:filecaps (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14-stable/sys/sys/ |
| HD | filedesc.h | 51 struct filecaps { struct 60 struct filecaps fde_caps; /* per-descriptor rights */ argument 234 filecaps_init(struct filecaps *fcaps) in filecaps_init() 240 bool filecaps_copy(const struct filecaps *src, struct filecaps *dst, 242 void filecaps_move(struct filecaps *src, struct filecaps *dst); 243 void filecaps_free(struct filecaps *fcaps); 251 int flags, struct filecaps *fcaps); 256 struct filecaps *fcaps); 258 struct filecaps *fcaps); 260 struct filecaps *fcaps); [all …]
|
| HD | syscallsubr.h | 43 struct filecaps; 214 int kern_kqueue(struct thread *td, int flags, struct filecaps *fcaps); 264 struct filecaps *fcaps1, struct filecaps *fcaps2); 328 mode_t mode, struct filecaps *fcaps); 330 mode_t mode, int shmflags, struct filecaps *fcaps,
|
| HD | procdesc.h | 105 struct filecaps *);
|
| HD | namei.h | 85 struct filecaps ni_filecaps; /* rights the *at base has */
|
| HD | file.h | 77 struct filecaps; 297 struct filecaps *havecaps, struct vnode **vpp);
|
| HD | socketvar.h | 477 struct filecaps; 494 struct file **fpp, struct filecaps *havecaps);
|
| HD | proc.h | 178 struct filecaps; 1128 struct filecaps *fr_pd_fcaps;
|
| /freebsd-14-stable/sys/kern/ |
| HD | kern_descrip.c | 116 static u_long *filecaps_copy_prep(const struct filecaps *src); 117 static void filecaps_copy_finish(const struct filecaps *src, 118 struct filecaps *dst, u_long *ioctls); 119 static u_long *filecaps_free_prep(struct filecaps *fcaps); 1734 filecaps_copy(const struct filecaps *src, struct filecaps *dst, bool locked) in filecaps_copy() 1754 filecaps_copy_prep(const struct filecaps *src) in filecaps_copy_prep() 1771 filecaps_copy_finish(const struct filecaps *src, struct filecaps *dst, in filecaps_copy_finish() 1791 filecaps_move(struct filecaps *src, struct filecaps *dst) in filecaps_move() 1802 filecaps_fill(struct filecaps *fcaps) in filecaps_fill() 1815 filecaps_free_ioctl(struct filecaps *fcaps) in filecaps_free_ioctl() [all …]
|
| HD | uipc_syscalls.c | 91 struct file **fpp, struct filecaps *havecapsp) in getsock_cap() 334 struct filecaps fcaps; in kern_accept4() 1239 struct filecaps fcaps; in kern_setsockopt() 1306 struct filecaps fcaps; in kern_getsockopt()
|
| HD | sys_procdesc.c | 238 int flags, struct filecaps *fcaps) in procdesc_falloc()
|
| HD | sys_pipe.c | 478 kern_pipe(struct thread *td, int fildes[2], int flags, struct filecaps *fcaps1, in kern_pipe() 479 struct filecaps *fcaps2) in kern_pipe()
|
| HD | uipc_shm.c | 1172 int shmflags, struct filecaps *fcaps, const char *name __unused) in kern_shm_open2() 2197 struct filecaps *caps) in kern_shm_open()
|
| HD | kern_event.c | 1088 kern_kqueue(struct thread *td, int flags, struct filecaps *fcaps) in kern_kqueue()
|
| HD | vfs_syscalls.c | 1129 struct filecaps *fcaps; in openatfp()
|
| /freebsd-14-stable/sys/netinet/ |
| HD | sctp_syscalls.c | 144 struct filecaps fcaps; in sys_sctp_peeloff()
|