/titanic_41/usr/src/cmd/coreadm/ |
H A D | coreadm.c | 409 scf_propvec_t properties[MAX_PROPS + 1]; in do_modify() local 419 addprop(properties, MAX_PROPS, count++, &prop_gpattern, in do_modify() 425 addprop(properties, MAX_PROPS, count++, &prop_gcontent, in do_modify() 430 addprop(properties, MAX_PROPS, count++, &prop_ipattern, in do_modify() 436 addprop(properties, MAX_PROPS, count++, &prop_icontent, in do_modify() 442 addprop(properties, MAX_PROPS, count++, prop, &options); in do_modify() 444 properties[count].pv_prop = NULL; in do_modify() 447 if (scf_write_propvec(COREADM_INST_FMRI, CONFIG_PARAMS, properties, in do_modify() 616 scf_propvec_t properties[MAX_PROPS + 1]; in do_update() local 635 addprop(properties, MAX_PROPS, count++, &prop_gpattern, &glob_pattern); in do_update() [all …]
|
/titanic_41/usr/src/cmd/hal/hald/ |
H A D | device.c | 69 g_slist_foreach (device->properties, (GFunc) hal_property_free, NULL); in hal_device_finalize() 71 g_slist_free (device->properties); in hal_device_finalize() 209 for (iter = source->properties; iter != NULL; iter = iter->next) { in hal_device_merge_with_rewrite() 284 for (iter = source->properties; iter != NULL; iter = iter->next) { in hal_device_merge() 358 for (iter = device1->properties; iter != NULL; iter = iter->next) { in hal_device_matches() 472 return g_slist_length (device->properties); in hal_device_num_properties() 483 for (iter = device->properties; iter != NULL; iter = iter->next) { in hal_device_property_find() 515 for (iter = device->properties; iter != NULL; iter = iter->next) { in hal_device_property_foreach() 713 device->properties = g_slist_prepend (device->properties, prop); in hal_device_property_set_string() 747 device->properties = g_slist_prepend (device->properties, prop); in hal_device_property_set_int() [all …]
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/inheritance/ |
H A D | README.state | 31 # properties after the operation has been completed. 53 # the properties before <command> is executed. This 76 # (i.e. the properties are not reset back to their default values between 83 # The first simply verifies that the properties on the top level dataset 84 # were set locally, and that the middle and bottom datasets properties 87 # properties settings are to be verified. 101 # The block below describes the expected state of the properties after
|
H A D | state016.cfg | 34 # when the middle level properties are set locally, and the bottom 36 # to the top level properties and the middle and bottom properties changing
|
H A D | state018.cfg | 34 # when the top level and middle level datasets properties are set locally, 35 # and the bottom level has inherited its properties from the middle 36 # level, results in the top level properties reverting back to their
|
H A D | state017.cfg | 34 # when the top level and middle level datasets properties are set locally, 35 # and the bottom level has inherited its properties from the middle 36 # level, results in the top level properties reverting back to their
|
H A D | README.config | 28 # properties, i.e. whether they should be left with their default values 56 # The top tier pool's properties being set locally, and the two 57 # lower tier properties each inheriting their values from the next tier
|
H A D | state003.cfg | 34 # used to verify that setting the filesystem's properties does not affect 35 # the properties of datasets above it in the hierarchy.
|
H A D | state019.cfg | 34 # when the top level properties are set locally and the middle and bottom 36 # properties reverting back to their default values, the middle and bottom
|
H A D | state021.cfg | 34 # when the top level and bottom level properties are set locally and the 36 # properties reverting back to their default values, and the middle level
|
H A D | state023.cfg | 34 # when each levels properties are set locally, results in the top level 35 # properties reverting back to their default values.
|
H A D | state024.cfg | 34 # when each levels properties are set locally, results in the top level 35 # properties reverting back to their default values, and the changed
|
H A D | state020.cfg | 34 # when the top level properties are set locally and the middle and bottom 36 # properties reverting back to their default values, the middle and bottom
|
/titanic_41/usr/src/lib/libshell/common/scripts/ |
H A D | svcproptree1.sh | 76 …[[ "${ typeset +p "tree[${servicename}].properties" ; }" == "" ]] && compound -A tree[${servicenam… 78 nameref node=tree[${servicename}].properties[${propname}]
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_mount/ |
H A D | zfs_mount_007_pos.ksh | 61 set -A properties "atime" "devices" "exec" "readonly" "setuid" 83 if [[ $prop == ${properties[$i]} ]]; then 108 for property in ${properties[@]}; do
|
/titanic_41/usr/src/lib/libtnf/ |
H A D | abi.c | 47 _GET_REF32(tnf, &((struct tnf_type_hdr *)(p))->properties) 257 tnf_ref32_t *properties, *property; in _tnf_get_property() local 263 if ((properties = _tnf_get_properties(tnf, tag)) == TNF_NULL) in _tnf_get_property() 267 if ((property = _tnf_get_element_named(tnf, properties, name)) in _tnf_get_property() 275 if (_tnf_get_element_named(tnf, properties, TNF_N_DERIVED) in _tnf_get_property() 296 tnf_ref32_t *properties; in _tnf_get_base_tag() local 298 if ((properties = _tnf_get_properties(tnf, tag)) == TNF_NULL) in _tnf_get_base_tag() 302 if (_tnf_get_element_named(tnf, properties, TNF_N_DERIVED) in _tnf_get_base_tag()
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/ |
H A D | zpool_create_features_004_neg.ksh | 40 properties="\ 56 for prop in $properties; do
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | tnf_com.h | 179 tnf_ref32_t properties; /* array of type records */ member 185 tnf_ref32_t properties; /* array of type records */ member 193 tnf_ref32_t properties; /* array of type records */ member 201 tnf_ref32_t properties; /* array of type records */ member
|
/titanic_41/usr/src/lib/hal/libhal-storage/common/ |
H A D | libhal-storage.c | 899 LibHalPropertySet *properties; in libhal_drive_from_udi() local 907 properties = NULL; in libhal_drive_from_udi() 925 properties = libhal_device_get_all_properties (hal_ctx, udi, &error); in libhal_drive_from_udi() 926 if (properties == NULL) in libhal_drive_from_udi() 930 for (libhal_psi_init (&it, properties); libhal_psi_has_more (&it); libhal_psi_next (&it)) { in libhal_drive_from_udi() 1051 libhal_free_property_set (properties); in libhal_drive_from_udi() 1058 libhal_free_property_set (properties); in libhal_drive_from_udi() 1094 LibHalPropertySet *properties; in libhal_volume_from_udi() local 1101 properties = NULL; in libhal_volume_from_udi() 1116 properties = libhal_device_get_all_properties (hal_ctx, udi, &error); in libhal_volume_from_udi() [all …]
|
/titanic_41/usr/src/uts/common/tnf/ |
H A D | tnf_types.h | 359 tnf_properties_t properties; member 365 tnf_properties_t properties; member 373 tnf_properties_t properties; member 380 tnf_properties_t properties; member 389 tnf_properties_t properties; member
|
/titanic_41/usr/src/uts/common/io/cpqary3/ |
H A D | cpqary3_util.c | 300 return ((tgtp->properties.drive.heads << 16) | in cpqary3_target_geometry() 301 tgtp->properties.drive.sectors); in cpqary3_target_geometry() 709 ctlr->cpqary3_tgtp[i]->properties.drive.heads = in cpqary3_detect_target_geometry() 711 ctlr->cpqary3_tgtp[i]->properties.drive.sectors = in cpqary3_detect_target_geometry() 783 ctlr->cpqary3_tgtp[i]->properties.drive.heads = in cpqary3_detect_target_geometry() 785 ctlr->cpqary3_tgtp[i]->properties.drive.sectors = in cpqary3_detect_target_geometry()
|
/titanic_41/usr/src/lib/efcode/engine/ |
H A D | properties.c | 90 prop_t *p = d->properties, *prev; in find_property() 108 d->properties = p->next; in find_property() 155 p->next = d->properties; in property() 156 d->properties = p; in property() 522 p = phandle->properties; in next_property() 524 p = phandle->properties; in next_property() 761 for (p = env->current_device->properties; p; p = p->next) in dot_properties()
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_get/ |
H A D | zpool_get.cfg | 31 # Set the expected properties of zpool 32 typeset -a properties=("size" "capacity" "altroot" "health" "guid" "version"
|
/titanic_41/usr/src/uts/intel/io/acpica/ |
H A D | acpi_enum.c | 630 process_properties(dev_info_t *xdip, property_t *properties) in process_properties() argument 634 while (properties != NULL) { in process_properties() 636 properties->name, properties->value); in process_properties() 637 if (strcmp(properties->name, "compatible") == 0) in process_properties() 639 properties = properties->next; in process_properties() 906 compatible_present = process_properties(xdip, m->properties); in isa_acpi_callback()
|
H A D | master_ops.c | 128 p = m->properties; in mf_free_master_rec() 343 p->next = m->properties; in get_line() 348 m->properties = p; in get_line()
|