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

12345678910

/freebsd-12-stable/sys/contrib/libsodium/msvc-scripts/
H A DMakefile.am4 sodium.props
/freebsd-12-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-12-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-12-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-12-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-12-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
333 hasGCWeak(PropsTy &props, SourceLocation atLoc) const argument
[all...]
/freebsd-12-stable/contrib/xz/src/liblzma/delta/
H A Ddelta_decoder.h24 const uint8_t *props, size_t props_size);
/freebsd-12-stable/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;
134 be_get_dataset_snapshots(libbe_handle_t *lbh, const char *name, nvlist_t *props) argument
141 data.list = props;
162 nvlist_t *props; local
175 props = data->list;
177 nvlist_alloc(&props, NV_UNIQUE_NAME, KM_SLEEP);
180 nvlist_add_string(props, "dataset", dataset);
183 nvlist_add_string(props, "name", name);
188 nvlist_add_string(props, "mounte
[all...]
/freebsd-12-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-12-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-12-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...]
/freebsd-12-stable/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...]
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c56 struct ib_port_modify *props)
317 c4iw_query_device(struct ib_device *ibdev, struct ib_device_attr *props, argument
323 CTR3(KTR_IW_CXGBE, "%s ibdev %p, props %p", __func__, ibdev, props);
328 memset(props, 0, sizeof *props);
329 memcpy(&props->sys_image_guid, sc->port[0]->vi[0].hw_addr,
331 props->hw_ver = sc->params.chipid;
332 props->fw_ver = sc->params.fw_vers;
333 props
54 c4iw_modify_port(struct ib_device *ibdev, u8 port, int port_modify_mask, struct ib_port_modify *props) argument
361 c4iw_query_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props) argument
[all...]
/freebsd-12-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma2_decoder.h27 const uint8_t *props, size_t props_size);
/freebsd-12-stable/contrib/netbsd-tests/modules/k_helper3/
H A Dk_helper3.c62 prop_dictionary_t props; local
67 props = prop_dictionary_create();
68 propsstr = prop_dictionary_externalize(props);
70 prop_object_release(props);
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_user/misc/
H A Dzfs_get_001_neg.ksh64 set -A props $PROP_NAMES
69 PROP=${props[$i]}
H A Dzfs_set_001_neg.ksh64 set -A props $PROP_NAMES
70 PROP=${props[$i]}
H A Dzpool_get_001_neg.ksh64 set -A props $POOL_PROPS
69 PROP=${props[$i]}
H A Dzpool_set_001_neg.ksh64 set -A props $POOL_NAMES
70 PROP=${props[$i]}
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dcat.c64 apr_hash_t *props;
97 SVN_ERR(svn_wc_get_pristine_props(&props, wc_ctx, local_abspath,
107 SVN_ERR(svn_wc_prop_list2(&props, wc_ctx, local_abspath, scratch_pool,
115 eol_style = svn_hash_gets(props, SVN_PROP_EOL_STYLE);
116 keywords = svn_hash_gets(props, SVN_PROP_KEYWORDS);
117 special = svn_hash_gets(props, SVN_PROP_SPECIAL);
195 apr_hash_t *props = NULL;
250 err = svn_ra_get_file(ra_session, "", loc->rev, NULL, NULL, &props,
266 eol_style = svn_hash_gets(props, SVN_PROP_EOL_STYLE);
267 keywords = svn_hash_gets(props, SVN_PROP_KEYWORD
62 apr_hash_t *props; local
193 apr_hash_t *props = NULL; local
[all...]
/freebsd-12-stable/contrib/subversion/subversion/include/private/
H A Dsvn_editor.h50 * Implementations should set @a *props to the hash of properties
58 apr_hash_t **props,
411 * Example: copy A to B; set-props on A; copy A to C. The props on C
515 apr_hash_t *props,
527 apr_hash_t *props,
538 apr_hash_t *props,
560 apr_hash_t *props,
572 apr_hash_t *props,
583 apr_hash_t *props,
[all...]
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_set/
H A Donoffs_001_pos.ksh68 set -A props "atime" "readonly" "setuid"
85 while (( j < ${#props[@]} )); do
89 ${props[j]} != "readonly" ]]
91 set_n_check_prop "${values[k]}" "${props[j]}" \
94 set_n_check_prop "${values[k]}" "${props[j]}" \

Completed in 319 milliseconds

12345678910