Searched refs:fget_cap (Results 1 – 4 of 4) sorted by relevance
| /src/sys/sys/ |
| H A D | filedesc.h | 290 int fget_cap(struct thread *td, int fd, const cap_rights_t *needrightsp,
|
| /src/sys/fs/fdescfs/ |
| H A D | fdesc_vnops.c | 649 error = fget_cap(td, fd_fd, &cap_no_rights, NULL, &fp, NULL); in fdesc_readlink()
|
| /src/sys/kern/ |
| H A D | kern_descrip.c | 3077 fget_cap(struct thread *td, int fd, const cap_rights_t *needrightsp, in fget_cap() function 3118 fget_cap(struct thread *td, int fd, const cap_rights_t *needrightsp, in fget_cap() function 3334 error = fget_cap(td, ndp->ni_dirfd, &rights, &flags, &fp, in fgetvp_lookup() 3845 error = fget_cap(td, fd, needrightsp, NULL, &fp, &caps); in fgetvp_rights()
|
| H A D | uipc_syscalls.c | 94 error = fget_cap(td, fd, rightsp, NULL, &fp, havecapsp); in getsock_cap()
|