Searched refs:i_str_from_val (Results 1 – 3 of 3) sorted by relevance
230 char *i_str_from_val(int, ilbadm_val_type_t *);
272 char *s = i_str_from_val((int)algo, &algo_types[0]); in algo2str()280 char *s = i_str_from_val((int)algo, &algo_types[0]); in algo2bare_str()288 char *s = i_str_from_val((int)topo, &topo_types[0]); in topo2str()296 char *s = i_str_from_val((int)topo, &topo_types[0]); in topo2bare_str()
99 i_str_from_val(int val, ilbadm_val_type_t *types) in i_str_from_val() function