Lines Matching refs:cr_label
258 cr->cr_label = NULL; in cralloc_flags()
295 if (cr->cr_label) in crget()
296 label_hold(cr->cr_label); in crget()
363 if (cr->cr_label) in crfree()
364 label_rele(cr->cr_label); in crfree()
392 if (newcr->cr_label) in crcopy()
393 label_hold(newcr->cr_label); in crcopy()
420 if (newcr->cr_label) in crcopy_to()
421 label_hold(newcr->cr_label); in crcopy_to()
452 if (newcr->cr_label) in crdup_flags()
453 label_hold(newcr->cr_label); in crdup_flags()
484 if (newcr->cr_label) in crdup_to()
485 label_hold(newcr->cr_label); in crdup_to()
748 return (cr->cr_label ? in crgetlabel()
749 cr->cr_label : in crgetlabel()
1114 cr->cr_label = lbl; in newcred_from_bslabel()
1134 if (newcr->cr_label != NULL) in copycred_from_tslabel()
1135 label_rele(newcr->cr_label); in copycred_from_tslabel()
1137 newcr->cr_label = label; in copycred_from_tslabel()