/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 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 78 # Define property valu [all...] |
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestMaxConsumers.java | 43 String property = System.getProperty(name); 44 if (property != null && property.length() != 0) { 46 value = Integer.parseInt(property); 57 Integer property = getIntegerProperty(MAX_CONSUMERS_PROPERTY_NAME); 58 int max = (property == null ? 0 : property); 59 int n = (property == null ? 11 : (max < 1 ? 1 : max));
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | wctype.c | 43 wctype_l(const char *property, locale_t loc) argument 71 while (props[i].name != NULL && strcmp(props[i].name, property) != 0) 78 wctype(const char *property) argument 80 return (wctype_l(property, uselocale(NULL)));
|
/illumos-gate/usr/src/lib/efcode/fcdriver/ |
H A D | Makefile.com | 29 OBJECTS = ioctl.o misc.o dma.o property.o fcdebug.o phandle.o build_tree.o \
|
/illumos-gate/usr/src/lib/libtnf/ |
H A D | type.c | 118 * If type record has named property, return a datum for it 124 tnf_ref32_t *property; local 129 property = _tnf_get_property(DATUM_TNF(datum), 133 if (property == TNF_NULL) 136 return (RECORD_DATUM(DATUM_TNF(datum), property));
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/ |
H A D | cpu_prop_update.c | 82 char property[MAXSTRLEN]; local 121 (void) snprintf(property, sizeof (property), 123 add_md_prop(node, sizeof (int_value), property, 136 char property[MAXSTRLEN]; local 183 (void) snprintf(property, sizeof (property), 185 add_md_prop(node, sizeof (int_value), property, 191 (void) snprintf(property, sizeof (property), " [all...] |
/illumos-gate/usr/src/cmd/print/selector/ |
H A D | desktop-print-management-applet | 33 local ($fmri, $property) = @_; 36 open($FH, "$SVCPROP -C -p $property $fmri 2>/dev/null |");
|
H A D | print-service | 88 local ($fmri, $property) = @_; 91 open($FH, "$SVCPROP -C -p $property $fmri 2>/dev/null |");
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/ |
H A D | user_property_003_neg.ksh | 36 # ZFS can handle any invalid user defined property. 40 # 2. Combine all kind of invalid user property names. 48 log_assert "ZFS can handle invalid user property." 67 log_pass "ZFS can handle invalid user property passed."
|
/illumos-gate/usr/src/cmd/zonecfg/ |
H A D | zonecfg_grammar.y | 44 static property_value_t property[MAX_EQ_PROP_PAIRS]; 47 extern int num_prop_vals; /* # of property values */ 269 $$->cmd_property_ptr[0] = &property[0]; 663 $$->cmd_property_ptr[0] = &property[0]; 674 $$->cmd_property_ptr[0] = &property[0]; 676 $$->cmd_property_ptr[1] = &property[1]; 687 $$->cmd_property_ptr[0] = &property[0]; 689 $$->cmd_property_ptr[1] = &property[1]; 691 $$->cmd_property_ptr[2] = &property[2]; 736 $$->cmd_property_ptr[0] = &property[ [all...] |
/illumos-gate/usr/src/lib/libprtdiag/inc/ |
H A D | pdevinfo.h | 39 * 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);
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_changelist.c | 45 * 'mountpoint' property, we record whether the filesystem was previously 47 * dataset after the property has been changed. 53 * < change property > 90 * If the property is 'mountpoint', go through and unmount filesystems as 123 * Do the property specific processing. 150 * If the property is 'mountpoint' or 'sharenfs', go through and remount and/or 222 * or sharenfs or sharesmb property is set. 317 * Given a gathered changelist for the 'sharenfs' or 'sharesmb' property, 398 char property[ZFS_MAXPROPLEN]; local 408 * property wil 539 char property[ZFS_MAXPROPLEN]; local [all...] |
/illumos-gate/usr/src/uts/common/io/ |
H A D | tty_common.c | 428 * 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"; local 454 * Note that if the property had been created via the 456 * a string property. Since we would like to store 457 * a structure (termios) in this property, we need 458 * to change the property type to byte array. 461 property, (char ***)&modesp, &len) != DDI_PROP_SUCCESS) { 468 * Create the property [all...] |
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | acpica.h | 43 /* acpi-user-options options property */ 63 * acpi_status property values 146 typedef struct property { struct 147 struct property *next;
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/ |
H A D | zfs_send_002_pos.ksh | 37 # 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."
|
/illumos-gate/usr/src/uts/sun4u/starcat/ml/ |
H A D | drmach.il.cpp | 92 ! magical property that protects bcopy32_il from the
|
/illumos-gate/usr/src/lib/libprtdiag/common/ |
H A D | pdevinfo_funcs.c | 129 /* allocate space for the property */ 142 * get property 224 /* everything worked so link the property list */ 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) argument 727 dev_next_node_by_type(Prom_node *root, char *type, char *property) argument [all...] |
/illumos-gate/usr/src/cmd/hal/tools/ |
H A D | Makefile | 28 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
|
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | LocalConsumer.java | 229 String property = System.getProperty(name); 230 if (property != null && property.length() != 0) { 232 value = Integer.parseInt(property); 235 System.err.println("Warning: property ignored: " + 236 name + "=" + property); 245 Integer property; 246 property = getIntegerProperty("JAVA_DTRACE_API_DEBUG"); 247 if (property != null) { 248 debug = (property ! [all...] |
/illumos-gate/usr/src/lib/libshare/common/ |
H A D | libshare.c | 104 /* definitions used in a couple of property functions */ 160 ret = dgettext(TEXT_DOMAIN, "no such property"); 172 ret = dgettext(TEXT_DOMAIN, "bad property value"); 181 ret = dgettext(TEXT_DOMAIN, "property value conflict"); 193 ret = dgettext(TEXT_DOMAIN, "property not valid for group"); 336 * property is kept in default/operation/legacy_timestamp 420 * property. This is used to prevent sharing special case shares 485 * construction or someone has modified the property 1400 * "exclude" property to the share. 2011 * All property group 2484 sa_get_next_property(sa_property_t property) argument 2707 sa_get_property_parent(sa_property_t property) argument 3241 sa_add_property(void *object, sa_property_t property) argument 3372 sa_remove_property(sa_property_t property) argument 3403 sa_update_property(sa_property_t property, char *value) argument [all...] |
/illumos-gate/usr/src/lib/libshare/autofs/ |
H A D | libshare_autofs.c | 242 autofs_validate_property(sa_handle_t handle, sa_property_t property, argument 254 propname = sa_get_property(property, "type"); 267 value = sa_get_property_attr(property, "value"); 270 * If any property is added to AUTOFS, which is a different 413 * Extract the property and value out of the line and create the 414 * property in the optionset.
|
/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | Makefile | 30 hald_dbus.o hald_runner.o ids.o logger.o property.o util.o \
|
/illumos-gate/usr/src/lib/pyzfs/common/ |
H A D | util.py | 110 @property
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SLPConfig.java | 100 // property tag or values. If included, according 128 // Register the property. 187 // Initialize useScopes property. This is read-only after the file 200 // Initialize SA scopes. This uses a Sun specific property for 894 // Initialize the scopes list on property. 1125 // Return the Java default if the SLP property is not set. 1384 * The sum of all timeouts for the given property name must not 1395 * @param property 1396 * Name of timeout property being capped. This is only present for 1397 * reporting purposes and no actual manipulation of the property 1412 capTimeouts(String property, int[] timeouts, boolean rangeCheck, int min, int max) argument 1474 parseTimeouts(String property, int[] defaults) argument [all...] |
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/ |
H A D | psvcobj.conf | 42 * This section specifies the static property information for each 43 * defined object. Each property in the property list is preceded by 44 * an identifying property label, such as, "_class=". The "label" 45 * property is the first string on each line. The features and address 74 * <object string id> <projected property> <source object id> <source property>
|