Searched defs:label2 (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/tsol/
H A Dblabel.c71 * Entry label1, label2 = label levels to compare.
82 blequal(const m_label_t *label1, const m_label_t *label2) argument
85 return (BLEQUAL(label1, label2));
93 * Entry label1, label2 = labels levels to compare.
97 * Returns True if label1 dominates label2,
104 bldominates(const m_label_t *label1, const m_label_t *label2) argument
107 return (BLDOMINATES(label1, label2));
115 * Entry label1, label2 = labels levels to compare.
119 * Returns True if label1 dominates and is not equal to label2,
126 blstrictdom(const m_label_t *label1, const m_label_t *label2) argument
208 blmaximum(m_label_t *label1, const m_label_t *label2) argument
228 blminimum(m_label_t *label1, const m_label_t *label2) argument
[all...]
/illumos-gate/usr/src/cmd/tsol/lslabels/
H A Dlslabels.c87 m_label_t *label2 = NULL; local
90 if (str_to_label(labelstr, &label2, MAC_LABEL,
100 m_label_free(label2);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_asp.c515 ip6_asp_labelcmp(const char *label1, const char *label2) argument
523 if (label1 == label2)
532 llptr2 = (int64_t *)label2;
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcheetah_copy.s701 #define FP_NOMIGRATE(label1, label2) \
707 ba label2/**/f ;\
712 label2: label
714 #define FP_ALLOWMIGRATE(label1, label2) \
720 ba label2/**/f ;\
724 brnz,pn %o1, label2/**/f ;\
728 brz,pt %o0, label2/**/f ;\
732 label2: label
H A Dopl_olympus_copy.s656 #define FP_NOMIGRATE(label1, label2) \
662 ba label2/**/f ;\
667 label2: label
669 #define FP_ALLOWMIGRATE(label1, label2) \
675 ba label2/**/f ;\
679 brnz,pn %o1, label2/**/f ;\
683 brz,pt %o0, label2/**/f ;\
687 label2: label
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dsc_gptwocfg.c147 char *label1, *label2; local
379 label2 = NULL;
384 label2 = "4300";
388 label2 = "5300";
392 label2 = "6300";
396 label2 = "7300";
404 label2 = "6300";
408 label2 = "7300";
421 if (label2) {
423 kmem_alloc(strlen(label2)
[all...]

Completed in 77 milliseconds