Home
last modified time | relevance | path

Searched refs:msqlabel (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/sys/security/mac_stub/
Dmac_stub.c1161 struct label *msqlabel, struct msg *msgptr, struct label *msglabel) in stub_sysvmsg_create() argument
1229 stub_sysvmsq_cleanup(struct label *msqlabel) in stub_sysvmsq_cleanup() argument
1236 struct label *msqlabel) in stub_sysvmsq_create() argument
/freebsd-12-stable/sys/security/mac/
Dmac_policy.h485 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);
/freebsd-12-stable/sys/security/mac_test/
Dmac_test.c2096 struct label *msqlabel, struct msg *msgptr, struct label *msglabel) in test_sysvmsg_create() argument
2100 LABEL_CHECK(msqlabel, MAGIC_SYSV_MSQ); in test_sysvmsg_create()
2216 test_sysvmsq_cleanup(struct label *msqlabel) in test_sysvmsq_cleanup() argument
2219 LABEL_CHECK(msqlabel, MAGIC_SYSV_MSQ); in test_sysvmsq_cleanup()
2226 struct msqid_kernel *msqkptr, struct label *msqlabel) in test_sysvmsq_create() argument
2229 LABEL_CHECK(msqlabel, MAGIC_SYSV_MSQ); in test_sysvmsq_create()
/freebsd-12-stable/sys/security/mac_biba/
Dmac_biba.c2480 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()
/freebsd-12-stable/sys/security/mac_mls/
Dmac_mls.c2113 struct label *msqlabel, struct msg *msgptr, struct label *msglabel) in mls_sysvmsg_create() argument
2246 mls_sysvmsq_cleanup(struct label *msqlabel) in mls_sysvmsq_cleanup() argument
2249 bzero(SLOT(msqlabel), sizeof(struct mac_mls)); in mls_sysvmsq_cleanup()
2254 struct label *msqlabel) in mls_sysvmsq_create() argument
2259 dest = SLOT(msqlabel); in mls_sysvmsq_create()