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

1234567

/freebsd-10.0-release/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.0-release/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, lzma_allocator *allocator, const uint8_t *props, size_t props_size) argument
/freebsd-10.0-release/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.0-release/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.0-release/contrib/xz/src/liblzma/delta/
H A Ddelta_decoder.h23 const uint8_t *props, size_t props_size);
H A Ddelta_decoder.c60 const uint8_t *props, size_t props_size)
71 opt->dist = props[0] + 1;
59 lzma_delta_props_decode(void **options, lzma_allocator *allocator, const uint8_t *props, size_t props_size) argument
/freebsd-10.0-release/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c52 struct ib_port_modify *props)
302 c4iw_query_device(struct ib_device *ibdev, struct ib_device_attr *props) argument
307 CTR3(KTR_IW_CXGBE, "%s ibdev %p, props %p", __func__, ibdev, props);
309 memset(props, 0, sizeof *props);
310 memcpy(&props->sys_image_guid, sc->port[0]->hw_addr, 6);
311 props->hw_ver = sc->params.chipid;
312 props->fw_ver = sc->params.fw_vers;
313 props
50 c4iw_modify_port(struct ib_device *ibdev, u8 port, int port_modify_mask, struct ib_port_modify *props) argument
338 c4iw_query_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props) argument
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core.h42 int lzc_snapshot(nvlist_t *snaps, nvlist_t *props, nvlist_t **errlist);
43 int lzc_create(const char *fsname, dmu_objset_type_t type, nvlist_t *props);
44 int lzc_clone(const char *fsname, const char *origin, nvlist_t *props);
55 int lzc_receive(const char *snapname, nvlist_t *props, const char *origin,
/freebsd-10.0-release/contrib/xz/src/liblzma/lzma/
H A Dlzma2_decoder.h26 const uint8_t *props, size_t props_size);
H A Dlzma_decoder.h28 const uint8_t *props, size_t props_size);
/freebsd-10.0-release/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,
419 * Example: copy A to B; set-props on A; copy A to C. The props on C
523 apr_hash_t *props,
535 apr_hash_t *props,
546 apr_hash_t *props,
568 apr_hash_t *props,
578 apr_hash_t *props,
590 apr_hash_t *props,
[all...]
/freebsd-10.0-release/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);
192 apr_hash_t *props;
243 err = svn_ra_get_file(ra_session, "", loc->rev, NULL, NULL, &props, pool);
258 eol_style = svn_hash_gets(props, SVN_PROP_EOL_STYLE);
259 keywords = svn_hash_gets(props, SVN_PROP_KEYWORD
62 apr_hash_t *props; local
190 apr_hash_t *props; local
[all...]
/freebsd-10.0-release/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.0-release/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.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c126 struct ib_device_attr *props)
146 memset(props, 0, sizeof *props);
148 props->fw_ver = dev->dev->caps.fw_ver;
149 props->device_cap_flags = IB_DEVICE_CHANGE_PHY_PORT |
157 props->device_cap_flags |= IB_DEVICE_BAD_PKEY_CNTR;
159 props->device_cap_flags |= IB_DEVICE_BAD_QKEY_CNTR;
161 props->device_cap_flags |= IB_DEVICE_AUTO_PATH_MIG;
163 props->device_cap_flags |= IB_DEVICE_UD_AV_PORT_ENFORCE;
165 props
125 mlx4_ib_query_device(struct ib_device *ibdev, struct ib_device_attr *props) argument
232 ib_link_query_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props, int netw_view) argument
327 eth_link_query_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props, int netw_view) argument
382 __mlx4_ib_query_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props, int netw_view) argument
396 mlx4_ib_query_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props) argument
516 mlx4_ib_modify_device(struct ib_device *ibdev, int mask, struct ib_device_modify *props) argument
581 mlx4_ib_modify_port(struct ib_device *ibdev, u8 port, int mask, struct ib_port_modify *props) argument
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dtranslate.c47 #include "props.h"
263 apr_hash_t *props,
271 if (props == NULL)
272 SVN_ERR(svn_wc__get_actual_props(&props, db, local_abspath,
277 propval = svn_prop_get_value(props, SVN_PROP_EOL_STYLE);
284 propval = svn_prop_get_value(props, SVN_PROP_KEYWORDS);
296 propval = svn_prop_get_value(props, SVN_PROP_SPECIAL);
371 apr_hash_t *props = NULL;
398 SVN_ERR(svn_wc__db_read_props(&props, db, local_abspath, scratch_pool,
401 props
256 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
370 apr_hash_t *props = NULL; local
[all...]
H A Dprops.h2 * props.h : properties
41 /* Internal function for diffing props. See svn_wc_get_prop_diffs2(). */
68 * Only regular props are accepted; WC props and entry props raise an error
69 * (unlike svn_wc_prop_set4() which accepts WC props).
79 const apr_hash_t *props,
92 If SERVER_BASEPROPS is NULL then use the pristine props as PROPCHANGES
97 Append any conflicts of the actual props to *CONFLICT_SKEL. (First
128 /* Set *MODIFIED_P TRUE if the props fo
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dserf.c628 apr_hash_t *props;
647 /* ### fix: fetch hash of *just* the PATH@REV props. no nested hash. */
648 SVN_ERR(svn_ra_serf__retrieve_props(&props, session, session->conns[0],
652 SVN_ERR(svn_ra_serf__select_revprops(ret_props, propfind_path, rev, props,
666 apr_hash_t *props;
668 SVN_ERR(svn_ra_serf__rev_proplist(session, rev, &props, pool));
670 *value = svn_hash_gets(props, name);
676 fetch_path_props(apr_hash_t **props,
704 SVN_ERR(svn_ra_serf__fetch_node_props(props, session->conns[0],
721 apr_hash_t *props;
626 apr_hash_t *props; local
664 apr_hash_t *props; local
674 fetch_path_props(apr_hash_t **props, svn_ra_serf__session_t *session, const char *session_relpath, svn_revnum_t revision, const svn_ra_serf__dav_props_t *desired_props, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
719 apr_hash_t *props; local
880 apr_array_header_t *props = apr_array_make local
955 apr_hash_t *props; local
1010 resource_is_directory(apr_hash_t *props) argument
1065 apr_hash_t *props; local
1129 apr_hash_t *props; local
[all...]
H A Dproperty.c350 svn_ra_serf__get_ver_prop_string(apr_hash_t *props,
359 ver_props = apr_hash_get(props, &rev, sizeof(rev));
378 svn_ra_serf__get_ver_prop(apr_hash_t *props,
386 val = svn_ra_serf__get_ver_prop_string(props, path, rev, ns, name);
397 svn_ra_serf__get_prop_string(apr_hash_t *props,
402 return svn_ra_serf__get_ver_prop_string(props, path, SVN_INVALID_REVNUM,
407 svn_ra_serf__get_prop(apr_hash_t *props,
412 return svn_ra_serf__get_ver_prop(props, path, SVN_INVALID_REVNUM, ns, name);
416 svn_ra_serf__set_ver_prop(apr_hash_t *props,
423 ver_props = apr_hash_get(props,
348 svn_ra_serf__get_ver_prop_string(apr_hash_t *props, const char *path, svn_revnum_t rev, const char *ns, const char *name) argument
376 svn_ra_serf__get_ver_prop(apr_hash_t *props, const char *path, svn_revnum_t rev, const char *ns, const char *name) argument
395 svn_ra_serf__get_prop_string(apr_hash_t *props, const char *path, const char *ns, const char *name) argument
405 svn_ra_serf__get_prop(apr_hash_t *props, const char *path, const char *ns, const char *name) argument
414 svn_ra_serf__set_ver_prop(apr_hash_t *props, const char *path, svn_revnum_t rev, const char *ns, const char *name, const svn_string_t *val, apr_pool_t *pool) argument
454 svn_ra_serf__set_prop(apr_hash_t *props, const char *path, const char *ns, const char *name, const svn_string_t *val, apr_pool_t *pool) argument
649 svn_ra_serf__retrieve_props(apr_hash_t **results, svn_ra_serf__session_t *sess, svn_ra_serf__connection_t *conn, const char *url, svn_revnum_t rev, const char *depth, const svn_ra_serf__dav_props_t *props, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
706 svn_ra_serf__walk_node_props(apr_hash_t *props, svn_ra_serf__walker_visitor_t walker, void *baton, apr_pool_t *scratch_pool) argument
749 svn_ra_serf__walk_all_props(apr_hash_t *props, const char *name, svn_revnum_t rev, svn_ra_serf__walker_visitor_t walker, void *baton, apr_pool_t *scratch_pool) argument
774 svn_ra_serf__walk_all_paths(apr_hash_t *props, svn_revnum_t rev, svn_ra_serf__path_rev_walker_t walker, void *baton, apr_pool_t *pool) argument
878 apr_hash_t *props = baton; local
893 svn_ra_serf__flatten_props(apr_hash_t **flat_props, apr_hash_t *props, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
978 apr_hash_t *props; local
1206 svn_ra_serf__get_resource_type(svn_node_kind_t *kind, apr_hash_t *props) argument
1244 apr_hash_t *props; local
[all...]
/freebsd-10.0-release/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)
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c58 struct ib_device_attr *props)
72 memset(props, 0, sizeof *props);
74 props->fw_ver = mdev->fw_ver;
89 props->device_cap_flags = mdev->device_cap_flags;
90 props->vendor_id = be32_to_cpup((__be32 *) (out_mad->data + 36)) &
92 props->vendor_part_id = be16_to_cpup((__be16 *) (out_mad->data + 30));
93 props->hw_ver = be32_to_cpup((__be32 *) (out_mad->data + 32));
94 memcpy(&props->sys_image_guid, out_mad->data + 4, 8);
96 props
57 mthca_query_device(struct ib_device *ibdev, struct ib_device_attr *props) argument
137 mthca_query_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props) argument
192 mthca_modify_device(struct ib_device *ibdev, int mask, struct ib_device_modify *props) argument
209 mthca_modify_port(struct ib_device *ibdev, u8 port, int port_modify_mask, struct ib_port_modify *props) argument
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs/
H A Deditor.c84 apr_hash_t *props,
92 ### we don't need to worry about deleting props. just adding. */
94 for (hi = apr_hash_first(scratch_pool, props); hi;
113 apr_hash_t *props,
123 SVN_ERR(svn_prop_diffs(&propdiffs, props, old_props, scratch_pool));
334 apr_hash_t *props,
358 SVN_ERR(add_new_props(root, fspath, props, scratch_pool));
370 apr_hash_t *props,
394 SVN_ERR(add_new_props(root, fspath, props, scratch_pool));
405 apr_hash_t *props,
82 add_new_props(svn_fs_root_t *root, const char *fspath, apr_hash_t *props, apr_pool_t *scratch_pool) argument
111 alter_props(svn_fs_root_t *root, const char *fspath, apr_hash_t *props, apr_pool_t *scratch_pool) argument
331 add_directory_cb(void *baton, const char *relpath, const apr_array_header_t *children, apr_hash_t *props, svn_revnum_t replaces_rev, apr_pool_t *scratch_pool) argument
366 add_file_cb(void *baton, const char *relpath, const svn_checksum_t *checksum, svn_stream_t *contents, apr_hash_t *props, svn_revnum_t replaces_rev, apr_pool_t *scratch_pool) argument
402 add_symlink_cb(void *baton, const char *relpath, const char *target, apr_hash_t *props, svn_revnum_t replaces_rev, apr_pool_t *scratch_pool) argument
462 alter_directory_cb(void *baton, const char *relpath, svn_revnum_t revision, const apr_array_header_t *children, apr_hash_t *props, apr_pool_t *scratch_pool) argument
488 alter_file_cb(void *baton, const char *relpath, svn_revnum_t revision, apr_hash_t *props, const svn_checksum_t *checksum, svn_stream_t *contents, apr_pool_t *scratch_pool) argument
521 alter_symlink_cb(void *baton, const char *relpath, svn_revnum_t revision, apr_hash_t *props, const char *target, apr_pool_t *scratch_pool) argument
[all...]

Completed in 144 milliseconds

1234567