Searched refs:bridge (Results 26 - 28 of 28) sorted by relevance

12

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Drstp.c47 #include <net/bridge.h>
90 * tear down the bridge so that we're not harming the network.
205 * the kernel will be forced to destroy the bridge state and
407 syslog(LOG_ERR, "%s: unable to refresh bridge properties: %s",
443 * the one that supplies us our bridge ID, then we must choose a new ID, and to
444 * do that we shut the bridge down and bring it back up.
459 syslog(LOG_NOTICE, "bridge ID must change: ID %s on %s changed "
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c435 cmn_err(CE_WARN, "%s: failed to find isa-bridge pci1039,8",
2018 * read host bridge revision
2020 dev_info_t *bridge; local
2023 if ((bridge = sfe_search_pci_dev(0x1039, 0x630)) == NULL) {
2025 "%s: cannot find host bridge (pci1039,630)",
2030 if (pci_config_setup(bridge, &bridge_handle) != DDI_SUCCESS) {
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c4383 * whether this link is part of a bridge that is running RSTP.
4391 char bridge[MAXLINKNAMELEN]; local
4395 if (dladm_bridge_getlink(handle, linkid, bridge,
4396 sizeof (bridge)) != DLADM_STATUS_OK ||
4397 dladm_bridge_get_properties(bridge, &cfg,

Completed in 282 milliseconds

12