/solaris-userland/components/rabbitmq/ |
H A D | test.py | 83 env={"ERL_EPMD_PORT": str(epmd_port)})
|
/solaris-userland/components/openvswitch/files/lib/ |
H A D | util-solaris.c | 1255 flow_str2mac(const char *str, uchar_t *f, size_t maclen) argument 1260 if ((addr = _link_aton(str, &len)) == NULL) 1275 flow_str2addr(const char *str, in6_addr_t *f, int *afp) argument 1281 if (inet_pton(AF_INET, str, &v4addr.s_addr) == 1) { 1283 } else if (inet_pton(AF_INET6, str, v6addr.s6_addr) == 1) { 1331 char *str = NULL; local 1338 str = _link_ntoa(f, NULL, ETHERADDRL, IFT_ETHER); 1339 if (str != NULL) { 1342 (void) snprintf(buf, buf_len, "%s", str); 1346 free(str); 1425 flow_ofports2propstr(char *str, size_t strsize, uint32_t *ofports, int nofports) argument 1883 solaris_setether_action_to_str(char *str, size_t strsize, const struct ovs_key_ethernet *ek) argument 1910 solaris_setipv4_action_to_str(char *str, size_t strsize, const struct ovs_key_ipv4 *ipv4) argument 1943 solaris_setipv6_action_to_str(char *str, size_t strsize, const struct ovs_key_ipv6 *ipv6) argument 1976 solaris_settransport_action_to_str(char *str, size_t strsize, const char *key, uint16_t src, uint16_t dst) argument 1995 solaris_settnl_action_to_str(char *str, size_t strsize, const struct flow_tnl *tnl) argument 2035 char str[MAX_OF_ACTIONS_SIZE]; local [all...] |
/solaris-userland/tools/ |
H A D | userland-fetch | 49 print str(message) + " (" + str(code) + ")" 51 print str(e) 110 print str(err), 174 print "Error code: " + str(src.getcode()) 376 print str(err)
|
H A D | userland-unpack | 114 print str(err)
|
H A D | userland-mangler | 343 print str(err) 355 print "oops, %s: %s" % (arg, str(err))
|
H A D | bass-o-matic | 138 print str(err)
|
H A D | gen-components | 308 print str(err)
|
H A D | userland-incorporator | 209 fd.write(str(incorporations[incorporation_name]))
|
/solaris-userland/components/openstack/nova/files/ |
H A D | zone-vnc-console | 116 print "Using VNC server port: " + str(vncport) 131 str(vncport)] 291 cmd = [GTF, str(width), str(height), '60.0', '-x'] 383 "server on display :{0}".format(str(n), xfile))
|
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/ |
H A D | dsr.c | 642 str_is_digit(char *str) argument 647 for (i = 0; i < (int)strlen(str); i++) { 648 if (isdigit(str[i])) j++; 651 if (j == strlen(str))
|
/solaris-userland/components/ocaml/ |
H A D | Makefile | 81 UL_OCAML_ALLINCLUDES = $(UL_OCAML_INCLUDES) -I otherlibs/unix -I otherlibs/str -I otherlibs/dynlink 110 unix.cmxa str.cmxa natdynlink.ml ocamlplugininfo.ml \
|
/solaris-userland/components/openstack/neutron/files/agent/solaris/ |
H A D | net_lib.py | 104 if addrcheck and not self.ipaddr_exists(str(ll_addr), 108 str(ll_addr), self._ifname]
|
H A D | pf_firewall.py | 266 ip_prefix = str(netaddr.IPNetwork(ip).cidr)
|
/solaris-userland/components/openvswitch/files/ |
H A D | ovs-clean.py | 129 if pval == str("off"):
|
/solaris-userland/components/desktop/desktop-cache/files/ |
H A D | find_newer | 41 self.msg = "Error: " + str(msg) + "\n\n"
|
/solaris-userland/components/openstack/nova/files/solariszones/ |
H A D | driver.py | 234 return str(ex) 237 return str(ex) 238 error = [str(payload.code)] 239 if payload.str is not None and payload.str != '': 240 error.append(payload.str) 747 if not isinstance(uri, str): 766 ks_data[name] = getattr(data, KSTAT_TYPE[str(data.type)]) 774 value = getattr(data, KSTAT_TYPE[str(data.type)]) 792 value = getattr(data, KSTAT_TYPE[str(dat [all...] |
H A D | sysconfig.py | 143 if isinstance(nameservers, str):
|
/solaris-userland/components/openssl/openssl-fips/inline-t4/ |
H A D | e_aes.c | 114 ccm128_f str; member in struct:__anon17 423 cctx->str = enc ? (ccm128_f) aesni_ccm64_encrypt_blocks : 777 cctx->str = enc ? (ccm128_f) aes128_t4_ccm64_encrypt : 781 cctx->str = enc ? (ccm128_f) aes192_t4_ccm64_encrypt : 785 cctx->str = enc ? (ccm128_f) aes256_t4_ccm64_encrypt : 792 cctx->str = NULL; 1826 cctx->str = NULL; 1836 cctx->str = NULL; 1844 cctx->str = NULL; 1887 if (cctx->str [all...] |
/solaris-userland/components/docker/files/ |
H A D | docker-support | 104 for line in map(str.strip, output.splitlines()):
|
H A D | svc-docker | 88 if "does not exist" in str(e):
|
/solaris-userland/components/openstack/ironic/files/drivers/modules/ |
H A D | solaris_ipmitool.py | 258 protocol_version = str(info.get('ipmi_protocol_version', '2.0')) 398 args.append(str(num_tries)) 401 args.append(str(CONF.ipmi.min_command_interval)) 666 "count: %s" % (image_path, str(count))) 700 ref_count = str(int(ref_count) + count) 1006 LOG.debug("Image %s size: %s" % (url.netloc, str(size))) 1154 LOG.debug("Image %s size: %s" % (url.netloc, str(size))) 1356 self._error = str(err) 1839 profile_name = profile_prefix + str(profile_index)
|
/solaris-userland/components/openstack/neutron/files/services/vpn/device_drivers/ |
H A D | solaris_ipsec.py | 830 peer_cidr = str(site['peer_cidrs'][0]) 855 m = re.search('object already exists', str(stderr)) 876 if re.search('Interface already exists', str(stderr)): 901 m = re.search('entry exists', str(stderr))
|
/solaris-userland/components/openstack/horizon/files/ |
H A D | overrides.py | 131 metadata['bootargs_persist'] = str(data['bootargs_persist'])
|
/solaris-userland/components/open-fabrics/libibverbs/ |
H A D | solaris_compatibility.c | 1296 (void) strlcpy(info[i].cpu_name, knp->value.str.addr.ptr, 1297 knp->value.str.len);
|
/solaris-userland/components/openstack/neutron/files/agent/l3/ |
H A D | solaris_agent.py | 129 label = 'fip_%s' % str(fip_ip) 163 fip_cidr = str(fip_ip) + FLOATING_IP_CIDR_SUFFIX
|