Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dcapsicum.h479 int cap_ioctl_check(struct filedesc *fdp, int fd, u_long cmd);
/freebsd/sys/kern/
H A Dsys_capability.c357 cap_ioctl_check(struct filedesc *fdp, int fd, u_long cmd) in cap_ioctl_check() function
H A Dsys_generic.c760 if ((error = cap_ioctl_check(fdp, fd, com)) != 0) { in kern_ioctl()