Searched refs:msglabel (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/security/mac/ |
| H A D | mac_policy.h | 483 typedef void (*mpo_sysvmsg_cleanup_t)(struct label *msglabel); 486 struct msg *msgptr, struct label *msglabel); 491 struct msg *msgptr, struct label *msglabel, 494 struct msg *msgptr, struct label *msglabel); 496 struct msg *msgptr, struct label *msglabel);
|
| /f-stack/freebsd/security/mac_stub/ |
| H A D | mac_stub.c | 1155 stub_sysvmsg_cleanup(struct label *msglabel) in stub_sysvmsg_cleanup() argument 1162 struct label *msqlabel, struct msg *msgptr, struct label *msglabel) in stub_sysvmsg_create() argument 1169 struct label *msglabel, struct msqid_kernel *msqkptr, in stub_sysvmsq_check_msgmsq() argument 1178 struct label *msglabel) in stub_sysvmsq_check_msgrcv() argument 1186 struct label *msglabel) in stub_sysvmsq_check_msgrmid() argument
|
| /f-stack/freebsd/security/mac_test/ |
| H A D | mac_test.c | 2088 test_sysvmsg_cleanup(struct label *msglabel) in test_sysvmsg_cleanup() argument 2091 LABEL_CHECK(msglabel, MAGIC_SYSV_MSG); in test_sysvmsg_cleanup() 2098 struct label *msqlabel, struct msg *msgptr, struct label *msglabel) in test_sysvmsg_create() argument 2101 LABEL_CHECK(msglabel, MAGIC_SYSV_MSG); in test_sysvmsg_create() 2126 struct label *msglabel, struct msqid_kernel *msqkptr, in test_sysvmsq_check_msgmsq() argument 2131 LABEL_CHECK(msglabel, MAGIC_SYSV_MSG); in test_sysvmsq_check_msgmsq() 2141 struct label *msglabel) in test_sysvmsq_check_msgrcv() argument 2144 LABEL_CHECK(msglabel, MAGIC_SYSV_MSG); in test_sysvmsq_check_msgrcv() 2154 struct label *msglabel) in test_sysvmsq_check_msgrmid() argument 2157 LABEL_CHECK(msglabel, MAGIC_SYSV_MSG); in test_sysvmsq_check_msgrmid()
|
| /f-stack/freebsd/security/mac_biba/ |
| H A D | mac_biba.c | 2473 biba_sysvmsg_cleanup(struct label *msglabel) in biba_sysvmsg_cleanup() argument 2476 bzero(SLOT(msglabel), sizeof(struct mac_biba)); in biba_sysvmsg_cleanup() 2481 struct label *msqlabel, struct msg *msgptr, struct label *msglabel) in biba_sysvmsg_create() argument 2487 dest = SLOT(msglabel); in biba_sysvmsg_create() 2494 struct label *msglabel) in biba_sysvmsq_check_msgrcv() argument 2502 obj = SLOT(msglabel); in biba_sysvmsq_check_msgrcv() 2512 struct label *msglabel) in biba_sysvmsq_check_msgrmid() argument 2520 obj = SLOT(msglabel); in biba_sysvmsq_check_msgrmid()
|
| /f-stack/freebsd/security/mac_mls/ |
| H A D | mac_mls.c | 2106 mls_sysvmsg_cleanup(struct label *msglabel) in mls_sysvmsg_cleanup() argument 2109 bzero(SLOT(msglabel), sizeof(struct mac_mls)); in mls_sysvmsg_cleanup() 2114 struct label *msqlabel, struct msg *msgptr, struct label *msglabel) in mls_sysvmsg_create() argument 2120 dest = SLOT(msglabel); in mls_sysvmsg_create() 2127 struct label *msglabel) in mls_sysvmsq_check_msgrcv() argument 2135 obj = SLOT(msglabel); in mls_sysvmsq_check_msgrcv() 2145 struct label *msglabel) in mls_sysvmsq_check_msgrmid() argument 2153 obj = SLOT(msglabel); in mls_sysvmsq_check_msgrmid()
|