Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_pipe.c99 mac_pipe_copy_label(struct label *src, struct label *dest) in mac_pipe_copy_label() function
H A Dmac_internal.h256 void mac_pipe_copy_label(struct label *src, struct label *dest);
H A Dmac_syscalls.c283 mac_pipe_copy_label(pipe->pipe_pair->pp_label, intlabel); in sys___mac_get_fd()