Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dcapsicum.h458 int cap_fcntl_check(struct filedesc *fdp, int fd, int cmd);
/freebsd/sys/kern/
H A Dsys_capability.c563 cap_fcntl_check(struct filedesc *fdp, int fd, int cmd) in cap_fcntl_check() function
H A Dkern_descrip.c3545 error = cap_fcntl_check(fdp, fd, needfcntl); in fget_fcntl()