Home
last modified time | relevance | path

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

12345678910>>...16

/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_007_pos.ksh108 for property in ${properties[@]}; do
109 orig_val=$(get_prop $property $fs)
110 (($? != 0)) && log_fail "get_prop $property $fs"
113 reverse_opt=$(get_reverse_option $fs $property)
116 cur_val=$(get_prop $property $fs)
117 (($? != 0)) && log_fail "get_prop $property $fs"
120 if ! is_global_zone && [[ $property == devices ]] ; then
134 cur_val=$(get_prop $property $fs)
135 (($? != 0)) && log_fail "get_prop $property $fs"
/titanic_50/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_50/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), "%s-size", in add_cache_props()
193 add_md_prop(node, sizeof (int_value), property, in add_cache_props()
199 (void) snprintf(property, sizeof (property), in add_cache_props()
201 add_md_prop(node, sizeof (int_value), property, in add_cache_props()
/titanic_50/usr/src/cmd/zonecfg/
H A Dzonecfg_grammar.y44 static property_value_t property[MAX_EQ_PROP_PAIRS]; variable
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[0];
746 $$->cmd_property_ptr[0] = &property[0];
[all …]
/titanic_50/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 to control the intervals used in multicast convergance.
[all …]
/titanic_50/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_50/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 src> blocks as desired, but
81 # Below are two sample <command>/<property src> blocks.
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
H A Dstate004.cfg34 # used to verify that setting a property on a middle level dataset does
35 # not prevent us from setting a property on the bottom level filesystem,
/titanic_50/usr/src/lib/libtnf/
H A Dtype.c124 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_50/usr/src/uts/common/io/
H A Dtty_common.c443 char *property = "ttymodes"; in ttyinit() local
461 property, (char ***)&modesp, &len) != DDI_PROP_SUCCESS) { in ttyinit()
471 property, (uchar_t *)&default_termios, in ttyinit()
474 property); in ttyinit()
493 "ttyinit: property '%s' %s\n", property, in ttyinit()
526 if (e_ddi_prop_remove(DDI_DEV_T_NONE, dip, property) in ttyinit()
529 property); in ttyinit()
535 if (e_ddi_prop_update_byte_array(DDI_DEV_T_NONE, dip, property, in ttyinit()
538 property); in ttyinit()
/titanic_50/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 if
[all …]
/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.c394 char property[ZFS_MAXPROPLEN]; in change_one() local
411 zfs_prop_get(zhp, clp->cl_prop, property, in change_one()
412 sizeof (property), &sourcetype, where, sizeof (where), in change_one()
424 zfs_prop_get(zhp, clp->cl_shareprop, property, in change_one()
425 sizeof (property), &share_sourcetype, where, sizeof (where), in change_one()
535 char property[ZFS_MAXPROPLEN]; in changelist_gather() local
552 property, sizeof (property), in changelist_gather()
554 (strcmp(property, "legacy") == 0 || in changelist_gather()
555 strcmp(property, "none") == 0)) { in changelist_gather()
/titanic_50/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_funcs.c697 dev_find_node_by_type(Prom_node *root, char *type, char *property) in dev_find_node_by_type() argument
702 if (root == NULL || property == NULL) in dev_find_node_by_type()
708 if (strcmp(type_prop, property) == 0) { in dev_find_node_by_type()
715 property)) != NULL) in dev_find_node_by_type()
720 property)) != NULL) in dev_find_node_by_type()
727 dev_next_node_by_type(Prom_node *root, char *type, char *property) in dev_next_node_by_type() argument
731 if (root == NULL || property == NULL) in dev_next_node_by_type()
736 property)) != NULL) in dev_next_node_by_type()
741 property)) != NULL) in dev_next_node_by_type()
746 type, property)) != NULL) in dev_next_node_by_type()
/titanic_50/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_50/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()
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 != 0); in getConfigurationOptions()
250 property = getIntegerProperty("JAVA_DTRACE_MAX_CONSUMERS"); in getConfigurationOptions()
251 if (property != null) { in getConfigurationOptions()
[all …]
/titanic_50/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_50/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 …LPConfig: Total of timeouts ``{1}'''' exceed maximum wait ``{2}'''' for property ``{0}'''', redist…
59 …of timeouts ``{1}'''' less than ``{2}'''' or greater than ``{3}'''' for property ``{0}'''', redist…
62 unknown_interface = SLPConfig: Unknown interface ''''{0}'''' in property ``{1}''''.atattr_sec_error…
72 no_class_name = Missing class name on property ``{0}''''.
129 …gured = No SPIs configured to define security policy. Please set teh ``sun.net.slp.SPIs'' property.
130 …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 n…
178 template_null = The attribute ``{0}'''' is not a keyword attribute but the values property is null
H A DSLPConfig.java1412 private int[] capTimeouts(String property, in capTimeouts() argument
1440 new Object[] {property, in capTimeouts()
1460 new Object[] {property, in capTimeouts()
1474 private int[] parseTimeouts(String property, int[] defaults) { in parseTimeouts() argument
1476 String sTimeouts = System.getProperty(property); in parseTimeouts()
1490 new Object[] {property, sTimeouts}); in parseTimeouts()
1506 new Object[] {property, sTimeouts}); in parseTimeouts()
1513 new Object[] {property, String.valueOf(iTOs[iCount])}); in parseTimeouts()
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/
H A Dzfs_send_002_pos.ksh66 typeset property=$1
69 log_must $ZFS set $property=$prop_val $fs
/titanic_50/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo.h166 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_50/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
/titanic_50/usr/src/test/zfs-tests/include/
H A Dproperties.shlib22 # Given the property array passed in, return 'num_props' elements to the
25 # property respectively.
/titanic_50/usr/src/uts/intel/sys/
H A Dacpica.h146 typedef struct property { struct
147 struct property *next; argument

12345678910>>...16