Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c360 } topo_tbl[] = { variable
366 #define ILBD_TOPO_TBL_SIZE (sizeof (topo_tbl) / \
367 sizeof (*topo_tbl))
375 if (topo_type == topo_tbl[i].topo_type) { in ilbd_topo_to_str()
376 (void) strlcpy(valstr, topo_tbl[i].topo_str, in ilbd_topo_to_str()
390 if (strcmp(valstr, topo_tbl[i].topo_str) == 0) { in ilbd_scf_str_to_topo()
391 *topo_type = topo_tbl[i].topo_type; in ilbd_scf_str_to_topo()