Searched defs:topo (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/ |
H A D | fabric-xlate.c | 38 #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 D | ilb_conn.h | 59 ilb_topo_impl_t topo; member in struct:ilb_rule_info_s
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | ilb.h | 105 ilb_topo_impl_t topo; member in struct:__anon4693
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ |
H A D | ilbd_hc.c | 1087 topo_2_str(ilb_topo_t topo) argument 1089 switch (topo) {
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/ |
H A D | ilbadm_rules.c | 52 {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 D | discovery.c | 552 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 D | map.c | 123 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 91 milliseconds