Searched defs:topo (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfabric-xlate.c38 #define XMLTOPOFILE "/var/run/fab-xlate-topo.xml"
60 fmd_hdl_debug(hdl, "Failed to remove XML topo file\n");
65 fmd_hdl_debug(hdl, "Failed to create XML topo file\n");
72 fmd_hdl_debug(hdl, "Failed to open XML topo file\n");
78 fmd_hdl_debug(hdl, "Failed to hold topo\n");
84 fmd_hdl_debug(hdl, "Failed to get XML topo\n");
143 fab_topo(fmd_hdl_t *hdl, topo_hdl_t *topo) argument
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_conn.h59 ilb_topo_impl_t topo; member in struct:ilb_rule_info_s
/illumos-gate/usr/src/uts/common/inet/
H A Dilb.h105 ilb_topo_impl_t topo; member in struct:__anon4693
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_hc.c1087 topo_2_str(ilb_topo_t topo) argument
1089 switch (topo) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_rules.c52 {ILB_KEY_TYPE, "type", "topo"},
286 topo2str(ilb_topo_t topo, char *buf, int sz) argument
288 char *s = i_str_from_val((int)topo, &topo_types[0]);
294 topo2bare_str(ilb_topo_t topo, char *buf, int sz) argument
296 char *s = i_str_from_val((int)topo, &topo_types[0]);
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c552 char topo[24], speed[4]; local
569 fct_li_to_txt(li, topo, speed);
572 topo, speed);
590 /* Skip next level if topo is not N2N */
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c123 uint_t topo; member in struct:impl_map_dev
2462 impl_map->topo = hba_port_top;
2689 impl_map->topo = hba_port_top;
2852 *topology = impl_map->topo;

Completed in 85 milliseconds