Home
last modified time | relevance | path

Searched refs:topo_types (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_rules.c216 extern ilbadm_val_type_t topo_types[];
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.c60 ilbadm_val_type_t topo_types[] = { variable
1028 rd->r_topo = i_val_from_str(val, &topo_types[0]); in i_store_val()