Home
last modified time | relevance | path

Searched refs:fgetcap (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/sys/
Dfile.h224 int fgetcap(struct thread *td, int fd, struct file **fpp);
/freebsd-9-stable/sys/kern/
Dsys_capability.c277 error = fgetcap(td, uap->fd, &fp); in sys_cap_getrights()
Dkern_descrip.c2520 fgetcap(struct thread *td, int fd, struct file **fpp) in fgetcap() function