Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_pipe.c146 mac_pipe_check_ioctl(struct ucred *cred, struct pipepair *pp, in mac_pipe_check_ioctl() function
H A Dmac_framework.h257 int mac_pipe_check_ioctl(struct ucred *cred, struct pipepair *pp,
/freebsd/sys/kern/
H A Dsys_pipe.c1392 error = mac_pipe_check_ioctl(active_cred, mpipe->pipe_pair, cmd, data); in pipe_ioctl()