| 223 | } |
| 224 | |
| 225 | const cap_rights_t * |
| 226 | cap_rights(struct filedesc *fdp, int fd) |
| 227 | { |
| 228 | |
| 229 | return (cap_rights_fde(&fdp->fd_ofiles[fd])); |
| 230 | } |
| 231 | |
| 232 | int |
| 233 | kern_cap_rights_limit(struct thread *td, int fd, cap_rights_t *rights) |
no test coverage detected