Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dcapsicum.h450 int cap_ioctl_check(struct filedesc *fdp, int fd, u_long cmd);
/f-stack/freebsd/kern/
H A Dsys_capability.c360 cap_ioctl_check(struct filedesc *fdp, int fd, u_long cmd) in cap_ioctl_check() function
H A Dsys_generic.c755 if ((error = cap_ioctl_check(fdp, fd, com)) != 0) { in kern_ioctl()