Home
last modified time | relevance | path

Searched refs:properties (Results 1 – 25 of 132) sorted by relevance

123456

/titanic_41/usr/src/cmd/coreadm/
H A Dcoreadm.c409 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 Ddevice.c69 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 DREADME.state31 # 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 Dstate016.cfg34 # 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 Dstate018.cfg34 # 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 Dstate017.cfg34 # 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 DREADME.config28 # 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 Dstate003.cfg34 # used to verify that setting the filesystem's properties does not affect
35 # the properties of datasets above it in the hierarchy.
H A Dstate019.cfg34 # 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 Dstate021.cfg34 # 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 Dstate023.cfg34 # when each levels properties are set locally, results in the top level
35 # properties reverting back to their default values.
H A Dstate024.cfg34 # 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 Dstate020.cfg34 # 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 Dsvcproptree1.sh76 …[[ "${ 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 Dzfs_mount_007_pos.ksh61 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 Dabi.c47 _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 Dzpool_create_features_004_neg.ksh40 properties="\
56 for prop in $properties; do
/titanic_41/usr/src/uts/common/sys/
H A Dtnf_com.h179 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 Dlibhal-storage.c899 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 Dtnf_types.h359 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 Dcpqary3_util.c300 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 Dproperties.c90 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 Dzpool_get.cfg31 # 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 Dacpi_enum.c630 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 Dmaster_ops.c128 p = m->properties; in mf_free_master_rec()
343 p->next = m->properties; in get_line()
348 m->properties = p; in get_line()

123456