Searched refs:instance (Results 1 - 7 of 7) sorted by relevance
/solaris-userland/components/openstack/nova/files/solariszones/ |
H A D | driver.py | 109 help='Allow kernel boot options to be set in instance ' 160 # Required in order to create a zone VNC console SMF service instance 356 LOG.exception(_("Unable to initialize editing of instance '%s' " 377 "instance '%s' via zonemgr(3RAD): %s") 404 "instance '%s' via zonemgr(3RAD): %s") 429 LOG.exception(_("Unable to create new resource '%s' for instance " 445 LOG.exception(_("Unable to remove resource '%s' for instance '%s' " 459 "for instance '%s' via zonemgr(3RAD): %s") 471 An instance has an ID, which is the identifier chosen by Nova to represent 472 the instance furthe [all...] |
H A D | sysconfig.py | 39 instance = etree.SubElement(physical, "instance", enabled="true", 41 pg = etree.SubElement(instance, "property_group", type="application", 49 instance = etree.SubElement(install, "instance", enabled="true", 58 pg4 = etree.SubElement(instance, "property_group", 76 link = etree.SubElement(instance, "property_group", 88 pg6 = etree.SubElement(instance, "property_group", 100 pg6 = etree.SubElement(instance, "property_group", 125 pg = etree.SubElement(instance, "property_grou [all...] |
/solaris-userland/components/bind/Solaris/ |
H A D | dns-server.sh | 33 instance="$2" # %i 37 SMF_FMRI="svc:/network/dns/server:${instance}" 77 echo "$I: Unrecognised value in service instance property" >&2 166 echo "Usage: $I [stop|start] <instance>" >&2
|
/solaris-userland/components/openstack/neutron/files/services/vpn/device_drivers/ |
H A D | solaris_ipsec.py | 243 instance = rad_connection.get_object( 246 'instance': 'default'})) 247 instance.disable(False) 249 instance = rad_connection.get_object( 252 'instance': 'logger'})) 253 instance.disable(False) 255 instance = rad_connection.get_object( 258 'instance': 'default'})) 259 instance.disable(False) 261 instance [all...] |
/solaris-userland/components/openvswitch/files/lib/ |
H A D | netdev-solaris.c | 155 * An instance of a traffic control class. 1402 uint_t instance; local 1445 instance = 0; 1450 instance = zid; 1453 name, instance); 1480 name, instance); 1511 &instance)) { 1513 "mod/instance for %s\n", devname); 1519 modname, instance);
|
H A D | dpif-solaris.c | 417 uint_t instance; local 442 instance = 0; 447 instance = zid; 450 "kstat:/net/%s/link/%d", name, instance);
|
/solaris-userland/components/texinfo/ |
H A D | texi2html.pl | 609 $_ = &protect_html($_); # if node contains '&' for instance 695 &protect_html; # if setref contains '&' for instance 1026 # special case to allow @table @bullet for instance 2032 (you can for instance use the invisible.xbm file shipped with this program).
|
Completed in 37 milliseconds