Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_framework.h284 #define mac_pipe_check_stat_enabled() __predict_false(mac_pipe_check_stat_fp_flag) macro
/freebsd/sys/kern/
H A Dsys_pipe.c1580 if (mac_pipe_check_stat_enabled()) { in pipe_stat()