Searched refs:msqlabel (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/security/mac_stub/ |
H A D | mac_stub.c | 1201 struct label *msqlabel, struct msg *msgptr, struct label *msglabel) in stub_sysvmsg_create() argument 1264 stub_sysvmsq_cleanup(struct label *msqlabel) in stub_sysvmsq_cleanup() argument 1271 struct label *msqlabel) in stub_sysvmsq_create() argument
|
/freebsd/sys/security/mac_test/ |
H A D | mac_test.c | 2154 struct label *msqlabel, struct msg *msgptr, struct label *msglabel) in test_sysvmsg_create() argument 2158 LABEL_CHECK(msqlabel, MAGIC_SYSV_MSQ); in test_sysvmsg_create() 2274 test_sysvmsq_cleanup(struct label *msqlabel) in test_sysvmsq_cleanup() argument 2277 LABEL_CHECK(msqlabel, MAGIC_SYSV_MSQ); in test_sysvmsq_cleanup() 2284 struct msqid_kernel *msqkptr, struct label *msqlabel) in test_sysvmsq_create() argument 2287 LABEL_CHECK(msqlabel, MAGIC_SYSV_MSQ); in test_sysvmsq_create()
|
/freebsd/sys/security/mac/ |
H A D | mac_policy.h | 508 struct msqid_kernel *msqkptr, struct label *msqlabel, 529 typedef void (*mpo_sysvmsq_cleanup_t)(struct label *msqlabel); 531 struct msqid_kernel *msqkptr, struct label *msqlabel);
|
/freebsd/sys/security/mac_mls/ |
H A D | mac_mls.c | 2110 struct label *msqlabel, struct msg *msgptr, struct label *msglabel) in mls_sysvmsg_create() argument 2243 mls_sysvmsq_cleanup(struct label *msqlabel) in mls_sysvmsq_cleanup() argument 2246 bzero(SLOT(msqlabel), sizeof(struct mac_mls)); in mls_sysvmsq_cleanup() 2251 struct label *msqlabel) in mls_sysvmsq_create() argument 2256 dest = SLOT(msqlabel); in mls_sysvmsq_create()
|
/freebsd/sys/security/mac_biba/ |
H A D | mac_biba.c | 2480 struct label *msqlabel, struct msg *msgptr, struct label *msglabel) in biba_sysvmsg_create() argument 2613 biba_sysvmsq_cleanup(struct label *msqlabel) in biba_sysvmsq_cleanup() argument 2616 bzero(SLOT(msqlabel), sizeof(struct mac_biba)); in biba_sysvmsq_cleanup() 2621 struct label *msqlabel) in biba_sysvmsq_create() argument 2626 dest = SLOT(msqlabel); in biba_sysvmsq_create()
|