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

/freebsd-13-stable/sys/security/mac_partition/
H A Dmac_partition.c81 partition_check(struct label *subject, struct label *object) function
143 error = partition_check(cr1->cr_label, cr2->cr_label);
233 error = partition_check(cred->cr_label, inp->inp_cred->cr_label);
243 error = partition_check(cred->cr_label, p->p_ucred->cr_label);
253 error = partition_check(cred->cr_label, p->p_ucred->cr_label);
264 error = partition_check(cred->cr_label, p->p_ucred->cr_label);
275 error = partition_check(cred->cr_label, so->so_cred->cr_label);

Completed in 53 milliseconds