Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/sys/
HDcapsicum.h369 int cap_fcntl_check(struct filedesc *fdp, int fd, int cmd);
/freebsd-11-stable/sys/kern/
HDsys_capability.c517 cap_fcntl_check(struct filedesc *fdp, int fd, int cmd) in cap_fcntl_check() function
HDkern_descrip.c2751 error = cap_fcntl_check(fdp, fd, needfcntl); in fget_fcntl()