Searched refs:port (Results 1 - 15 of 15) sorted by relevance

/solaris-userland-s11u3/components/openstack/neutron/files/agent/solaris/
H A Ddhcp.py161 """Create/update DHCP port for the host if needed and return port."""
172 for port in network.ports:
173 port_device_id = getattr(port, 'device_id', None)
174 port_device_owner = getattr(port, 'device_owner', None)
183 for fixed_ip in port.fixed_ips:
190 # we need to add those to the port and call update.
195 port.id, {'port': {'network_id': network.id,
200 dhcp_port = port
[all...]
H A Dinterface.py102 """Set the L3 settings for the interface using data from the port.
112 def get_device_name(self, port):
114 port.id)[:self.VNIC_NAME_LEN_WO_SUFFIX]
/solaris-userland-s11u3/components/visual-panels/apache/src/cmd/httpd/
H A Dhttp-vpanels64 # Add the given port to LISTEN_PORTS
166 port=`$SVCPROP -p ${vhost_name}/port ${SMF_FMRI}`
167 add_listen_port $port
168 echo "<VirtualHost *:${port}>" >>$APACHE_CONF
267 # Add a "Listen <port>" line for each uniqe port
271 # Add a "NameVirtualHost: *:<port>" line for each duplicate port
286 # rules for global port
[all...]
/solaris-userland-s11u3/components/openstack/neutron/files/agent/
H A Devs_l3_agent.py101 def internal_network_added(self, port):
102 internal_dlname = self.get_internal_device_name(port['id'])
104 self.driver.plug(port['tenant_id'], port['network_id'], port['id'],
106 ip_cidrs = common_utils.fixed_ip_cidrs(port['fixed_ips'])
110 # internal port from reaching other tenant's ports
111 block_pname = self._get_ippool_name(port['mac_address'])
116 allow_pname = self._get_ippool_name(port['mac_address'], '0')
120 # cidrs and at the same time add the new internal port'
[all...]
/solaris-userland-s11u3/components/visual-panels/firewall/src/java/vpanels/app/firewall/com/oracle/solaris/vp/panels/firewall/client/swing/
H A DOpenPortsTableModel.java91 // Transform a {proto}:port tuple to a three columns array of data
120 // {proto}:port tuple
125 String port = ((String) super.getValueAt(row, 2));
132 return (port);
135 return TCP_UDP_PREFIX.concat(port);
137 return (tcp.booleanValue() == true ? TCP_PREFIX.concat(port) :
138 UDP_PREFIX.concat(port));
/solaris-userland-s11u3/components/openstack/neutron/files/evs/
H A Dplugin.py361 for port in auto_created_ports:
363 evs.removeVPort(port['id'], "force=yes")
368 (port['id']))
595 def create_port(self, context, port):
596 """Creates a port(VPort) for a given network(EVS).
606 if port['port']['admin_state_up'] is False:
608 "port not supported"))
613 tenant_id = self._get_tenant_id_for_create(context, port['port'])
[all...]
/solaris-userland-s11u3/components/open-fabrics/rds-tools/
H A Drds.h338 #define RDS_CONG_MONITOR_BIT(port) \
339 (((unsigned int) port) % RDS_CONG_MONITOR_SIZE)
340 #define RDS_CONG_MONITOR_MASK(port) (1ULL << RDS_CONG_MONITOR_BIT(port))
/solaris-userland-s11u3/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_data_be.h184 enum psif_port port:1; member in struct:psif_wr_common
510 enum psif_port port:1; member in struct:psif_wr
1543 enum psif_port port:1; member in struct:psif_qp_path
1669 enum psif_port port:1; member in struct:psif_pcie_sqs_wr
2063 * The port_flags are only applicable for port type events. These are not set
2072 /* IB port number */
2073 enum psif_port port:1; member in struct:psif_eq_entry
2115 * CSR Query port structure
2118 /** port number */
2120 /** port stat
2450 u64 port:8; member in struct:psif_epsc_csr_set_lid
2463 u64 port:8; member in struct:psif_epsc_csr_set_gid
2474 u64 port:8; member in struct:psif_epsc_csr_set_eoib_mac
2486 enum psif_port port:1; member in struct:psif_epsc_csr_vlink_state
2509 u64 port:8; member in struct:psif_epsc_csr_query_table
2519 u32 port:8; member in struct:psif_epsc_csr_mc
2531 u16 port:8; member in struct:psif_epsc_csr_event
2558 u16 port:8; member in struct:psif_epsc_csr_modify_port
2706 enum psif_port port:1; member in struct:psif_epsc_csr_mad_process
2893 u32 port; member in struct:psif_epsc_csr_pma_counters
3040 struct psif_epsc_csr_modify_port port; member in union:psif_epsc_csr_details
3372 enum psif_port port:1; member in struct:psif_cq_entry
3479 enum psif_port port:1; member in struct:psif_ah
[all...]
/solaris-userland-s11u3/components/openstack/neutron/files/evs/migrate/
H A Devs-neutron-migration.py18 # This script migrates the network, subnet and port information from EVS DB to
102 def create_db_port(port):
105 @port - Dictionary with values from EVS DB
113 db_base_plugin_v2.NeutronDbPluginV2.create_port(inst, ctxt, port)
114 print "\nport=%s added" % port['port']['id']
116 print "\nport '%s' already exists" % port['port']['id']
278 port = {'port'
[all...]
/solaris-userland-s11u3/components/openssh/sources/
H A Daudit-solaris.c173 audit_connection_from(const char *host, int port) argument
184 "for %s:%d:%s", host, port, strerror(errno));
189 "for %s:%d:%s", host, port, strerror(errno));
195 "for %s:%d:%s", host, port, strerror(errno));
198 debug("adt audit_connection_from(%s, %d): peerfd=%d", host, port,
201 "peerfd=%d\n", getpid(), getuid(), geteuid(), host, port,
/solaris-userland-s11u3/components/openstack/neutron/
H A DMakefile52 07-floatingip-remove-port-on-failed-create.patch
/solaris-userland-s11u3/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c446 umad_cache_add(uint_t dev_num, int port, char *ibdev) argument
453 umad_dev_cache[dev_num].umc_port = port;
719 * Get the IB user verbs port info attributes for the specified device/port.
765 fprintf(stderr, "failed to query dev %p, port %d\n",
1235 } else if (strcmp(path, "port") == 0) {
1599 sol_ibv_query_port(struct ibv_context *context, uint8_t port, argument
1604 return (ibv_cmd_query_port(context, port, attr, &cmd, sizeof (cmd)));
/solaris-userland-s11u3/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py75 cfg.StrOpt('port',
77 help='SSH port to use.'),
247 port = info.get('ipmi_terminal_port')
256 if port:
258 port = int(port)
261 "IPMI terminal port is not an integer."))
314 'port': port,
1395 'port'
[all...]
/solaris-userland-s11u3/components/openstack/cinder/files/solaris/
H A Dzfs.py63 def connect_tls(host, port=12302, locale=None, ca_certs=None):
68 port int, target port (RAD_PORT_TLS = 12302)
87 sock.connect((host, port))
840 objects into the initiator. A discovery address is an IP address:port
977 """Get the FC port WWNs of the host."""
978 (out, _err) = self._execute('/usr/sbin/fcinfo', 'hba-port', '-t')
984 LOG.debug(_("Got the FC port WWN '%s'") % wwn)
1119 :target_wwn: the world wide name of the FC port target
/solaris-userland-s11u3/components/openstack/nova/files/solariszones/
H A Ddriver.py561 out, err = utils.execute('/usr/sbin/fcinfo', 'hba-port')
572 # Collect the following hba-port data:
577 # New HBA port entry
1097 # iscsi://<host>[:<port>]/target.<IQN>,lun.<LUN>
1131 # Invoke 'fcinfo remote-port' on all local HBA ports to trigger
1134 utils.execute('/usr/sbin/fcinfo', 'remote-port',
1240 # Strip off the port number (eg. 127.0.0.1:3260)
1347 port = network_plugin.show_port(port_uuid)['port']
1348 evs_uuid = port['network_i
[all...]

Completed in 55 milliseconds