Searched refs:msglabel (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/security/mac_stub/ |
| H A D | mac_stub.c | 1294 stub_sysvmsg_cleanup(struct label *msglabel) in stub_sysvmsg_cleanup() argument 1301 struct label *msqlabel, struct msg *msgptr, struct label *msglabel) in stub_sysvmsg_create() argument 1308 struct label *msglabel, struct msqid_kernel *msqkptr, in stub_sysvmsq_check_msgmsq() argument 1317 struct label *msglabel) in stub_sysvmsq_check_msgrcv() argument 1325 struct label *msglabel) in stub_sysvmsq_check_msgrmid() argument
|
| /freebsd/sys/security/mac_test/ |
| H A D | mac_test.c | 2343 test_sysvmsg_cleanup(struct label *msglabel) in test_sysvmsg_cleanup() argument 2346 LABEL_CHECK(msglabel, MAGIC_SYSV_MSG); in test_sysvmsg_cleanup() 2353 struct label *msqlabel, struct msg *msgptr, struct label *msglabel) in test_sysvmsg_create() argument 2356 LABEL_CHECK(msglabel, MAGIC_SYSV_MSG); in test_sysvmsg_create() 2381 struct label *msglabel, struct msqid_kernel *msqkptr, in test_sysvmsq_check_msgmsq() argument 2386 LABEL_CHECK(msglabel, MAGIC_SYSV_MSG); in test_sysvmsq_check_msgmsq() 2396 struct label *msglabel) in test_sysvmsq_check_msgrcv() argument 2399 LABEL_CHECK(msglabel, MAGIC_SYSV_MSG); in test_sysvmsq_check_msgrcv() 2409 struct label *msglabel) in test_sysvmsq_check_msgrmid() argument 2412 LABEL_CHECK(msglabel, MAGIC_SYSV_MSG); in test_sysvmsq_check_msgrmid()
|
| /freebsd/sys/security/mac/ |
| H A D | mac_policy.h | 550 typedef void (*mpo_sysvmsg_cleanup_t)(struct label *msglabel); 553 struct msg *msgptr, struct label *msglabel); 558 struct msg *msgptr, struct label *msglabel, 561 struct msg *msgptr, struct label *msglabel); 563 struct msg *msgptr, struct label *msglabel);
|
| /freebsd/sys/security/mac_mls/ |
| H A D | mac_mls.c | 2102 mls_sysvmsg_cleanup(struct label *msglabel) in mls_sysvmsg_cleanup() argument 2105 bzero(SLOT(msglabel), sizeof(struct mac_mls)); in mls_sysvmsg_cleanup() 2110 struct label *msqlabel, struct msg *msgptr, struct label *msglabel) in mls_sysvmsg_create() argument 2116 dest = SLOT(msglabel); in mls_sysvmsg_create() 2123 struct label *msglabel) in mls_sysvmsq_check_msgrcv() argument 2131 obj = SLOT(msglabel); in mls_sysvmsq_check_msgrcv() 2141 struct label *msglabel) in mls_sysvmsq_check_msgrmid() argument 2149 obj = SLOT(msglabel); in mls_sysvmsq_check_msgrmid()
|
| /freebsd/sys/security/mac_biba/ |
| H A D | mac_biba.c | 2472 biba_sysvmsg_cleanup(struct label *msglabel) in biba_sysvmsg_cleanup() argument 2475 bzero(SLOT(msglabel), sizeof(struct mac_biba)); in biba_sysvmsg_cleanup() 2480 struct label *msqlabel, struct msg *msgptr, struct label *msglabel) in biba_sysvmsg_create() argument 2486 dest = SLOT(msglabel); in biba_sysvmsg_create() 2493 struct label *msglabel) in biba_sysvmsq_check_msgrcv() argument 2501 obj = SLOT(msglabel); in biba_sysvmsq_check_msgrcv() 2511 struct label *msglabel) in biba_sysvmsq_check_msgrmid() argument 2519 obj = SLOT(msglabel); in biba_sysvmsq_check_msgrmid()
|