Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac/
H A Dmac_policy.h520 typedef void (*mpo_sysvsem_cleanup_t)(struct label *semalabel);
522 struct semid_kernel *semakptr, struct label *semalabel);
/f-stack/freebsd/security/mac_stub/
H A Dmac_stub.c1262 stub_sysvsem_cleanup(struct label *semalabel) in stub_sysvsem_cleanup() argument
1269 struct label *semalabel) in stub_sysvsem_create() argument
/f-stack/freebsd/security/mac_biba/
H A Dmac_biba.c2712 biba_sysvsem_cleanup(struct label *semalabel) in biba_sysvsem_cleanup() argument
2715 bzero(SLOT(semalabel), sizeof(struct mac_biba)); in biba_sysvsem_cleanup()
2720 struct label *semalabel) in biba_sysvsem_create() argument
2725 dest = SLOT(semalabel); in biba_sysvsem_create()
/f-stack/freebsd/security/mac_mls/
H A Dmac_mls.c2345 mls_sysvsem_cleanup(struct label *semalabel) in mls_sysvsem_cleanup() argument
2348 bzero(SLOT(semalabel), sizeof(struct mac_mls)); in mls_sysvsem_cleanup()
2353 struct label *semalabel) in mls_sysvsem_create() argument
2358 dest = SLOT(semalabel); in mls_sysvsem_create()
/f-stack/freebsd/security/mac_test/
H A Dmac_test.c2293 test_sysvsem_cleanup(struct label *semalabel) in test_sysvsem_cleanup() argument
2296 LABEL_CHECK(semalabel, MAGIC_SYSV_SEM); in test_sysvsem_cleanup()
2303 struct label *semalabel) in test_sysvsem_create() argument
2306 LABEL_CHECK(semalabel, MAGIC_SYSV_SEM); in test_sysvsem_create()