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

/freebsd-11-stable/sys/security/mac_partition/
H A Dmac_partition.c80 partition_check(struct label *subject, struct label *object) function
142 error = partition_check(cr1->cr_label, cr2->cr_label);
232 error = partition_check(cred->cr_label, inp->inp_cred->cr_label);
242 error = partition_check(cred->cr_label, p->p_ucred->cr_label);
252 error = partition_check(cred->cr_label, p->p_ucred->cr_label);
263 error = partition_check(cred->cr_label, p->p_ucred->cr_label);
274 error = partition_check(cred->cr_label, so->so_cred->cr_label);

Completed in 139 milliseconds