Searched refs:m_label (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/auditreduce/ |
H A D | option.c | 1151 if ((m_label = malloc(sizeof (m_range_t))) == NULL) { in proc_label() 1154 m_label->lower_bound = NULL; in proc_label() 1155 m_label->upper_bound = NULL; in proc_label() 1160 if (str_to_label(optstr, &m_label->lower_bound, MAC_LABEL, in proc_label() 1168 m_label->upper_bound = m_label->lower_bound; in proc_label() 1173 if (str_to_label(ADMIN_LOW, &m_label->lower_bound, MAC_LABEL, in proc_label() 1181 if (str_to_label(ADMIN_HIGH, &m_label->upper_bound, in proc_label() 1186 if (str_to_label(p, &m_label->upper_bound, MAC_LABEL, in proc_label() 1198 if (str_to_label(optstr, &m_label->lower_bound, MAC_LABEL, in proc_label() 1208 if (str_to_label(ADMIN_HIGH, &m_label->upper_bound, in proc_label() [all …]
|
H A D | auditrd.h | 51 m_range_t *m_label; /* 'l' mandatory label range */ variable
|
H A D | auditrt.h | 177 extern m_range_t *m_label; /* 'l' mandatory label range */
|
H A D | token.c | 1980 if (blinrange(label, m_label)) in label_token()
|
/titanic_41/usr/src/man/man3tsol/ |
H A D | Makefile | 36 m_label.3tsol \ 106 m_label_alloc.3tsol := LINKSRC = m_label.3tsol 107 m_label_dup.3tsol := LINKSRC = m_label.3tsol 108 m_label_free.3tsol := LINKSRC = m_label.3tsol
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3tsol.inc | 32 file path=usr/share/man/man3tsol/m_label.3tsol 65 link path=usr/share/man/man3tsol/m_label_alloc.3tsol target=m_label.3tsol 66 link path=usr/share/man/man3tsol/m_label_dup.3tsol target=m_label.3tsol 67 link path=usr/share/man/man3tsol/m_label_free.3tsol target=m_label.3tsol
|