MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mac_pipe_check_poll

Function mac_pipe_check_poll

freebsd/security/mac/mac_framework.h:218–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216#endif
217#define mac_pipe_check_poll_enabled() __predict_false(mac_pipe_check_poll_fp_flag)
218static inline int
219mac_pipe_check_poll(struct ucred *cred, struct pipepair *pp)
220{
221
222 if (mac_pipe_check_poll_enabled())
223 return (mac_pipe_check_poll_impl(cred, pp));
224 return (0);
225}
226
227#ifdef MAC
228extern bool mac_pipe_check_stat_fp_flag;

Callers 1

pipe_pollFunction · 0.85

Calls 1

mac_pipe_check_poll_implFunction · 0.85

Tested by

no test coverage detected