Searched refs:msqlabel (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/security/mac/ |
| H A D | mac_policy.h | 485 struct msqid_kernel *msqkptr, struct label *msqlabel, 506 typedef void (*mpo_sysvmsq_cleanup_t)(struct label *msqlabel); 508 struct msqid_kernel *msqkptr, struct label *msqlabel);
|
| /f-stack/freebsd/security/mac_stub/ |
| H A D | mac_stub.c | 1162 struct label *msqlabel, struct msg *msgptr, struct label *msglabel) in stub_sysvmsg_create() argument 1225 stub_sysvmsq_cleanup(struct label *msqlabel) in stub_sysvmsq_cleanup() argument 1232 struct label *msqlabel) in stub_sysvmsq_create() argument
|
| /f-stack/freebsd/security/mac_test/ |
| H A D | mac_test.c | 2098 struct label *msqlabel, struct msg *msgptr, struct label *msglabel) in test_sysvmsg_create() argument 2102 LABEL_CHECK(msqlabel, MAGIC_SYSV_MSQ); in test_sysvmsg_create() 2218 test_sysvmsq_cleanup(struct label *msqlabel) in test_sysvmsq_cleanup() argument 2221 LABEL_CHECK(msqlabel, MAGIC_SYSV_MSQ); in test_sysvmsq_cleanup() 2228 struct msqid_kernel *msqkptr, struct label *msqlabel) in test_sysvmsq_create() argument 2231 LABEL_CHECK(msqlabel, MAGIC_SYSV_MSQ); in test_sysvmsq_create()
|
| /f-stack/freebsd/security/mac_biba/ |
| H A D | mac_biba.c | 2481 struct label *msqlabel, struct msg *msgptr, struct label *msglabel) in biba_sysvmsg_create() argument 2614 biba_sysvmsq_cleanup(struct label *msqlabel) in biba_sysvmsq_cleanup() argument 2617 bzero(SLOT(msqlabel), sizeof(struct mac_biba)); in biba_sysvmsq_cleanup() 2622 struct label *msqlabel) in biba_sysvmsq_create() argument 2627 dest = SLOT(msqlabel); in biba_sysvmsq_create()
|
| /f-stack/freebsd/security/mac_mls/ |
| H A D | mac_mls.c | 2114 struct label *msqlabel, struct msg *msgptr, struct label *msglabel) in mls_sysvmsg_create() argument 2247 mls_sysvmsq_cleanup(struct label *msqlabel) in mls_sysvmsq_cleanup() argument 2250 bzero(SLOT(msqlabel), sizeof(struct mac_mls)); in mls_sysvmsq_cleanup() 2255 struct label *msqlabel) in mls_sysvmsq_create() argument 2260 dest = SLOT(msqlabel); in mls_sysvmsq_create()
|