Searched refs:props (Results 1 - 25 of 288) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/contrib/libsodium/msvc-scripts/
H A DMakefile.am4 sodium.props
/freebsd-13-stable/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_nvlist.py37 def _dict_to_nvlist_to_dict(self, props):
39 nv_in = nvlist_in(props)
88 props = {b"key": b"value"}
89 res = self._dict_to_nvlist_to_dict(props)
90 self.assertEqual(props, res)
93 props = {b"key": None}
94 res = self._dict_to_nvlist_to_dict(props)
95 self.assertEqual(props, res)
98 props = {b"key1": True, b"key2": False}
99 res = self._dict_to_nvlist_to_dict(props)
[all...]
/freebsd-13-stable/sys/contrib/libsodium/builds/
H A DMakefile.am4 msvc/properties/Common.props \
5 msvc/properties/Debug.props \
6 msvc/properties/DebugDEXE.props \
7 msvc/properties/DebugDLL.props \
8 msvc/properties/DebugLEXE.props \
9 msvc/properties/DebugLIB.props \
10 msvc/properties/DebugLTCG.props \
11 msvc/properties/DebugSEXE.props \
12 msvc/properties/DLL.props \
13 msvc/properties/EXE.props \
[all...]
/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-dbus-new-getall.py12 props = wpas_obj.GetAll("fi.w1.wpa_supplicant1",
15 print(props)
25 props = if_obj.GetAll("fi.w1.wpa_supplicant1.Interface",
29 print(props)
31 props = if_obj.GetAll("fi.w1.wpa_supplicant1.Interface.WPS",
35 print(props)
41 props = bss_obj.GetAll("fi.w1.wpa_supplicant1.BSS",
45 print(props)
51 props = net_obj.GetAll("fi.w1.wpa_supplicant1.Network",
55 print(props)
[all...]
/freebsd-13-stable/contrib/xz/src/liblzma/simple/
H A Dsimple_decoder.h20 const uint8_t *props, size_t props_size);
H A Dsimple_decoder.c18 const uint8_t *props, size_t props_size)
31 opt->start_offset = read32le(props);
17 lzma_simple_props_decode(void **options, const lzma_allocator *allocator, const uint8_t *props, size_t props_size) argument
/freebsd-13-stable/usr.sbin/mfiutil/
H A Dmfi_volume.c97 mfi_ld_get_props(int fd, uint8_t target_id, struct mfi_ld_props *props) argument
102 return (mfi_dcmd_command(fd, MFI_DCMD_LD_GET_PROP, props,
107 mfi_ld_set_props(int fd, struct mfi_ld_props *props) argument
111 mbox_store_ldref(mbox, &props->ld);
112 return (mfi_dcmd_command(fd, MFI_DCMD_LD_SET_PROP, props,
171 stage_cache_setting(struct mfi_ld_props *props, uint8_t new_policy, argument
175 props->default_cache_policy &= ~mask;
176 props->default_cache_policy |= new_policy;
185 process_cache_command(int ac, char **av, struct mfi_ld_props *props) argument
191 stage_cache_setting(props, MR_LD_CACHE_ALLOW_READ_CACH
291 struct mfi_ld_props props, new; local
395 struct mfi_ld_props props; local
[all...]
H A Dmfi_bbu.c108 mfi_bbu_get_props(int fd, struct mfi_bbu_properties *props, uint8_t *statusp) argument
111 return (mfi_dcmd_command(fd, MFI_DCMD_BBU_GET_PROP, props,
112 sizeof(*props), NULL, 0, statusp));
116 mfi_bbu_set_props(int fd, struct mfi_bbu_properties *props, uint8_t *statusp) argument
119 return (mfi_dcmd_command(fd, MFI_DCMD_BBU_SET_PROP, props,
120 sizeof(*props), NULL, 0, statusp));
160 struct mfi_bbu_properties props; local
181 if (mfi_bbu_get_props(fd, &props, &status) < 0) {
199 props.learn_delay_interval = delay;
204 props
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_inherit/
H A Dzfs_inherit_002_neg.ksh58 set -A props "recordsize" "mountpoint" "sharenfs" "checksum" "compression" \
62 props+=("jailed")
64 props+=("zoned")
76 for prop in ${props[@]}; do
90 while (( i < ${#props[*]} -1 )); do
91 log_mustnot eval "zfs inherit ${props[(( i ))]} \
92 ${props[(( i + 1 ))]} $ds >/dev/null 2>&1"
93 log_mustnot eval "zfs inherit -r ${props[(( i ))]} \
94 ${props[(( i + 1 ))]} $ds >/dev/null 2>&1"
102 for prop in ${props[
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Donoffs_001_pos.ksh54 set -A props "atime" "readonly" "setuid"
56 props+=("jailed")
58 props+=("zoned")
76 while (( j < ${#props[@]} )); do
80 ${props[j]} != "readonly" ]]
82 set_n_check_prop "${values[k]}" "${props[j]}" \
84 elif [[ ${props[j]} == "zoned" ]] ; then
87 "${values[k]}" "${props[j]}" \
91 "${values[k]}" "${props[j]}" \
96 set_n_check_prop "${values[k]}" "${props[
[all...]
H A Dzfs_set_001_neg.ksh47 set -A props "" "mountpoint" "checksum" "compression" "atime" "readonly" \
50 props+=("jailed")
52 props+=("zoned")
71 while (( j < ${#props[@]} )); do
74 set_n_check_prop "${values[k]}" "${props[j]}" \
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/
H A Dalloc_class_009_pos.ksh36 typeset props=""
43 props="-o ashift=12"
56 log_must zpool create ${props} $TESTPOOL $type $ZPOOL_DISKS
57 log_must zpool add ${props} $TESTPOOL special $stype $sdisks
59 log_must zpool create ${props} $TESTPOOL $type $ZPOOL_DISKS \
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp85 PropsTy &props = AtProps[RawLoc]; local
86 props.push_back(Prop);
121 PropsTy &props = findAtLoc->second; local
122 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) {
134 PropsTy &props = I->second; local
135 if (!getPropertyType(props)->isObjCRetainableType())
137 if (hasIvarWithExplicitARCOwnership(props))
141 rewriteProperty(props, atLoc);
147 PropsTy &props, SourceLocatio
146 doPropAction(PropActionKind kind, PropsTy &props, SourceLocation atLoc, bool markAction = true) argument
170 rewriteProperty(PropsTy &props, SourceLocation atLoc) argument
199 removeAssignForDefaultStrong(PropsTy &props, SourceLocation atLoc) const argument
214 rewriteAssign(PropsTy &props, SourceLocation atLoc) const argument
243 maybeAddWeakOrUnsafeUnretainedAttr(PropsTy &props, SourceLocation atLoc) const argument
336 hasGCWeak(PropsTy &props, SourceLocation atLoc) const argument
[all...]
/freebsd-13-stable/contrib/xz/src/liblzma/delta/
H A Ddelta_decoder.h24 const uint8_t *props, size_t props_size);
/freebsd-13-stable/usr.bin/backlight/
H A Dbacklight.c92 struct backlight_props props; local
176 if (ioctl(fd, BACKLIGHTGETSTATUS, &props) == -1)
179 printf("%u\n", props.brightness);
181 printf("brightness: %d\n", props.brightness);
182 if (props.nlevels != 0) {
184 for (i = 0; i < props.nlevels; i++)
185 printf(" %d", props.levels[i]);
193 props.brightness = percent;
194 if (ioctl(fd, BACKLIGHTUPDATESTATUS, &props) == -1)
202 if (ioctl(fd, BACKLIGHTGETSTATUS, &props)
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_019_pos.ksh53 set -A props "available" "capacity" "guid" "health" "size" "used"
57 while [ $i -lt "${#props[@]}" ]
60 log_mustnot zpool create -o ${props[$i]}=${vals[$i]} $TESTPOOL $DISK0
63 log_fail "$TESTPOOL was created when setting ${props[$i]}!"
/freebsd-13-stable/contrib/kyua/model/
H A Dmetadata.cpp296 config::tree props; local
297 init_tree(props);
298 set_defaults(props);
299 defaults = props;
359 config::tree props; member in struct:model::metadata::impl
365 props(props_)
377 return (get_defaults().combine(props) ==
378 get_defaults().combine(other.props));
385 /// \param props Metadata properties of the test.
386 model::metadata::metadata(const utils::config::tree& props) argument
644 const model::properties_map props = object.to_properties(); local
662 config::tree props; member in struct:model::metadata_builder::impl
868 set_custom(const model::properties_map& props) argument
[all...]
/freebsd-13-stable/lib/libbe/
H A Dbe_info.c117 be_get_dataset_props(libbe_handle_t *lbh, const char *name, nvlist_t *props) argument
124 data.list = props;
137 be_get_dataset_snapshots(libbe_handle_t *lbh, const char *name, nvlist_t *props) argument
144 data.list = props;
166 nvlist_t *props; local
179 props = data->list;
181 nvlist_alloc(&props, NV_UNIQUE_NAME, KM_SLEEP);
184 nvlist_add_string(props, "dataset", dataset);
188 nvlist_add_boolean_value(props, "bootonce", true);
191 nvlist_add_string(props, "nam
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_008_pos.ksh53 set -A props type used available creation volsize referenced compressratio \
60 set -A props ${props[*]} jailed aclmode
62 set -A props ${props[*]} zoned acltype
67 set -A props ${props[*]} version
98 for prop in $(gen_option_str "${props[*]}" "" "," $prop_numb)
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dbacklight.h67 struct backlight_properties props; member in struct:backlight_device
76 struct device *dev, void *data, const struct backlight_ops *ops, struct backlight_properties *props);
78 #define backlight_device_register(name, dev, data, ops, props) \
79 linux_backlight_device_register(name, dev, data, ops, props)
91 bd->props.brightness = bd->ops->get_brightness(bd);
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create_018_pos.ksh82 set -A props "autoreplace" "delegation" "cachefile" "version"
86 set -A props ${props[*]} "autoexpand"
91 while [ $i -lt "${#props[@]}" ]
93 log_must $ZPOOL create -o ${props[$i]}=${vals[$i]} $TESTPOOL $disk
94 RESULT=$(get_pool_prop ${props[$i]} $TESTPOOL)
98 log_fail "Pool was created without setting the ${props[$i]} property"
H A Dzpool_create_019_pos.ksh76 set -A props "available" "capacity" "guid" "health" "size" "used"
80 while [ $i -lt "${#props[@]}" ]
83 log_mustnot $ZPOOL create -o ${props[$i]}=${vals[$i]} $TESTPOOL $disk
86 log_fail "$TESTPOOL was created when setting ${props[$i]}!"
/freebsd-13-stable/sys/dev/backlight/
H A Dbacklight.c65 struct backlight_props props; local
73 /* Call the driver function so it fills up the props */
74 bcopy(data, &props, sizeof(struct backlight_props));
75 error = BACKLIGHT_GET_STATUS(sc->dev, &props);
77 bcopy(&props, data, sizeof(struct backlight_props));
80 bcopy(data, &props, sizeof(struct backlight_props));
81 if (props.brightness == sc->cached_brightness)
83 error = BACKLIGHT_UPDATE_STATUS(sc->dev, &props);
85 bcopy(&props, data, sizeof(struct backlight_props));
86 sc->cached_brightness = props
111 struct backlight_props props; local
[all...]
/freebsd-13-stable/contrib/subversion/subversion/svnrdump/
H A Dutil.c32 apr_hash_t *props,
41 for (hi = apr_hash_first(result_pool, props); hi;
30 svn_rdump__normalize_props(apr_hash_t **normal_props, apr_hash_t *props, apr_pool_t *result_pool) argument
/freebsd-13-stable/tests/sys/cddl/zfs/tests/history/
H A Dhistory_002_pos.ksh86 set -A props \
109 set +A props \
123 typeset -i n=${#props[@]}
125 props[$n]=checksum ; props[((n+1))]="on"
126 props[((n+2))]=checksum ; props[((n+3))]="off"
127 props[((n+4))]=checksum ; props[((n+5))]="fletcher2"
128 props[((
[all...]

Completed in 618 milliseconds

1234567891011>>