Searched refs:properties (Results 1 - 25 of 75) sorted by relevance

123

/illumos-gate/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
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_007_pos.ksh65 set -A properties "atime" "devices" "exec" "readonly" "setuid"
86 while (( i < ${#properties[@]} )); do
87 if [[ $prop == ${properties[$i]} ]]; then
93 if (( i >= ${#properties[@]} )); then
112 for property in ${properties[@]}; do
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dsvcproptree1.sh72 servicename="${name%~(Er):properties/.*}"
74 propname="${name#~(El).*:properties/}"
76 [[ "${ typeset +p "tree[${servicename}].properties" ; }" == "" ]] && compound -A tree[${servicename}].properties
78 nameref node=tree[${servicename}].properties[${propname}]
115 reads the matching service properties and converts them into an internal
/illumos-gate/usr/src/test/zfs-tests/include/
H A DMakefile24 properties.shlib
/illumos-gate/usr/src/lib/efcode/engine/
H A DMakefile.com29 env.o print.o properties.o actions.o package.o instance.o \
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice.c69 g_slist_foreach (device->properties, (GFunc) hal_property_free, NULL);
71 g_slist_free (device->properties);
185 /** Merge all properties from source where the key starts with
189 * @param target Device to put properties onto
190 * @param source Device to retrieve properties from
209 for (iter = source->properties; iter != NULL; iter = iter->next) {
218 /* only care about properties that match source namespace */
284 for (iter = source->properties; iter != NULL; iter = iter->next) {
358 for (iter = device1->properties; iter != NULL; iter = iter->next) {
472 return g_slist_length (device->properties);
[all...]
/illumos-gate/usr/src/cmd/coreadm/
H A Dcoreadm.c409 scf_propvec_t properties[MAX_PROPS + 1]; local
419 addprop(properties, MAX_PROPS, count++, &prop_gpattern,
425 addprop(properties, MAX_PROPS, count++, &prop_gcontent,
430 addprop(properties, MAX_PROPS, count++, &prop_ipattern,
436 addprop(properties, MAX_PROPS, count++, &prop_icontent,
442 addprop(properties, MAX_PROPS, count++, prop, &options);
444 properties[count].pv_prop = NULL;
447 if (scf_write_propvec(COREADM_INST_FMRI, CONFIG_PARAMS, properties,
616 scf_propvec_t properties[MAX_PROPS + 1]; local
635 addprop(properties, MAX_PROP
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_create/
H A DMakefile37 FILES = properties.kshlib \
H A Dzfs_create_004_pos.ksh34 . $STF_SUITE/tests/functional/cli_root/zfs_create/properties.kshlib
H A Dzfs_create_005_pos.ksh34 . $STF_SUITE/tests/functional/cli_root/zfs_create/properties.kshlib
39 # filesystem with multiple properties set.
44 # 3. Verify the properties are correctly set
59 a ZFS filesystem with multiple properties set."
85 a ZFS filesystem with multiple properties set."
H A Dzfs_create_006_pos.ksh35 . $STF_SUITE/tests/functional/cli_root/zfs_create/properties.kshlib
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_clone/
H A Dzfs_clone_003_pos.ksh34 . $STF_SUITE/tests/functional/cli_root/zfs_create/properties.kshlib
H A Dzfs_clone_004_pos.ksh34 . $STF_SUITE/tests/functional/cli_root/zfs_create/properties.kshlib
39 # clone filesystem with multiple properties set.
44 # 3. Verify the properties are correctly set
59 "a ZFS clone filesystem with multiple properties set."
87 "a ZFS clone filesystem with multiple properties set."
H A Dzfs_clone_005_pos.ksh34 . $STF_SUITE/tests/functional/cli_root/zfs_create/properties.kshlib
H A Dzfs_clone_006_pos.ksh35 . $STF_SUITE/tests/functional/cli_root/zfs_create/properties.kshlib
40 # clone volume with multiple properties set.
45 # 3. Verify the properties are correctly set
60 "create a ZFS clone volume with multiple correct properties set."
86 "create a ZFS clone volume with multiple correct properties set."
H A Dzfs_clone_008_neg.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_create/properties.kshlib
H A Dzfs_clone_009_neg.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_create/properties.kshlib
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Dsend-c_props.ksh19 . $STF_SUITE/include/properties.shlib
23 # Verify compressed send streams can still preserve properties
26 # 1. Randomly modify the properties in the src pool
27 # 2. Send a full compressed stream with -p to preserve properties
28 # 3. Verify all the received properties match the source datasets
43 log_assert "Compressed send doesn't interfere with preservation of properties"
67 log_pass "Compressed send doesn't interfere with preservation of properties"
H A Dsend-c_mixed_compression.ksh19 . $STF_SUITE/include/properties.shlib
H A Dsend-c_verify_ratio.ksh19 . $STF_SUITE/include/properties.shlib
/illumos-gate/usr/src/lib/libtnf/
H A Dabi.c47 _GET_REF32(tnf, &((struct tnf_type_hdr *)(p))->properties)
160 * Retrieve the properties array slot of a type record
250 * Look in type record's properties for named type.
251 * Recursively look at derived_base properties as well.
257 tnf_ref32_t *properties, *property; local
263 if ((properties = _tnf_get_properties(tnf, tag)) == TNF_NULL)
264 /* no properties */
267 if ((property = _tnf_get_element_named(tnf, properties, name))
275 if (_tnf_get_element_named(tnf, properties, TNF_N_DERIVED)
296 tnf_ref32_t *properties; local
[all...]
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_trace.h91 tnf_properties_t properties; member in struct:__anon4136
/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.h56 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size);
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_trace.h117 tnf_properties_t properties; member in struct:__anon9259
/illumos-gate/usr/src/uts/common/sys/
H A Dtnf_com.h179 tnf_ref32_t properties; /* array of type records */ member in struct:tnf_type_hdr
185 tnf_ref32_t properties; /* array of type records */ member in struct:tnf_struct_type_hdr
193 tnf_ref32_t properties; /* array of type records */ member in struct:tnf_array_type_hdr
201 tnf_ref32_t properties; /* array of type records */ member in struct:tnf_derived_type_hdr

Completed in 158 milliseconds

123