/illumos-gate/usr/src/test/os-tests/tests/libtopo/ |
H A D | digraph-test-in.xml | 25 <nvpair name='property-groups' type='nvlist-array'> 27 <nvpair name='property-group-name' type='string' value='test-pg-1' /> 28 <nvpair name='property-values' type='nvlist-array'> 31 <nvpair name='property-name' type='string' value='string-prop' /> 32 <nvpair name='property-type' type='uint32' value='6' /> 33 <nvpair name='property-value' type='string' value='blahblahblah' /> 37 <nvpair name='property-name' type='string' value='uint64-array-prop' /> 38 <nvpair name='property-type' type='uint32' value='13' /> 39 <nvpair name='property-value' type='uint64-array'> 46 <nvpair name='property-name' type='string' value='int64-array-prop' /> [all …]
|
/illumos-gate/usr/src/man/man9f/ |
H A D | ddi_prop_update.9f | 74 Pointer to the device info node of device whose property list should be 84 String containing the name of the property to be updated. 105 A pointer an integer array with which to update the property. 117 An integer value with which to update the property. 129 An pointer to a 64-bit integer array with which to update the property. 141 A 64-bit integer value with which to update the property. 153 A pointer to a string array with which to update the property. The array of 167 A pointer to a string value with which to update the property. 179 A pointer to a byte array with which to update the property. 185 The property update routines search for and, if found, modify the value of a [all …]
|
H A D | ddi_prop_create.9f | 83 name of property. 92 pointer to property value. 101 property length. 141 name of property. 181 name of property. 190 pointer to property value. 199 property length. 229 name of property. 248 specific property exists. 251 Property creation is done by creating a new property definition in the driver's [all …]
|
H A D | ldi_prop_lookup_int_array.9f | 10 ldi_prop_lookup_byte_array \- Lookup property information 66 used when the property was created. The flag indicates any \fBdev_t\fR value 67 (including DDI_DEV_T_NONE) associated with a possible property match will 77 Do not pass request to parent device information node if the property is not 99 String containing the property name. 124 memory containing the integer array property value. 135 point to memory containing the integer array property value. 159 containing the NULL terminated string value of the property. 170 memory containing the property byte array value. 176 The property look up functions search for and, if found, return the value of a [all …]
|
H A D | ddi_prop_op.9f | 9 \- get property information for leaf device drivers 59 Device number associated with property or \fBDDI_DEV_T_ANY\fR as the 78 Property operator. 94 do not pass request to parent device information node if property not found 124 String containing the name of the property. 144 On exit, \fI*lengthp\fR will contain the property length. If \fIprop_op\fR is 156 The value that \fBddi_getprop()\fR returns if the property is not found. 161 devices. The routine searches the device's property list. If it does not find 162 the property at the device level, it examines the \fIflags\fR argument, and if 165 the device info tree. If it does find the property, but the property has been [all …]
|
H A D | ddi_prop_lookup.9f | 10 ddi_prop_lookup_byte_array, ddi_prop_free \- look up property information 57 Device number associated with property or \fBDDI_DEV_T_ANY.\fR 66 Pointer to the device info node of device whose property list should be 83 Do not pass request to parent device information node if the property is not 105 String containing the name of the property. 134 will point to memory containing the integer array property value. 145 return, will point to memory containing the integer array property value. 169 to memory containing the \fBNULL \fRterminated string value of the property. 180 point to memory containing the byte array value of the property. 188 The property look up routines search for and, if found, return the value of a [all …]
|
H A D | ldi_prop_get_int.9f | 8 ldi_prop_get_int, ldi_prop_get_int64 \- Lookup integer property 46 when the property was created. Indicates any dev_t value (including 47 DDI_DEV_T_NONE) associated with a possible property match satisfies the 57 Do not pass request to parent device information node if property not found. 78 String containing the property name. 87 Integer value that is returned if the property is not found. 94 for an integer property associated with a device represented by the layered 95 driver handle. If the integer property is found, the functions return the 96 property value. 100 the layered handle, the property name, and type of the data (integer). [all …]
|
H A D | ddi_prop_get_int.9f | 8 ddi_prop_get_int, ddi_prop_get_int64 \- lookup integer property 32 Device number associated with property or \fBDDI_DEV_T_ANY.\fR 41 Pointer to the device info node of device whose property list should be 58 Do not pass request to parent device information node if property not found. 79 String containing the name of the property. 88 An integer value that is returned if the property cannot be found. 95 for an integer property and, if found, returns the value of the property. 99 \fImatch_dev\fR, and the type of the data (integer). The property search order 137 that this property is associated with. However, if the \fImatch_dev\fR argument 140 \fImatch_dev\fR the property was created with. If a property was created with [all …]
|
/illumos-gate/usr/src/man/man3scf/ |
H A D | scf_simple_prop_get.3scf | 15 scf_simple_prop_next_reset \- simplified property read interface to Service 122 The \fBscf_simple_prop_get()\fR function pulls a single property. The 129 from the service instance that are in property groups of type 'application'. 142 in-memory copy of the property information. Any changes to this information 149 service instance FMRI, and the property group and property name of a property. 153 uses the default application property group. The caller is responsible for 154 freeing the returned property with \fBscf_simple_prop_free()\fR. 174 The \fBscf_simple_app_props_next()\fR function iterates over each property in 176 pointer and the last property returned from the previous call and returns the 177 next property in the \fBscf_simple_app_props_t\fR. Because the property is a [all …]
|
H A D | scf_pg_create.3scf | 13 scf_pg_get_underlying_pg \- create and manipulate property group handles and 14 property groups in the Service Configuration Facility 127 Property groups are an atomically-updated group of typed properties. Property 129 \fBscf_instance_create\fR(3SCF)) are modifiable. Property groups of snaplevels 134 property group at any given time. When an \fBscf_propertygroup_t\fR is set, it 135 references a frozen-in-time version of the property group to which it is set. 136 Updates to the property group will not be visible until either 137 \fBscf_pg_update()\fR is called or the property group is set again. 141 the property group. They will not see updates, even if the 155 \fBscf_pg_get_parent_snaplevel()\fR functions retrieve the property group's [all …]
|
H A D | scf_tmpl_validate_fmri.3scf | 151 required property group is missing 158 property group template name and type 169 property group type is incorrect 176 property group template name and type 180 property group name and type 191 required property is missing 198 property group template name and type 202 property template name and type 213 property type is incorrect 220 property group template name and type [all …]
|
H A D | scf_transaction_create.3scf | 90 Transactions are the mechanism for changing property groups. They act 156 the property group to which \fIpg\fR is set. The time reference used by 158 property group has been modified since the last update of \fIpg\fR at the time 165 transaction entry to the transaction. Each property the transaction affects 169 state, \fIprop_name\fR is not a valid property name, or \fIentry\fR is already 179 This function deletes the property \fIprop_name\fR in the property group. It 180 fails if \fIprop_name\fR does not name a property in the property group. 190 This function adds a new property prop_name\fI\fR to the property group with a 192 property in the property group. 202 This function changes the value list for an existing property \fIprop_name\fR [all …]
|
/illumos-gate/usr/src/man/man7/ |
H A D | smf_security.7 | 26 properties, and to read protected property values. 29 .SS "Property Group Authorizations" 34 restarter state. The ability to create or modify property groups can cause 37 manipulate property groups. 40 Each property group has a type corresponding to its purpose. The core property 42 \fBframework\fR. Additional property group types can be introduced, provided 44 basic authorizations, however, apply only to the core property group types: 52 Authorized to change values or create, delete, or modify a property group of 63 Authorized to change values or create, delete, or modify a property group of 75 modify a property group of type application. [all …]
|
H A D | smf_template.7 | 46 property groups and properties which they introduce. At a minimum, service 47 authors must provide descriptions for property groups and properties in the C 49 framework-delivered property groups such as methods and dependencies. 57 All template interfaces search for template data about a property group first 62 A property group template is defined by its author to apply to a specific 66 and can override a template for that property group defined on the service. A 72 SMF framework authors have defined templates for property groups with 79 errors by creating templates only for property groups specific to their service 83 Property group templates can also be wildcarded by name or type. Only the most 84 specific template definition applicable to a property group is honored. [all …]
|
/illumos-gate/usr/src/man/man3picl/ |
H A D | libpicl.3picl | 31 the property set of a \fBpicl\fR class node. 39 Property Name Property Value 54 Property names with a a leading underscore ('_') are reserved for use by the 55 PICL framework. The property names \fB_class\fR, \fB_parent\fR, \fB_child\fR, 58 a reserved property by their names only as they do not have an associated 59 handle. The property \fBname\fR is not a reserved property, but a mandatory 60 property for all nodes. 65 values, respectively. A \fBtable\fR property type has the handle to a table as 66 its value. A table is a matrix of properties. A \fBreference\fR property type 67 has a handle to a node in the tree as its value. A \fBreference\fR property may [all …]
|
/illumos-gate/usr/src/man/man1/ |
H A D | svcprop.1 | 32 properties in nonpersistent property groups in the composed view of the 34 property composition. If the \fBrunning\fR snapshot does not exist then the 37 By default, when a single property is selected, the values for each are printed 46 line comprises a property designator, a property type, and the values (as 48 operand has been supplied, the property designator consists of the property 49 group name and the property name joined by a slash (\fB/\fR). If multiple 51 for the property. 54 If access controls prohibit reading the value of a property, and no property or 55 property group is specified explicitly by a \fB-p\fR option, the property is 56 displayed as if it had no values. If one or more property or property group [all …]
|
/illumos-gate/usr/src/man/man8/ |
H A D | svccfg.8 | 138 Not-yet-existent properties and property groups will be created. 139 The type of the pre-existing property groups will not be changed by the profile. 141 .Pq as distinguished from property groups 181 option, property groups containing protected information 185 property \(em see 188 will be archived without their property values. 198 property set to true are omitted in the belief that they were created on behalf 203 option, property groups containing protected information 207 property \(em see 210 will be exported without their property values. [all …]
|
H A D | svc.ipfd.8 | 29 it is disabled, and updated when its configuration property group is modified. 43 \fBfirewall_context\fR property group contains a service's static definition, 44 similar to the \fBinetd\fR property group in \fBinetd\fR managed services. This 45 property group supports: 54 \fBinetd/name\fR property. 64 For non-\fBinetd\fR services. A boolean property where a \fBtrue\fR value 65 indicates an RPC service, equivalent to the \fBinetd/isrpc\fR property. For RPC 73 their own IPF rules. An optional property \fBipf_method\fR, provides a 83 framework does not generate rules for services with this property definition. 92 rules for a service with the \fBipf_method\fR property, the framework execs the [all …]
|
H A D | vscanadm.8 | 11 \fBvscanadm\fR \fBset\fR \fB-p\fR \fIproperty\fR=\fIvalue\fR [\fB-p\fR \fIproperty\fR=\fIvalue\fR].… 16 \fBvscanadm\fR \fBget\fR [\fB-p\fR \fIproperty\fR]... 21 \fBvscanadm\fR \fBimport\fR \fB-p\fR \fIproperty\fR \fIfilename\fR 26 \fBvscanadm\fR \fBexport\fR \fB-p\fR \fIproperty\fR \fIfilename\fR 31 \fBvscanadm\fR \fBvalidate\fR \fB-p\fR \fIproperty\fR \fIfilename\fR 36 \fBvscanadm\fR \fBadd-engine\fR [\fB-p\fR \fIproperty\fR=\fIvalue\fR]... \fIengine_id\fR 46 \fBvscanadm\fR \fBset-engine\fR \fB-p\fR\fIproperty\fR=\fIvalue\fR [\fB-p\fR \fIproperty\fR=\fIvalu… 51 \fBvscanadm\fR \fBget-engine\fR [\fB-p\fR \fIproperty\fR=\fIvalue\fR]... [\fIengine_id\fR] 91 \fB\fBvscanadm set\fR \fB-p\fR \fIproperty\fR=\fIvalue\fR [\fB-p\fR 92 \fIproperty\fR=\fIvalue\fR]...\fR [all …]
|
H A D | zfs.8 | 45 .Oo Fl o Ar property Ns = Ns Ar value Oc Ns ... 51 .Oo Fl o Ar property Ns = Ns Ar value Oc Ns ... 68 .Oo Fl o Ar property Ns = Ns value Oc Ns ... 77 .Oo Fl o Ar property Ns = Ns Ar value Oc Ns ... 100 .Oo Fl o Ar property Ns Oo , Ns Ar property Oc Ns ... Oc 101 .Oo Fl s Ar property Oc Ns ... 102 .Oo Fl S Ar property Oc Ns ... 110 .Ar property Ns = Ns Ar value Oo Ar property Ns = Ns Ar value Oc Ns ... 119 .Cm all | Ar property Ns Oo , Ns Ar property Oc Ns ... 124 .Ar property Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot Ns ... [all …]
|
/illumos-gate/usr/src/man/man5/ |
H A D | fdi.5 | 31 <match key="property" [string|int|bool|..]="value"> 38 following property directives in the form: 42 <[merge|append|prepend] key="property" type="[string|int|bool|..]"> 49 properties on the device object. Any previously property stemming from device 54 require that the key attribute be either a property name on the device object 55 in question or a path to a property on another device object. The path to a 56 property is expressed either through direct specification of the \fBUDI\fR, 59 specified by the \fBUDI\fR in the string property "\fBinfo.parent\fR" should be 60 used to query the property "\fBbaz\fR". It is also possible to use multiple 64 the "\fBusb.vendor_id\fR" property on the device object representing the [all …]
|
/illumos-gate/usr/src/man/man3devinfo/ |
H A D | di_prop_bytes.3devinfo | 9 di_prop_type, di_prop_int64 \- access property values and attributes 56 Handle to a property returned by \fBdi_prop_next\fR(3DEVINFO). 77 These functions access information associated with property values and 82 The \fBdi_prop_bytes()\fR function returns the property data as a series of 87 property is associated. If the value is \fBDDI_DEV_T_NONE\fR, the property is 91 The \fBdi_prop_ints()\fR function returns the property data as a series of 95 The \fBdi_prop_int64()\fR function returns the property data as a series of 99 The \fBdi_prop_name()\fR function returns the name of the property. 102 The \fBdi_prop_strings()\fR function returns the property data as a 106 The \fBdi_prop_type()\fR function returns the type of the property. The type [all …]
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | Element.java | 39 public abstract class Element implements Property, PropertyWalk 79 * hashmap of property values that are determined readonly 84 * Get the property with the supplied name. 86 * @param name The name of the property to be retrieved. 87 * @throws PoolsException If there is an error accessing the property. 88 * @return a value containing the property details. 111 * Get the property with the supplied name using the supplied 114 * @param name The name of the property to be retrieved. 115 * @param proxy The proxy item used to retrieve the property. 116 * @throws PoolsException If there is an error accessing the property. [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_mount/ |
H A D | zfs_mount_007_pos.ksh | 37 # without affecting the on-disk property. The original on-disk value will be 40 # PROPERTY MOUNT OPTION 48 # 1. Create filesystem and get origianl property value. 49 # 2. Using 'zfs mount -o' to set filesystem property. 50 # 3. Verify the property was set temporarily. 51 # 4. Verify it will not affect the property that is stored on disk. 61 log_assert "Verify '-o' will set filesystem property temporarily, " \ 62 "without affecting the property that is stored on disk." 68 # Get the specified filesystem property reverse mount option. 71 # $2 property [all …]
|
/illumos-gate/usr/src/cmd/svc/milestone/ |
H A D | net-install | 145 # Retrieve the mandatory interface name property value. If 155 # Retrieve the mandatory address type property value. The two 160 msg="No \"address_type\" property defined in the " 161 msg=$msg"\"$NET_V4IF\" property group" 171 msg=$msg"property in the \"$NET_V4IF\" property group" 178 # Retrieve the static address property value. The address property 180 # configuring a static address, then the property should still have 188 msg=$msg"in the \"$NET_V4IF\ property group" 194 msg=$msg"\"$NET_V4IF\" property group" 203 msg=$msg"\"$NET_V4IF\" property group" [all …]
|