Home
last modified time | relevance | path

Searched refs:i_str_from_val (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm.h230 char *i_str_from_val(int, ilbadm_val_type_t *);
H A Dilbadm_rules.c272 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()
H A Dilbadm_subr.c99 i_str_from_val(int val, ilbadm_val_type_t *types) in i_str_from_val() function