Searched refs:name (Results 1 - 25 of 249) sorted by relevance

12345678910

/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/smf/
H A DMissingScfDataException.java17 * information: Portions Copyright [yyyy] [name of copyright owner]
34 private String name; field in class:MissingScfDataException
40 public MissingScfDataException(String name) { argument
41 super(name);
42 init(name);
45 public MissingScfDataException(String name, String message) { argument
47 init(name);
50 public MissingScfDataException(String name, Throwable cause) { argument
52 init(name);
55 public MissingScfDataException(String name, Strin argument
74 init(String name) argument
[all...]
H A DInvalidScfDataException.java17 * information: Portions Copyright [yyyy] [name of copyright owner]
34 private String name; field in class:InvalidScfDataException
41 public InvalidScfDataException(String name, String value) { argument
42 init(name, value);
45 public InvalidScfDataException(String name, String value, String message) { argument
47 init(name, value);
50 public InvalidScfDataException(String name, String value, Throwable cause) { argument
52 init(name, value);
55 public InvalidScfDataException(String name, String value, String message, argument
59 init(name, valu
78 init(String name, String value) argument
[all...]
H A DSimpleSmfPropertyInfo.java17 * information: Portions Copyright [yyyy] [name of copyright owner]
36 private String name; field in class:SimpleSmfPropertyInfo
42 public SimpleSmfPropertyInfo(SmfPropertyGroupInfo info, String name) { argument
44 this.name = name;
47 public SimpleSmfPropertyInfo(HasService info, String group, String name) argument
49 this(new SimpleSmfPropertyGroupInfo(info, group), name);
53 String name) {
54 this(new SimpleHasService(service), group, name);
81 return name;
52 SimpleSmfPropertyInfo(ServiceBean service, String group, String name) argument
[all...]
/solaris-userland-s11u3/components/samba/Solaris/include/samfs/
H A Dlib.h26 * information: Portions Copyright [yyyy] [name of copyright owner]
50 int sam_archive(const char *name, const char *opns);
51 int sam_unarchive(const char *name, int num_opts, ...);
52 int sam_rearch(const char *name, int num_opts, ...);
53 int sam_unrearch(const char *name, int num_opts, ...);
54 int sam_exarchive(const char *name, int num_opts, ...);
55 int sam_damage(const char *name, int num_opts, ...);
56 int sam_undamage(const char *name, int num_opts, ...);
58 int sam_cancelstage(const char *name);
60 int sam_release(const char *name, cons
[all...]
/solaris-userland-s11u3/components/openstack/nova/files/solariszones/
H A Dsysconfig.py34 name="openstack")
38 type="service", name="network/physical")
40 name="default")
42 name="netcfg")
43 etree.SubElement(pg, "propval", type="astring", name="active_ncp",
48 type="service", name="network/install")
50 name="default")
60 name="install_ipv4_interface_%d" % netid)
61 etree.SubElement(pg4, "propval", type="astring", name="address_type",
66 name
[all...]
/solaris-userland-s11u3/components/foomatic/filters/Solaris/
H A Dwecho.sh17 # information: Portions Copyright [yyyy] [name of copyright owner]
52 while getopts en name
54 case $name in
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/etherstub/
H A Dsolaris.rb17 # information: Portions Copyright [yyyy] [name of copyright owner]
36 new(:name => link, :ensure => :present)
53 resources.keys.each do |name|
54 if provider = etherstubs.find{ |etherstub| etherstub.name == name}
55 resources[name].provider = provider
65 dladm("create-etherstub", add_options, @resource[:name])
69 dladm("delete-etherstub", add_options, @resource[:name])
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/ipmp_interface/
H A Dsolaris.rb17 # information: Portions Copyright [yyyy] [name of copyright owner]
35 name, linkclass, over = line.strip().split(":", 3)
37 ifaces << new(:name => name.strip(),
49 resources.keys.each do |name|
50 if provider = ifaces.find{ |iface| iface.name == name}
51 resources[name].provider = provider
74 ipadm("add-ipmp", add_list, @resource[:name])
78 ipadm("remove-ipmp", remove_list, @resource[:name])
[all...]
/solaris-userland-s11u3/components/openstack/cinder/files/zfssa/
H A Dcinder.akwf18 name: 'Configuration for OpenStack Cinder Driver',
23 name: {
81 var msg = 'User ' + params.name;
85 run('select ' + params.name);
88 run('user ' + params.name);
92 run('select ' + params.name);
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/ip_interface/
H A Dsolaris.rb17 # information: Portions Copyright [yyyy] [name of copyright owner]
35 new(:name => ifname,
50 "\n").include? @resource[:name]
54 ipadm('create-ip', add_options, @resource[:name])
58 ipadm('delete-ip', @resource[:name])
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/ip_tunnel/
H A Dsolaris.rb17 # information: Portions Copyright [yyyy] [name of copyright owner]
36 new(:name => link,
49 resources.keys.each do |name|
50 if provider = ip_tunnels.find{ |ip_tunnel| ip_tunnel.name == name}
51 resources[name].provider = provider
65 dladm("modify-iptun", "-a", "local=#{value}", @resource[:name])
69 dladm("modify-iptun", "-a", "remote=#{value}", @resource[:name])
97 dladm('create-iptun', add_options, @resource[:name])
101 dladm('delete-iptun', @resource[:name])
[all...]
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/pkg_mediator/
H A Dsolaris.rb17 # information: Portions Copyright [yyyy] [name of copyright owner]
34 name, ver_src, version, impl_src, impl, impl_ver = line.split("\t")
43 new(:name => name,
55 resources.keys.each do |name|
56 if provider = mediators.find{ |mediator| mediator.name == name}
57 resources[name].provider = provider
93 pkg("set-mediator", build_flags, @resource[:name])
97 pkg("unset-mediator", build_flags, @resource[:name])
[all...]
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/solaris_vlan/
H A Dsolaris.rb17 # information: Portions Copyright [yyyy] [name of copyright owner]
36 new(:name => link,
48 resources.keys.each do |name|
49 if provider = vlans.find{ |vlan| vlan.name == name}
50 resources[name].provider = provider
60 dladm("modify-vlan", "-l", value, @resource[:name])
68 dladm("modify-vlan", "-v", value, @resource[:name])
88 "-v", @resource[:vlanid], @resource[:name])
92 dladm("delete-vlan", add_options, @resource[:name])
[all...]
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/vnic/
H A Dsolaris.rb17 # information: Portions Copyright [yyyy] [name of copyright owner]
36 new(:name => link,
48 resources.keys.each do |name|
49 if provider = vnics.find{ |vnic| vnic.name == name}
50 resources[name].provider = provider
60 dladm("modify-vnic", "-l", value, @resource[:name])
68 dladm("modify-vnic", "-m", value, @resource[:name])
89 @resource[:name])
93 dladm('delete-vnic', @resource[:name])
[all...]
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/finder/
H A DResourceFinder.java17 * information: Portions Copyright [yyyy] [name of copyright owner]
60 * Return a resource URL for the given resource name. All packages in the
71 * @param name
72 * the name of the resource
75 * this name is found
77 public URL getResource(ClassLoader loader, String pkg, String name) { argument
79 name = name.replaceFirst("^/+|/+$", "");
89 String path = dir + name;
108 path += name;
135 getResource(String pkg, String name) argument
151 getResource(String name) argument
[all...]
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/
H A DAggregateAction.java17 * information: Portions Copyright [yyyy] [name of copyright owner]
47 public AggregateAction(String name) { argument
48 super(name);
51 public AggregateAction(String name, Icon icon) { argument
52 super(name, icon);
/solaris-userland-s11u3/components/visual-panels/usermgr/src/java/vpanels/app/usermgr/com/oracle/solaris/vp/panels/usermgr/client/swing/
H A DAuthAttrModelEntry.java17 * information: Portions Copyright [yyyy] [name of copyright owner]
40 * The instance contains the name of the authorization right or header,
60 private String name; // Authorization name field in class:AuthAttrModelEntry
83 this.name = authAttr.getAuthName();
95 * @param authName The authorization name.
103 this.name = authName;
118 * Return the authorizatino name. If the name ends with a period, it is
119 * an authorization set header name; otherwis
[all...]
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/link_aggregation/
H A Dsolaris.rb17 # information: Portions Copyright [yyyy] [name of copyright owner]
46 new(:name => link,
62 resources.keys.each do |name|
63 if provider = aggrs.find{ |aggr| aggr.name == name}
64 resources[name].provider = provider
79 is_temporary?(@resource[:name])
92 dladm("add-aggr", add_list, @resource[:name])
96 dladm("remove-aggr", remove_list, @resource[:name])
101 is_temporary?(@resource[:name])
[all...]
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/pkg_publisher/
H A Dsolaris.rb17 # information: Portions Copyright [yyyy] [name of copyright owner]
36 name, sticky, syspub, enabled, type, status, origin, proxy = \
40 if not publisher_order.include?("name")
41 publisher_order << name
48 if publishers.has_key?(name)
52 publishers[name]["mirror"] << origin
54 publishers[name]["origin"] << origin
59 publishers[name] = {'sticky' => sticky, 'enable' => enabled,
64 publishers[name]["mirror"] << origin
66 publishers[name]["origi
[all...]
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/type/
H A Detherstub.rb17 # information: Portions Copyright [yyyy] [name of copyright owner]
31 newparam(:name) do
32 desc "The name of the etherstub"
H A Dip_interface.rb17 # information: Portions Copyright [yyyy] [name of copyright owner]
31 newparam(:name) do
32 desc "The name of the IP interface"
H A Dpkg_mediator.rb17 # information: Portions Copyright [yyyy] [name of copyright owner]
31 newparam(:name) do
32 desc "The mediator name"
H A Dvni_interface.rb17 # information: Portions Copyright [yyyy] [name of copyright owner]
31 newparam(:name) do
32 desc "The name of the VNI interface"
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/property/
H A DADRUintProperty.java17 * information: Portions Copyright [yyyy] [name of copyright owner]
40 public ADRUintProperty(String name) { argument
41 super(name, ADRUintStringConverter.INSTANCE);
H A DBooleanProperty.java17 * information: Portions Copyright [yyyy] [name of copyright owner]
39 public BooleanProperty(String name) { argument
40 super(name, BooleanStringConverter.INSTANCE);

Completed in 106 milliseconds

12345678910