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

12345678

/freebsd-current/sys/contrib/libsodium/msvc-scripts/
H A DMakefile.am4 sodium.props
/freebsd-current/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-current/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-current/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-current/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-current/sys/compat/linuxkpi/common/include/linux/
H A Dbacklight.h65 struct backlight_properties props; member in struct:backlight_device
74 struct device *dev, void *data, const struct backlight_ops *ops, struct backlight_properties *props);
76 #define backlight_device_register(name, dev, data, ops, props) \
77 linux_backlight_device_register(name, dev, data, ops, props)
89 bd->props.brightness = bd->ops->get_brightness(bd);
96 return (bd->props.brightness);
103 if (brightness > bd->props.max_brightness)
105 bd->props.brightness = brightness;
114 bd->props.power = 0/* FB_BLANK_UNBLANK */;
123 bd->props
[all...]
/freebsd-current/usr.sbin/mfiutil/
H A Dmfi_volume.c95 mfi_ld_get_props(int fd, uint8_t target_id, struct mfi_ld_props *props) argument
100 return (mfi_dcmd_command(fd, MFI_DCMD_LD_GET_PROP, props,
105 mfi_ld_set_props(int fd, struct mfi_ld_props *props) argument
109 mbox_store_ldref(mbox, &props->ld);
110 return (mfi_dcmd_command(fd, MFI_DCMD_LD_SET_PROP, props,
169 stage_cache_setting(struct mfi_ld_props *props, uint8_t new_policy, argument
173 props->default_cache_policy &= ~mask;
174 props->default_cache_policy |= new_policy;
183 process_cache_command(int ac, char **av, struct mfi_ld_props *props) argument
189 stage_cache_setting(props, MR_LD_CACHE_ALLOW_READ_CACH
289 struct mfi_ld_props props, new; local
393 struct mfi_ld_props props; local
[all...]
H A Dmfi_bbu.c106 mfi_bbu_get_props(int fd, struct mfi_bbu_properties *props, uint8_t *statusp) argument
109 return (mfi_dcmd_command(fd, MFI_DCMD_BBU_GET_PROP, props,
110 sizeof(*props), NULL, 0, statusp));
114 mfi_bbu_set_props(int fd, struct mfi_bbu_properties *props, uint8_t *statusp) argument
117 return (mfi_dcmd_command(fd, MFI_DCMD_BBU_SET_PROP, props,
118 sizeof(*props), NULL, 0, statusp));
158 struct mfi_bbu_properties props; local
179 if (mfi_bbu_get_props(fd, &props, &status) < 0) {
197 props.learn_delay_interval = delay;
202 props
[all...]
/freebsd-current/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-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_inherit/
H A Dzfs_inherit_002_neg.ksh57 set -A props "recordsize" "mountpoint" "sharenfs" "checksum" "compression" \
61 props+=("jailed")
63 props+=("zoned")
75 for prop in ${props[@]}; do
89 while (( i < ${#props[*]} -1 )); do
90 log_mustnot eval "zfs inherit ${props[(( i ))]} \
91 ${props[(( i + 1 ))]} $ds >/dev/null 2>&1"
92 log_mustnot eval "zfs inherit -r ${props[(( i ))]} \
93 ${props[(( i + 1 ))]} $ds >/dev/null 2>&1"
101 for prop in ${props[
[all...]
/freebsd-current/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-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp85 PropsTy &props = AtProps[Loc]; local
86 props.push_back(Prop);
120 PropsTy &props = findAtLoc->second; local
121 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) {
133 PropsTy &props = I->second; local
134 if (!getPropertyType(props)->isObjCRetainableType())
136 if (hasIvarWithExplicitARCOwnership(props))
140 rewriteProperty(props, atLoc);
146 PropsTy &props, SourceLocatio
145 doPropAction(PropActionKind kind, PropsTy &props, SourceLocation atLoc, bool markAction = true) argument
169 rewriteProperty(PropsTy &props, SourceLocation atLoc) argument
198 removeAssignForDefaultStrong(PropsTy &props, SourceLocation atLoc) const argument
213 rewriteAssign(PropsTy &props, SourceLocation atLoc) const argument
242 maybeAddWeakOrUnsafeUnretainedAttr(PropsTy &props, SourceLocation atLoc) const argument
335 hasGCWeak(PropsTy &props, SourceLocation atLoc) const argument
[all...]
/freebsd-current/usr.bin/backlight/
H A Dbacklight.c90 struct backlight_props props; local
171 if (ioctl(fd, BACKLIGHTGETSTATUS, &props) == -1)
174 printf("%u\n", props.brightness);
176 printf("brightness: %d\n", props.brightness);
177 if (props.nlevels != 0) {
179 for (i = 0; i < props.nlevels; i++)
180 printf(" %d", props.levels[i]);
188 props.brightness = percent;
189 if (ioctl(fd, BACKLIGHTUPDATESTATUS, &props) == -1)
197 if (ioctl(fd, BACKLIGHTGETSTATUS, &props)
[all...]
/freebsd-current/contrib/xz/src/liblzma/delta/
H A Ddelta_decoder.h24 const uint8_t *props, size_t props_size);
/freebsd-current/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-current/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-current/lib/libbe/
H A Dbe_info.c115 be_get_dataset_props(libbe_handle_t *lbh, const char *name, nvlist_t *props) argument
122 data.list = props;
135 be_get_dataset_snapshots(libbe_handle_t *lbh, const char *name, nvlist_t *props) argument
142 data.list = props;
164 nvlist_t *props; local
177 props = data->list;
179 nvlist_alloc(&props, NV_UNIQUE_NAME, KM_SLEEP);
182 nvlist_add_string(props, "dataset", dataset);
186 nvlist_add_boolean_value(props, "bootonce", true);
189 nvlist_add_string(props, "nam
[all...]
/freebsd-current/sys/dev/backlight/
H A Dbacklight.c60 struct backlight_props props; local
68 /* Call the driver function so it fills up the props */
69 bcopy(data, &props, sizeof(struct backlight_props));
70 error = BACKLIGHT_GET_STATUS(sc->dev, &props);
72 bcopy(&props, data, sizeof(struct backlight_props));
73 sc->cached_brightness = props.brightness;
77 bcopy(data, &props, sizeof(struct backlight_props));
78 if (props.brightness == sc->cached_brightness)
80 error = BACKLIGHT_UPDATE_STATUS(sc->dev, &props);
82 bcopy(&props, dat
108 struct backlight_props props; local
[all...]
/freebsd-current/sys/dev/mmc/
H A Dmmc_helpers.c111 helper->props |= MMC_PROP_BROKEN_CD;
113 helper->props |= MMC_PROP_NON_REMOVABLE;
115 helper->props |= MMC_PROP_WP_INVERTED;
117 helper->props |= MMC_PROP_CD_INVERTED;
119 helper->props |= MMC_PROP_NO_SDIO;
121 helper->props |= MMC_PROP_NO_SD;
123 helper->props |= MMC_PROP_NO_MMC;
125 if (!(helper->props & MMC_PROP_NO_SD))
128 if (!(helper->props & MMC_PROP_NO_MMC))
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create_018_pos.ksh77 set -A props "autoreplace" "delegation" "cachefile" "version"
81 set -A props ${props[*]} "autoexpand"
86 while [ $i -lt "${#props[@]}" ]
88 log_must $ZPOOL create -o ${props[$i]}=${vals[$i]} $TESTPOOL $disk
89 RESULT=$(get_pool_prop ${props[$i]} $TESTPOOL)
93 log_fail "Pool was created without setting the ${props[$i]} property"
H A Dzpool_create_019_pos.ksh71 set -A props "available" "capacity" "guid" "health" "size" "used"
75 while [ $i -lt "${#props[@]}" ]
78 log_mustnot $ZPOOL create -o ${props[$i]}=${vals[$i]} $TESTPOOL $disk
81 log_fail "$TESTPOOL was created when setting ${props[$i]}!"
/freebsd-current/tests/sys/cddl/zfs/tests/history/
H A Dhistory_002_pos.ksh81 set -A props \
104 set +A props \
118 typeset -i n=${#props[@]}
120 props[$n]=checksum ; props[((n+1))]="on"
121 props[((n+2))]=checksum ; props[((n+3))]="off"
122 props[((n+4))]=checksum ; props[((n+5))]="fletcher2"
123 props[((
[all...]
/freebsd-current/contrib/netbsd-tests/modules/
H A Dt_modctl.c206 load(prop_dictionary_t props, bool fatal, const char *fmt, ...) argument
214 if (props == NULL) {
215 props = prop_dictionary_create();
216 propsstr = prop_dictionary_externalize(props);
218 prop_object_release(props);
220 propsstr = prop_dictionary_externalize(props);
326 prop_dictionary_t props; local
329 props = prop_dictionary_create();
330 load(props, true, "%s/k_helper/k_helper.kmod",
332 prop_object_release(props);
395 prop_dictionary_t props; local
[all...]

Completed in 385 milliseconds

12345678