Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDfiledesc.h51 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 …]
HDsyscallsubr.h43 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,
HDprocdesc.h105 struct filecaps *);
HDnamei.h85 struct filecaps ni_filecaps; /* rights the *at base has */
HDfile.h77 struct filecaps;
297 struct filecaps *havecaps, struct vnode **vpp);
HDsocketvar.h477 struct filecaps;
494 struct file **fpp, struct filecaps *havecaps);
HDproc.h178 struct filecaps;
1128 struct filecaps *fr_pd_fcaps;
/freebsd-14-stable/sys/kern/
HDkern_descrip.c116 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 …]
HDuipc_syscalls.c91 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()
HDsys_procdesc.c238 int flags, struct filecaps *fcaps) in procdesc_falloc()
HDsys_pipe.c478 kern_pipe(struct thread *td, int fildes[2], int flags, struct filecaps *fcaps1, in kern_pipe()
479 struct filecaps *fcaps2) in kern_pipe()
HDuipc_shm.c1172 int shmflags, struct filecaps *fcaps, const char *name __unused) in kern_shm_open2()
2197 struct filecaps *caps) in kern_shm_open()
HDkern_event.c1088 kern_kqueue(struct thread *td, int flags, struct filecaps *fcaps) in kern_kqueue()
HDvfs_syscalls.c1129 struct filecaps *fcaps; in openatfp()
/freebsd-14-stable/sys/netinet/
HDsctp_syscalls.c144 struct filecaps fcaps; in sys_sctp_peeloff()