Searched refs:fgetcap (Results 1 – 3 of 3) sorted by relevance
224 int fgetcap(struct thread *td, int fd, struct file **fpp);
277 error = fgetcap(td, uap->fd, &fp); in sys_cap_getrights()
2520 fgetcap(struct thread *td, int fd, struct file **fpp) in fgetcap() function