Searched refs:mac_labelzone_alloc (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/sys/security/mac/
H A Dmac_label.c119 mac_labelzone_alloc(int flags) function
H A Dmac_inet.c84 label = mac_labelzone_alloc(flag);
118 label = mac_labelzone_alloc(flag);
462 *label = mac_labelzone_alloc(M_NOWAIT);
H A Dmac_sysv_sem.c70 label = mac_labelzone_alloc(M_WAITOK);
H A Dmac_sysv_shm.c70 label = mac_labelzone_alloc(M_WAITOK);
H A Dmac_sysv_msg.c71 label = mac_labelzone_alloc(M_WAITOK);
91 label = mac_labelzone_alloc(M_WAITOK);
H A Dmac_inet6.c69 label = mac_labelzone_alloc(flag);
H A Dmac_posix_sem.c64 label = mac_labelzone_alloc(M_WAITOK);
H A Dmac_posix_shm.c63 label = mac_labelzone_alloc(M_WAITOK);
H A Dmac_net.c112 label = mac_labelzone_alloc(M_WAITOK);
132 label = mac_labelzone_alloc(M_WAITOK);
H A Dmac_socket.c109 label = mac_labelzone_alloc(flag);
131 label = mac_labelzone_alloc(flag);
H A Dmac_cred.c84 label = mac_labelzone_alloc(M_WAITOK);
H A Dmac_pipe.c68 label = mac_labelzone_alloc(M_WAITOK);
H A Dmac_process.c96 label = mac_labelzone_alloc(M_WAITOK);
H A Dmac_vfs.c94 label = mac_labelzone_alloc(M_WAITOK);
114 label = mac_labelzone_alloc(M_WAITOK);
134 label = mac_labelzone_alloc(M_WAITOK);
H A Dmac_internal.h206 struct label *mac_labelzone_alloc(int flags);

Completed in 77 milliseconds