Home
last modified time | relevance | path

Searched refs:property (Results 1 – 25 of 412) sorted by relevance

12345678910>>...17

/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_007_pos.ksh33 # without affecting the on-disk property. The original on-disk value will be
44 # 1. Create filesystem and get origianl property value.
45 # 2. Using 'zfs mount -o' to set filesystem property.
46 # 3. Verify the property was set temporarily.
47 # 4. Verify it will not affect the property that is stored on disk.
57 log_assert "Verify '-o' will set filesystem property temporarily, " \
58 "without affecting the property that is stored on disk."
64 # Get the specified filesystem property reverse mount option.
67 # $2 property
74 # Define property valu
[all...]
/titanic_51/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestMaxConsumers.java43 String property = System.getProperty(name); in getIntegerProperty() local
44 if (property != null && property.length() != 0) { in getIntegerProperty()
46 value = Integer.parseInt(property); in getIntegerProperty()
57 Integer property = getIntegerProperty(MAX_CONSUMERS_PROPERTY_NAME); in main() local
58 int max = (property == null ? 0 : property); in main()
59 int n = (property == null ? 11 : (max < 1 ? 1 : max)); in main()
/titanic_51/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dcpu_prop_update.c82 char property[MAXSTRLEN]; in add_tlb_props() local
121 (void) snprintf(property, sizeof (property), in add_tlb_props()
123 add_md_prop(node, sizeof (int_value), property, in add_tlb_props()
136 char property[MAXSTRLEN]; in add_cache_props() local
183 (void) snprintf(property, sizeof (property), in add_cache_props()
185 add_md_prop(node, sizeof (int_value), property, in add_cache_props()
191 (void) snprintf(property, sizeof (property), " in add_cache_props()
[all...]
/titanic_51/usr/src/cmd/zonecfg/
H A Dzonecfg_grammar.y44 static property_value_t property[MAX_EQ_PROP_PAIRS]; variable
47 extern int num_prop_vals; /* # of property values */
268 $$->cmd_property_ptr[0] = &property[0];
662 $$->cmd_property_ptr[0] = &property[0];
673 $$->cmd_property_ptr[0] = &property[0];
675 $$->cmd_property_ptr[1] = &property[1];
686 $$->cmd_property_ptr[0] = &property[0];
688 $$->cmd_property_ptr[1] = &property[1];
690 $$->cmd_property_ptr[2] = &property[2];
735 $$->cmd_property_ptr[0] = &property[
[all...]
/titanic_51/usr/src/lib/libc/port/locale/
H A Dwctype.c43 wctype_l(const char *property, locale_t loc) in wctype_l() argument
71 while (props[i].name != NULL && strcmp(props[i].name, property) != 0) in wctype_l()
78 wctype(const char *property) in wctype() argument
80 return (wctype_l(property, uselocale(NULL))); in wctype()
/titanic_51/usr/src/lib/libslp/etc/
H A Dslp.conf.example29 # each property you can set for SLP. No properties are acutally set,
45 # This example simply sets the property to the default:
48 # This example sets the property to a site-specific list:
86 # Set this property to change the default DA Heartbeat (10800 seconds).
92 # Use this property to configure special attributes for DAs; these
94 # the only useful property is min-refresh-interval, which allows
102 # Use this property to configure special attributes for SAs; these
125 # Set this property to change the default interval between DA discoveries.
132 # Set this property to change the maximum amount of time to wait until
140 # Set this property t
[all...]
/titanic_51/usr/src/test/zfs-tests/tests/functional/inheritance/
H A DREADME.state35 # <property source before command> <property src after command>
36 # <property source before command> <property src after command>
51 # <property src before command>
55 # from which the property is inherited. (The code
63 # <property src after command>
67 # from which the property is inherited.
70 # 1) there must be a <property src..> line corresponding to each dataset
74 # 2) There can be as many <command>/<property sr
[all...]
H A DREADME.config32 # <dataset name> <dataset type> <inital property setting>
39 # <initial property setting> - can have one of the following
42 # default property values are left unchanged
44 # local property values are set locally
46 # - property values are left unchanged (has the
48 # that the property 'source' field may be 'inherited
/titanic_51/usr/src/boot/sys/boot/fdt/
H A Dhelp.fdt56 # Tfdt Smkprop DAdd a new property to the current node
60 Creates a new property with the specified name and values.
71 # Tfdt Sprop DDump value of a particular property
75 If value is specified, set the given property to the indicated value.
76 Otherwise, print the value of the property.
87 # Tfdt Srm DRemove node or property from device tree
91 The named node or property will be removed from the device tree.
/titanic_51/usr/src/lib/libtnf/
H A Dtype.c118 * If type record has named property, return a datum for it
124 tnf_ref32_t *property; in tnf_type_get_property() local
129 property = _tnf_get_property(DATUM_TNF(datum), in tnf_type_get_property()
133 if (property == TNF_NULL) in tnf_type_get_property()
136 return (RECORD_DATUM(DATUM_TNF(datum), property)); in tnf_type_get_property()
/titanic_51/usr/src/uts/common/io/
H A Dtty_common.c428 * Creates a property in the "options" node that is
430 * If the property already existed, then it was
433 * actual termios structure and store the new property
443 char *property = "ttymodes"; in ttyinit() local
454 * Note that if the property had been created via the in ttyinit()
456 * a string property. Since we would like to store in ttyinit()
457 * a structure (termios) in this property, we need in ttyinit()
458 * to change the property type to byte array. in ttyinit()
461 property, (char ***)&modesp, &len) != DDI_PROP_SUCCESS) { in ttyinit()
468 * Create the property in ttyinit()
[all...]
/titanic_51/usr/src/lib/efcode/fcode_test/
H A Dmisc.fth135 1 encode-int " int-prop" property
136 1 2 encode-phys " phys-prop" property
139 1 encode-int 2 encode-int encode+ " 2int-prop" property
140 " abcd" encode-string " string-prop" property
141 " wxyz" encode-bytes " bytes-prop" property
142 " prop.1" " bytes-prop" root-phandle get-package-property if
147 " prop.2" " string-prop" root-phandle get-package-property if
152 " prop.3" " int-prop" root-phandle get-package-property if
157 " prop.4" " phys-prop" root-phandle get-package-property if
162 " prop.5" 0 0 root-phandle next-property i
[all...]
/titanic_51/usr/src/boot/sys/boot/fdt/dts/
H A Dbindings-gpio.txt14 Description: The #gpio-cells property defines the number of cells required
24 Description: The presence of a gpio-controller property defines a node as a
34 Description: The pin-count property defines the number of GPIO pins.
58 Description: The gpios property of a device node defines the GPIO or GPIOs
59 that are used by the device. The value of the gpios property
H A Dbindings-localbus.txt15 Description: ranges property defines values used for mapping devices
38 Description: The bank_count property defines maximum number of banks on
65 Description: A standard property required for localbus child nodes. Defines
/titanic_51/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.c44 * 'mountpoint' property, we record whether the filesystem was previously
46 * dataset after the property has been changed.
52 * < change property >
89 * If the property is 'mountpoint', go through and unmount filesystems as
122 * Do the property specific processing. in changelist_prefix()
146 * If the property is 'mountpoint' or 'sharenfs', go through and remount and/or
218 * or sharenfs or sharesmb property is set. in changelist_postfix()
313 * Given a gathered changelist for the 'sharenfs' or 'sharesmb' property,
394 char property[ZFS_MAXPROPLEN]; in change_one() local
404 * property wil in change_one()
535 char property[ZFS_MAXPROPLEN]; changelist_gather() local
[all...]
/titanic_51/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_funcs.c129 /* allocate space for the property */ in dump_node()
142 * get property in dump_node()
224 /* everything worked so link the property list */ in dump_node()
265 * Read the value of the property from the PROM device tree
312 * Check if the Prom node passed in contains a property called
335 * Retrieve the value of the board number property from this Prom
407 * and returns a pointer to the value of the name property.
429 * and returns a pointer to the value of the name property.
490 * current one which has the requested type property.
504 * (has a 'status' property)
697 dev_find_node_by_type(Prom_node * root,char * type,char * property) dev_find_node_by_type() argument
727 dev_next_node_by_type(Prom_node * root,char * type,char * property) dev_next_node_by_type() argument
[all...]
/titanic_51/usr/src/psm/stand/bootblks/common/
H A Drd.fth34 " SUNW,ramdisk" encode-string " compatible" property
43 ramdisk-size encode-int " size" property
44 ramdisk-base-va encode-int " address" property
45 alloc-size encode-int " alloc-size" property
H A Dboot.fth125 " bootarchive" chosen-ph get-package-property if
286 " device_type" root-ph get-package-property if
312 get-package-property invert if ( compat$ )
531 fs-type$ encode-string " fstype" property
532 fs-ih encode-int " bootfs" property
533 fs-bootprop if property then
535 fs-type$ encode-string " archive-fstype" property
536 fs-ih encode-int " archfs" property
540 "ramdisk" encode-string " bootarchive" property
542 loader-base encode-int " elfheader-address" property
[all...]
/titanic_51/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java229 String property = System.getProperty(name); in getIntegerProperty() local
230 if (property != null && property.length() != 0) { in getIntegerProperty()
232 value = Integer.parseInt(property); in getIntegerProperty()
235 System.err.println("Warning: property ignored: " + in getIntegerProperty()
236 name + "=" + property); in getIntegerProperty()
245 Integer property; in getConfigurationOptions() local
246 property = getIntegerProperty("JAVA_DTRACE_API_DEBUG"); in getConfigurationOptions()
247 if (property != null) { in getConfigurationOptions()
248 debug = (property ! in getConfigurationOptions()
[all...]
/titanic_51/usr/src/cmd/print/selector/
H A Ddesktop-print-management-applet33 local ($fmri, $property) = @_;
36 open($FH, "$SVCPROP -C -p $property $fmri 2>/dev/null |");
/titanic_51/usr/src/lib/libslp/javalib/com/sun/slp/
H A DClientLib_en.properties56 syntax_error_prop = SLPConfig: Syntax error in property ``{0}'''':{1}
57 invalid_timeout_prop = SLPConfig: Invalid timeout property ``{0}'''':{1}
58 capped_timeout_prop = SLPConfig: Total of timeouts ``{1}'''' exceed maximum wait ``{2}'''' for property ``{0}'''', redistributing evenly to ``{3}'''' timeouts of ``{4}''''
59 capped_range_timeout_prop = SLPConfig: Total of timeouts ``{1}'''' less than ``{2}'''' or greater than ``{3}'''' for property ``{0}'''', redistributing evenly to ``{4}'''' timeouts of ``{5}''''
62 unknown_interface = SLPConfig: Unknown interface ''''{0}'''' in property ``{1}''''.atattr_sec_error = SLPConfig: Attribute signing is set but URL signing is not, ignoring.
72 no_class_name = Missing class name on property ``{0}''''.
129 no_spis_configured = No SPIs configured to define security policy. Please set teh ``sun.net.slp.SPIs'' property.
130 no_spis_given = No AMI aliases given to identify keys to sign with. Please set the ``sun.net.slp.signAs'' property.
177 template_not_null = The attribute ``{0}'''' is a keyword attribute but the values property is not null
178 template_null = The attribute ``{0}'''' is not a keyword attribute but the values property i
[all...]
/titanic_51/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_sis.c109 uint32_t property; in sis_get_ctrl_props() local
116 property = p.mailbox[1]; in sis_get_ctrl_props()
117 if (!(property & SIS_EXTENDED_PROPERTIES_SUPPORTED)) in sis_get_ctrl_props()
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/
H A Dzfs_send_002_pos.ksh37 # Verify 'zfs send' can generate valid streams with a property setup.
40 # 1. Setup property for filesystem
66 typeset property=$1
69 log_must $ZFS set $property=$prop_val $fs
101 log_assert "Verify 'zfs send' generates valid streams with a property setup"
139 log_pass "'zfs send' generates streams with a property setup as expected."
/titanic_51/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo.h39 * 128 is the size of the largest (currently) property name
41 * (currently) property value that is allowed.
166 Prom_node *dev_find_node_by_type(Prom_node *root, char *type, char *property);
167 Prom_node *dev_next_node_by_type(Prom_node *root, char *type, char *property);
/titanic_51/usr/src/cmd/hal/tools/
H A DMakefile28 HAL_PROG = hal-device hal-find-by-capability hal-find-by-property \
29 hal-get-property hal-set-property lshal
144 hal-find-by-property: hal_find_by_property.c
148 hal-get-property: hal_get_property.c
152 hal-set-property: hal_set_property.c

12345678910>>...17