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

12345678

/freebsd-10-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...]
H A Dwpas-test.py60 props = net.properties()
64 for item in props["bssid"]:
67 ssid = byte_array_to_string(props["ssid"])
69 if props.has_key("wpaie"):
72 if props.has_key("rsnie"):
75 if props.has_key("frequency"):
76 freq = props["frequency"]
77 caps = props["capabilities"]
78 qual = props["quality"]
79 level = props["leve
[all...]
/freebsd-10-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 = unaligned_read32le(props);
17 lzma_simple_props_decode(void **options, const lzma_allocator *allocator, const uint8_t *props, size_t props_size) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransProperties.cpp87 PropsTy &props = AtProps[RawLoc]; local
88 props.push_back(*propI);
119 PropsTy &props = findAtLoc->second; local
120 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) {
132 PropsTy &props = I->second; local
133 if (!getPropertyType(props)->isObjCRetainableType())
135 if (hasIvarWithExplicitARCOwnership(props))
139 rewriteProperty(props, atLoc);
154 PropsTy &props local
161 doPropAction(PropActionKind kind, PropsTy &props, SourceLocation atLoc, bool markAction = true) argument
185 doActionForExtensionProp(PropsTy &props, SourceLocation atLoc) argument
194 rewriteProperty(PropsTy &props, SourceLocation atLoc) argument
223 removeAssignForDefaultStrong(PropsTy &props, SourceLocation atLoc) const argument
238 rewriteAssign(PropsTy &props, SourceLocation atLoc) const argument
267 maybeAddWeakOrUnsafeUnretainedAttr(PropsTy &props, SourceLocation atLoc) const argument
365 hasGCWeak(PropsTy &props, SourceLocation atLoc) const argument
[all...]
/freebsd-10-stable/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-10-stable/contrib/xz/src/liblzma/delta/
H A Ddelta_decoder.h24 const uint8_t *props, size_t props_size);
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_roce.c164 struct ib_port_attr *props, u8 port)
183 &props->active_speed,
184 &props->active_width);
191 struct ib_port_attr *props)
197 memset(props, 0, sizeof(*props));
199 props->port_cap_flags |= IB_PORT_CM_SUP;
201 props->gid_tbl_len = MLX5_CAP_ROCE(dev->mdev,
203 props->max_mtu = IB_MTU_4096;
204 props
163 mlx5_query_roce_port_ptys(struct ib_device *ib_dev, struct ib_port_attr *props, u8 port) argument
190 mlx5_query_port_roce(struct ib_device *ib_dev, u8 port, struct ib_port_attr *props) argument
[all...]
H A Dmlx5_ib_mad.c453 struct ib_port_attr *props)
472 memset(props, 0, sizeof(*props));
484 props->lid = be16_to_cpup((__be16 *)(out_mad->data + 16));
485 props->lmc = out_mad->data[34] & 0x7;
486 props->sm_lid = be16_to_cpup((__be16 *)(out_mad->data + 18));
487 props->sm_sl = out_mad->data[36] & 0xf;
488 props->state = out_mad->data[32] & 0xf;
489 props->phys_state = out_mad->data[33] >> 4;
490 props
452 mlx5_query_port_mad_ifc(struct ib_device *ibdev, u8 port, struct ib_port_attr *props) argument
[all...]
/freebsd-10-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-10-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c54 struct ib_port_modify *props)
306 c4iw_query_device(struct ib_device *ibdev, struct ib_device_attr *props) argument
312 CTR3(KTR_IW_CXGBE, "%s ibdev %p, props %p", __func__, ibdev, props);
314 memset(props, 0, sizeof *props);
315 memcpy(&props->sys_image_guid, sc->port[0]->vi[0].hw_addr,
317 props->hw_ver = sc->params.chipid;
318 props->fw_ver = sc->params.fw_vers;
319 props
52 c4iw_modify_port(struct ib_device *ibdev, u8 port, int port_modify_mask, struct ib_port_modify *props) argument
346 c4iw_query_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props) argument
[all...]
/freebsd-10-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-10-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-10-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-10-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-10-stable/contrib/subversion/subversion/svnrdump/
H A Dutil.c55 apr_hash_t *props,
62 for (hi = apr_hash_first(result_pool, props); hi;
53 svn_rdump__normalize_props(apr_hash_t **normal_props, apr_hash_t *props, apr_pool_t *result_pool) argument
/freebsd-10-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-10-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);
517 apr_hash_t *props = baton;
518 apr_pool_t *result_pool = apr_hash_pool_get(props);
525 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
515 apr_hash_t *props = baton; local
542 apr_hash_t *props; local
570 apr_hash_t *props; local
648 apr_hash_t *props; local
882 apr_hash_t *props; local
905 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,
355 if (props)
363 fb.props = props ? apr_hash_make(pool) : NULL;
382 if (props)
383 *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 *pool) argument
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core.c221 lzc_create(const char *fsname, enum lzc_dataset_type type, nvlist_t *props) argument
226 if (props != NULL)
227 fnvlist_add_nvlist(args, "props", props);
235 nvlist_t *props)
240 if (props != NULL)
241 fnvlist_add_nvlist(args, "props", props);
253 * The props nvlist is properties to set. Currently only user properties
263 lzc_snapshot(nvlist_t *snaps, nvlist_t *props, nvlist_ argument
234 lzc_clone(const char *fsname, const char *origin, nvlist_t *props) argument
599 recv_impl(const char *snapname, nvlist_t *props, const char *origin, boolean_t force, boolean_t resumable, int fd, const dmu_replay_record_t *begin_record) argument
691 lzc_receive(const char *snapname, nvlist_t *props, const char *origin, boolean_t force, int fd) argument
704 lzc_receive_resumable(const char *snapname, nvlist_t *props, const char *origin, boolean_t force, int fd) argument
722 lzc_receive_with_header(const char *snapname, nvlist_t *props, const char *origin, boolean_t force, boolean_t resumable, int fd, const dmu_replay_record_t *begin_record) argument
810 lzc_get_bookmarks(const char *fsname, nvlist_t *props, nvlist_t **bmarks) argument
[all...]
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c127 struct ib_device_attr *props)
147 memset(props, 0, sizeof *props);
149 props->fw_ver = dev->dev->caps.fw_ver;
150 props->device_cap_flags = IB_DEVICE_CHANGE_PHY_PORT |
158 props->device_cap_flags |= IB_DEVICE_BAD_PKEY_CNTR;
160 props->device_cap_flags |= IB_DEVICE_BAD_QKEY_CNTR;
162 props->device_cap_flags |= IB_DEVICE_AUTO_PATH_MIG;
164 props->device_cap_flags |= IB_DEVICE_UD_AV_PORT_ENFORCE;
166 props
126 mlx4_ib_query_device(struct ib_device *ibdev, struct ib_device_attr *props) argument
233 ib_link_query_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props, int netw_view) argument
328 eth_link_query_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props, int netw_view) argument
383 __mlx4_ib_query_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props, int netw_view) argument
397 mlx4_ib_query_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props) argument
517 mlx4_ib_modify_device(struct ib_device *ibdev, int mask, struct ib_device_modify *props) argument
582 mlx4_ib_modify_port(struct ib_device *ibdev, u8 port, int mask, struct ib_port_modify *props) argument
[all...]
/freebsd-10-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-10-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 378 milliseconds

12345678