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

123456789

/freebsd-11-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-11-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-11-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-11-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-11-stable/contrib/xz/src/liblzma/delta/
H A Ddelta_decoder.h24 const uint8_t *props, size_t props_size);
/freebsd-11-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-11-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
H A Ddump_editor.c88 fetch_props_func(apr_hash_t **props, argument
110 NULL, NULL, props, result_pool));
116 SVN_ERR(svn_ra_get_dir2(eb->ra_session, NULL, NULL, props, path,
119 tmp_props = svn_prop_hash_to_array(*props, result_pool);
122 *props = svn_prop_array_to_hash(tmp_props, result_pool);
126 *props = apr_hash_make(result_pool);
/freebsd-11-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-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c54 struct ib_port_modify *props)
315 c4iw_query_device(struct ib_device *ibdev, struct ib_device_attr *props, argument
321 CTR3(KTR_IW_CXGBE, "%s ibdev %p, props %p", __func__, ibdev, props);
326 memset(props, 0, sizeof *props);
327 memcpy(&props->sys_image_guid, sc->port[0]->vi[0].hw_addr,
329 props->hw_ver = sc->params.chipid;
330 props->fw_ver = sc->params.fw_vers;
331 props
52 c4iw_modify_port(struct ib_device *ibdev, u8 port, int port_modify_mask, struct ib_port_modify *props) argument
359 c4iw_query_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props) argument
[all...]
/freebsd-11-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-11-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-11-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma2_decoder.h27 const uint8_t *props, size_t props_size);
H A Dlzma_decoder.h29 const uint8_t *props, size_t props_size);
/freebsd-11-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-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddebug.c125 svn_dbg__print_props(apr_hash_t *props, argument
139 if (props == NULL)
145 for (hi = apr_hash_first(apr_hash_pool_get(props), props); hi;
/freebsd-11-stable/sbin/bectl/
H A Dbectl_list.c63 static void print_headers(nvlist_t *props, struct printc *pc);
157 nvlist_t *props, *sprops; local
159 if (be_prop_list_alloc(&props) != 0) {
163 if (be_get_dataset_snapshots(be, dsname, props) != 0) {
167 for (cur = nvlist_next_nvpair(props, NULL); cur != NULL;
168 cur = nvlist_next_nvpair(props, cur)) {
289 print_headers(nvlist_t *props, struct printc *pc) argument
302 for (cur = nvlist_next_nvpair(props, NULL); cur != NULL;
303 cur = nvlist_next_nvpair(props, cur)) {
337 prop_list_sort(nvlist_t *props, cha argument
406 nvlist_t *dsprops, *props; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dproperty.c179 apr_hash_t *props = svn_hash_gets(ns_props, ns);
181 if (!props)
183 props = apr_hash_make(result_pool);
185 svn_hash_sets(ns_props, ns, props);
194 svn_hash_sets(props, name, val);
322 apr_hash_t *props = apr_hash_this_val(hi_ns);
327 for (hi_prop = apr_hash_first(iterpool, props);
522 apr_hash_t *props = baton;
523 apr_pool_t *result_pool = apr_hash_pool_get(props);
530 svn_hash_sets(props, prop_nam
177 apr_hash_t *props = svn_hash_gets(ns_props, ns); local
320 apr_hash_t *props = apr_hash_this_val(hi_ns); local
520 apr_hash_t *props = baton; local
547 apr_hash_t *props; local
575 apr_hash_t *props; local
653 apr_hash_t *props; local
887 apr_hash_t *props; local
910 svn_ra_serf__keep_only_regular_props(apr_hash_t *props, apr_pool_t *scratch_pool) argument
[all...]
H A Dget_file.c275 apr_hash_t *props;
308 if (!fb->props)
314 svn_hash_sets(fb->props, svn_name,
326 apr_hash_t **props,
357 if (props)
365 fb.props = props ? apr_hash_make(result_pool) : NULL;
384 if (props)
385 *props = fb.props;
272 apr_hash_t *props; member in struct:file_prop_baton_t
318 svn_ra_serf__get_file(svn_ra_session_t *ra_session, const char *path, svn_revnum_t revision, svn_stream_t *stream, svn_revnum_t *fetched_rev, apr_hash_t **props, apr_pool_t *result_pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dtranslate.c48 #include "props.h"
250 apr_hash_t *props,
258 if (props == NULL)
259 SVN_ERR(svn_wc__get_actual_props(&props, db, local_abspath,
264 propval = svn_prop_get_value(props, SVN_PROP_EOL_STYLE);
271 propval = svn_prop_get_value(props, SVN_PROP_KEYWORDS);
283 propval = svn_prop_get_value(props, SVN_PROP_SPECIAL);
361 apr_hash_t *props = NULL;
388 SVN_ERR(svn_wc__db_read_props(&props, db, local_abspath, scratch_pool,
391 props
243 svn_wc__get_translate_info(svn_subst_eol_style_t *style, const char **eol, apr_hash_t **keywords, svn_boolean_t *special, svn_wc__db_t *db, const char *local_abspath, apr_hash_t *props, svn_boolean_t for_normalization, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
360 apr_hash_t *props = NULL; local
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mad.c493 struct ib_port_attr *props)
512 memset(props, 0, sizeof(*props));
524 props->lid = be16_to_cpup((__be16 *)(out_mad->data + 16));
525 props->lmc = out_mad->data[34] & 0x7;
526 props->sm_lid = be16_to_cpup((__be16 *)(out_mad->data + 18));
527 props->sm_sl = out_mad->data[36] & 0xf;
528 props->state = out_mad->data[32] & 0xf;
529 props->phys_state = out_mad->data[33] >> 4;
530 props
492 mlx5_query_mad_ifc_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Delement.c128 && (payload->props
150 if (old->props)
151 new_payload->props = svn_prop_hash_dup(old->props, result_pool);
189 left->props, right->props,
250 svn_element__payload_create_dir(apr_hash_t *props, argument
258 new_payload->props = props ? svn_prop_hash_dup(props, result_poo
264 svn_element__payload_create_file(apr_hash_t *props, svn_stringbuf_t *text, apr_pool_t *result_pool) argument
282 svn_element__payload_create_symlink(apr_hash_t *props, const char *target, apr_pool_t *result_pool) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Ddataset.py100 def __init__(self, name, props=None,
107 props is the property settings dict from zfs.ioctl.next_dataset.
127 if not props:
128 props = zfs.ioctl.dataset_props(name)
129 self.__props = props
162 (name, cookie, props) = \
164 ds = Dataset(name, props)

Completed in 313 milliseconds

123456789