Lines Matching refs:ks_label
71 ks->ks_label = mac_posixsem_label_alloc(); in mac_posixsem_init()
73 ks->ks_label = NULL; in mac_posixsem_init()
88 if (ks->ks_label != NULL) { in mac_posixsem_destroy()
89 mac_posixsem_label_free(ks->ks_label); in mac_posixsem_destroy()
90 ks->ks_label = NULL; in mac_posixsem_destroy()
98 MAC_POLICY_PERFORM_NOSLEEP(posixsem_create, cred, ks, ks->ks_label); in mac_posixsem_create()
110 ks->ks_label); in mac_posixsem_check_open()
126 file_cred, ks, ks->ks_label); in mac_posixsem_check_getvalue()
143 ks, ks->ks_label); in mac_posixsem_check_post()
160 ks, ks->ks_label); in mac_posixsem_check_stat()
176 ks->ks_label); in mac_posixsem_check_unlink()
192 ks, ks->ks_label); in mac_posixsem_check_wait()
208 ks->ks_label, mode); in mac_posixsem_check_setmode()
224 ks->ks_label, uid, gid); in mac_posixsem_check_setowner()