Searched refs:l_to_str (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/tsol/tninfo/ |
H A D | tninfo.c | 93 l_to_str(const m_label_t *l, char **str, int ltype) in l_to_str() function 132 l_to_str(&tp.tp_def_label, &str, M_LABEL); in print_rhtp() 133 l_to_str(&tp.tp_def_label, &str2, M_INTERNAL); in print_rhtp() 142 l_to_str(&tp.tp_gw_sl_range.lower_bound, in print_rhtp() 144 l_to_str(&tp.tp_gw_sl_range.lower_bound, in print_rhtp() 151 l_to_str(&tp.tp_gw_sl_range.upper_bound, in print_rhtp() 153 l_to_str(&tp.tp_gw_sl_range.upper_bound, in print_rhtp() 166 l_to_str(l1, &str, M_LABEL); in print_rhtp() 179 l_to_str(&tp.tp_sl_range_cipso.lower_bound, in print_rhtp() 181 l_to_str(&tp.tp_sl_range_cipso.lower_bound, in print_rhtp() [all …]
|