Searched refs:msglabel (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/security/mac_stub/ |
H A D | mac_stub.c | 1194 stub_sysvmsg_cleanup(struct label *msglabel) in stub_sysvmsg_cleanup() argument 1201 struct label *msqlabel, struct msg *msgptr, struct label *msglabel) in stub_sysvmsg_create() argument 1208 struct label *msglabel, struct msqid_kernel *msqkptr, in stub_sysvmsq_check_msgmsq() argument 1217 struct label *msglabel) in stub_sysvmsq_check_msgrcv() argument 1225 struct label *msglabel) in stub_sysvmsq_check_msgrmid() argument
|
/freebsd/sys/security/mac_test/ |
H A D | mac_test.c | 2144 test_sysvmsg_cleanup(struct label *msglabel) in test_sysvmsg_cleanup() argument 2147 LABEL_CHECK(msglabel, MAGIC_SYSV_MSG); in test_sysvmsg_cleanup() 2154 struct label *msqlabel, struct msg *msgptr, struct label *msglabel) in test_sysvmsg_create() argument 2157 LABEL_CHECK(msglabel, MAGIC_SYSV_MSG); in test_sysvmsg_create() 2182 struct label *msglabel, struct msqid_kernel *msqkptr, in test_sysvmsq_check_msgmsq() argument 2187 LABEL_CHECK(msglabel, MAGIC_SYSV_MSG); in test_sysvmsq_check_msgmsq() 2197 struct label *msglabel) in test_sysvmsq_check_msgrcv() argument 2200 LABEL_CHECK(msglabel, MAGIC_SYSV_MSG); in test_sysvmsq_check_msgrcv() 2210 struct label *msglabel) in test_sysvmsq_check_msgrmid() argument 2213 LABEL_CHECK(msglabel, MAGIC_SYSV_MSG); in test_sysvmsq_check_msgrmid()
|
/freebsd/sys/security/mac/ |
H A D | mac_policy.h | 506 typedef void (*mpo_sysvmsg_cleanup_t)(struct label *msglabel); 509 struct msg *msgptr, struct label *msglabel); 514 struct msg *msgptr, struct label *msglabel, 517 struct msg *msgptr, struct label *msglabel); 519 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()
|