Lines Matching defs:file_cred
1308 test_posixsem_check_getvalue(struct ucred *active_cred, struct ucred *file_cred,
1313 LABEL_CHECK(file_cred->cr_label, MAGIC_CRED);
1335 test_posixsem_check_post(struct ucred *active_cred, struct ucred *file_cred,
1340 LABEL_CHECK(file_cred->cr_label, MAGIC_CRED);
1374 struct ucred *file_cred, struct ksem *ks, struct label *kslabel)
1378 LABEL_CHECK(file_cred->cr_label, MAGIC_CRED);
1399 test_posixsem_check_wait(struct ucred *active_cred, struct ucred *file_cred,
1404 LABEL_CHECK(file_cred->cr_label, MAGIC_CRED);
1476 struct ucred *file_cred, struct shmfd *shm, struct label *shmlabel)
1480 if (file_cred != NULL)
1481 LABEL_CHECK(file_cred->cr_label, MAGIC_CRED);
1515 struct ucred *file_cred, struct shmfd *shmfd, struct label *shmfdlabel)
1519 LABEL_CHECK(file_cred->cr_label, MAGIC_CRED);
1528 struct ucred *file_cred, struct shmfd *shmfd, struct label *shmfdlabel)
1532 LABEL_CHECK(file_cred->cr_label, MAGIC_CRED);
1553 struct ucred *file_cred, struct shmfd *shm, struct label *shmlabel)
1557 if (file_cred != NULL)
1558 LABEL_CHECK(file_cred->cr_label, MAGIC_CRED);
2691 test_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred,
2696 if (file_cred != NULL)
2697 LABEL_CHECK(file_cred->cr_label, MAGIC_CRED);
2706 test_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred,
2711 if (file_cred != NULL)
2712 LABEL_CHECK(file_cred->cr_label, MAGIC_CRED);
2882 test_vnode_check_stat(struct ucred *active_cred, struct ucred *file_cred,
2887 if (file_cred != NULL)
2888 LABEL_CHECK(file_cred->cr_label, MAGIC_CRED);
2913 struct ucred *file_cred, struct vnode *vp, struct label *vplabel)
2917 if (file_cred != NULL)
2918 LABEL_CHECK(file_cred->cr_label, MAGIC_CRED);