Searched refs:msglabel (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/security/mac_test/
H A Dmac_test.c2097 test_sysvmsg_cleanup(struct label *msglabel) argument
2100 LABEL_CHECK(msglabel, MAGIC_SYSV_MSG);
2107 struct label *msqlabel, struct msg *msgptr, struct label *msglabel)
2110 LABEL_CHECK(msglabel, MAGIC_SYSV_MSG);
2135 struct label *msglabel, struct msqid_kernel *msqkptr,
2140 LABEL_CHECK(msglabel, MAGIC_SYSV_MSG);
2150 struct label *msglabel)
2153 LABEL_CHECK(msglabel, MAGIC_SYSV_MSG);
2163 struct label *msglabel)
2166 LABEL_CHECK(msglabel, MAGIC_SYSV_MS
2106 test_sysvmsg_create(struct ucred *cred, struct msqid_kernel *msqkptr, struct label *msqlabel, struct msg *msgptr, struct label *msglabel) argument
2134 test_sysvmsq_check_msgmsq(struct ucred *cred, struct msg *msgptr, struct label *msglabel, struct msqid_kernel *msqkptr, struct label *msqklabel) argument
2149 test_sysvmsq_check_msgrcv(struct ucred *cred, struct msg *msgptr, struct label *msglabel) argument
2162 test_sysvmsq_check_msgrmid(struct ucred *cred, struct msg *msgptr, struct label *msglabel) argument
[all...]
/freebsd-10.2-release/sys/security/mac/
H A Dmac_policy.h487 typedef void (*mpo_sysvmsg_cleanup_t)(struct label *msglabel);
490 struct msg *msgptr, struct label *msglabel);
495 struct msg *msgptr, struct label *msglabel,
498 struct msg *msgptr, struct label *msglabel);
500 struct msg *msgptr, struct label *msglabel);
/freebsd-10.2-release/sys/security/mac_stub/
H A Dmac_stub.c1161 stub_sysvmsg_cleanup(struct label *msglabel) argument
1168 struct label *msqlabel, struct msg *msgptr, struct label *msglabel)
1175 struct label *msglabel, struct msqid_kernel *msqkptr,
1184 struct label *msglabel)
1193 struct label *msglabel)
1167 stub_sysvmsg_create(struct ucred *cred, struct msqid_kernel *msqkptr, struct label *msqlabel, struct msg *msgptr, struct label *msglabel) argument
1174 stub_sysvmsq_check_msgmsq(struct ucred *cred, struct msg *msgptr, struct label *msglabel, struct msqid_kernel *msqkptr, struct label *msqklabel) argument
1183 stub_sysvmsq_check_msgrcv(struct ucred *cred, struct msg *msgptr, struct label *msglabel) argument
1192 stub_sysvmsq_check_msgrmid(struct ucred *cred, struct msg *msgptr, struct label *msglabel) argument
/freebsd-10.2-release/sys/security/mac_biba/
H A Dmac_biba.c2493 biba_sysvmsg_cleanup(struct label *msglabel) argument
2496 bzero(SLOT(msglabel), sizeof(struct mac_biba));
2501 struct label *msqlabel, struct msg *msgptr, struct label *msglabel)
2507 dest = SLOT(msglabel);
2514 struct label *msglabel)
2522 obj = SLOT(msglabel);
2532 struct label *msglabel)
2540 obj = SLOT(msglabel);
2500 biba_sysvmsg_create(struct ucred *cred, struct msqid_kernel *msqkptr, struct label *msqlabel, struct msg *msgptr, struct label *msglabel) argument
2513 biba_sysvmsq_check_msgrcv(struct ucred *cred, struct msg *msgptr, struct label *msglabel) argument
2531 biba_sysvmsq_check_msgrmid(struct ucred *cred, struct msg *msgptr, struct label *msglabel) argument
/freebsd-10.2-release/sys/security/mac_mls/
H A Dmac_mls.c2119 mls_sysvmsg_cleanup(struct label *msglabel) argument
2122 bzero(SLOT(msglabel), sizeof(struct mac_mls));
2127 struct label *msqlabel, struct msg *msgptr, struct label *msglabel)
2133 dest = SLOT(msglabel);
2140 struct label *msglabel)
2148 obj = SLOT(msglabel);
2158 struct label *msglabel)
2166 obj = SLOT(msglabel);
2126 mls_sysvmsg_create(struct ucred *cred, struct msqid_kernel *msqkptr, struct label *msqlabel, struct msg *msgptr, struct label *msglabel) argument
2139 mls_sysvmsq_check_msgrcv(struct ucred *cred, struct msg *msgptr, struct label *msglabel) argument
2157 mls_sysvmsq_check_msgrmid(struct ucred *cred, struct msg *msgptr, struct label *msglabel) argument

Completed in 115 milliseconds