Home
last modified time | relevance | path

Searched refs:mac_pipe_check_poll (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/security/mac/
H A Dmac_framework.h267 mac_pipe_check_poll(struct ucred *cred, struct pipepair *pp) in mac_pipe_check_poll() function
/freebsd/sys/kern/
H A Dsys_pipe.c1469 error = mac_pipe_check_poll(active_cred, rpipe->pipe_pair); in pipe_poll()