Home
last modified time | relevance | path

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

/freebsd-head/sys/sys/
HDcapsicum.h459 int cap_fcntl_check(struct filedesc *fdp, int fd, int cmd);
/freebsd-head/sys/kern/
HDsys_capability.c564 cap_fcntl_check(struct filedesc *fdp, int fd, int cmd) in cap_fcntl_check() function
HDkern_descrip.c3586 error = cap_fcntl_check(fdp, fd, needfcntl); in fget_fcntl()