Searched refs:properties (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-10-stable/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-dbus-new-signals.py37 def interfaceAdded(interface, properties):
38 print "InterfaceAdded(%s): Ifname=%s" % (interface, properties['Ifname'])
43 def propertiesChanged(properties):
44 for i in properties:
45 print "PropertiesChanged: %s=%s" % (i, properties[i])
92 def bssAdded(bss, properties):
105 def networkAdded(network, properties):
114 def propertiesChangedInterface(properties):
115 for i in properties:
116 print "PropertiesChanged(interface): %s=%s" % (i, properties[
[all...]
H A Dwpas-dbus-new-wps.py16 def propertiesChanged(properties):
17 if properties.has_key("State"):
18 print "PropertiesChanged: State: %s" % (properties["State"])
23 def bssAdded(bss, properties):
H A Dwpas-dbus-new.py36 def propertiesChanged(properties):
37 if properties.has_key("State"):
38 print "PropertiesChanged: State: %s" % (properties["State"])
89 def bssAdded(bss, properties):
H A Dwpas-test.py60 props = net.properties()
/freebsd-10-stable/contrib/libyaml/tests/
H A Dexample-deconstructor-alt.c114 int properties, key, value, map, seq; local
129 properties = yaml_document_add_mapping(&output_document, NULL,
131 if (!properties) goto document_error;
133 root, properties)) goto document_error;
150 properties, key, value)) goto document_error;
169 properties, key, value)) goto document_error;
185 properties, key, value)) goto document_error;
200 properties, key, value)) goto document_error;
219 properties, key, map)) goto document_error;
262 properties, ke
[all...]
/freebsd-10-stable/lib/libutil/
H A Dproperty.c44 static properties
47 properties n;
49 if ((n = (properties)malloc(sizeof(struct _property))) == NULL)
70 properties
73 properties head, ptr;
233 property_find(properties list, const char *name)
246 properties_free(properties list)
248 properties tmp;
H A Dlibutil.h74 /* For properties.c. */
79 } *properties; typedef in typeref:struct:_property
122 void properties_free(properties _list);
123 char *property_find(properties _list, const char *_name);
124 properties
/freebsd-10-stable/sys/dev/isci/scil/
H A Dscic_phy.h77 * @brief This structure defines the properties common to all phys
117 * @brief This structure defines the properties, specific to a
138 * @brief This structure defines the properties, specific to a
272 * the properties.
273 * @param[out] properties This parameter specifies the properties
280 * properties output parameter.
284 SCIC_PHY_PROPERTIES_T * properties
293 * retrieve properties.
294 * @param[out] properties Thi
[all...]
H A Dscic_port.h84 * @brief This structure defines the properties that can be retrieved
106 * @brief This structure defines the properties that can be retrieved
117 * This field indicates the local end-point properties for port.
122 * This field indicates the remote (attached) end-point properties
135 * @brief This method simply returns the properties regarding the
140 * @param[out] properties This parameter specifies the properties
147 * properties output parameter.
151 SCIC_PORT_PROPERTIES_T * properties
H A Dscif_sas_domain_states.c511 SCIC_PORT_PROPERTIES_T properties; local
513 scic_port_get_properties(fw_domain->core_object, &properties);
519 fw_domain, &properties.remote.sas_address
528 &properties.remote.sas_address,
529 &properties.remote.protocols
534 if(properties.remote.protocols.u.bits.smp_target)
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtemp_serializer.c522 /* Auxiliary structure representing the content of a properties hash.
586 properties_data_t properties; local
593 properties.count = apr_hash_count(hash);
594 properties.keys = apr_palloc(pool, sizeof(const char*) * (properties.count + 1));
595 properties.values = apr_palloc(pool, sizeof(const char*) * properties.count);
600 properties.keys[i] = apr_hash_this_key(hi);
601 properties.values[i] = apr_hash_this_val(hi);
605 context = svn_temp_serializer__init(&properties,
630 properties_data_t *properties = (properties_data_t *)data; local
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtemp_serializer.c509 /* Auxiliary structure representing the content of a properties hash.
573 properties_data_t properties; local
580 properties.count = apr_hash_count(hash);
581 properties.keys = apr_palloc(pool, sizeof(const char*) * (properties.count + 1));
582 properties.values = apr_palloc(pool, sizeof(const char*) * properties.count);
587 properties.keys[i] = apr_hash_this_key(hi);
588 properties.values[i] = apr_hash_this_val(hi);
592 context = svn_temp_serializer__init(&properties,
617 properties_data_t *properties = (properties_data_t *)data; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectApropos.cpp128 std::vector<const Property *> properties; local
129 const size_t num_properties = m_interpreter.GetDebugger().Apropos(search_word, properties);
135 properties[i]->DumpDescription (m_interpreter, result.GetOutputStream(), 0, dump_qualified_name);
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Dcopy_foreign.c68 apr_hash_t *properties; member in struct:dir_baton_t
164 if (! db->properties)
165 db->properties = apr_hash_make(db->pool);
168 svn_hash_sets(db->properties, apr_pstrdup(db->pool, name),
215 /* Add the directory with all the already collected properties */
218 db->properties,
249 apr_hash_t *properties; member in struct:file_baton_t
309 /* We store all properties in the hash for immediate addition
311 if (! fb->properties)
312 fb->properties
[all...]
H A Dadd.c155 get_auto_props_for_pattern(apr_hash_t *properties,
177 svn_string_create_empty(apr_hash_pool_get(properties));
182 svn_hash_sets(properties, propname, propval_str);
191 svn_client__get_paths_auto_props(apr_hash_t **properties,
203 *properties = apr_hash_make(result_pool);
215 get_auto_props_for_pattern(*properties, mimetype, &have_executable,
251 apr_hash_set(*properties, SVN_PROP_MIME_TYPE,
262 apr_hash_set(*properties, SVN_PROP_EXECUTABLE,
279 apr_hash_t *properties;
287 /* Determine the properties tha
153 get_auto_props_for_pattern(apr_hash_t *properties, const char **mimetype, svn_boolean_t *have_executable, const char *filename, const char *pattern, apr_hash_t *propvals, apr_pool_t *scratch_pool) argument
189 svn_client__get_paths_auto_props(apr_hash_t **properties, const char **mimetype, const char *path, svn_magic__cookie_t *magic_cookie, apr_hash_t *autoprops, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
277 apr_hash_t *properties; local
[all...]
H A Dimport.c80 PROPERTIES is the set of node properties set on this file.
91 apr_hash_t *properties,
104 /* If there are properties, look for EOL-style and keywords ones. */
105 if (properties)
107 eol_style_val = apr_hash_get(properties, SVN_PROP_EOL_STYLE,
109 keywords_val = apr_hash_get(properties, SVN_PROP_KEYWORDS,
111 if (svn_hash_gets(properties, SVN_PROP_SPECIAL))
204 apr_hash_t* properties;
218 /* add automatic properties */
219 SVN_ERR(svn_client__get_paths_auto_props(&properties,
87 send_file_contents(const char *local_abspath, void *file_baton, const svn_delta_editor_t *editor, apr_hash_t *properties, unsigned char *digest, apr_pool_t *pool) argument
203 apr_hash_t* properties; local
[all...]
/freebsd-10-stable/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_group_add.py29 def GroupStarted(properties):
30 if properties.has_key("group_object"):
32 % properties["group_object"]
/freebsd-10-stable/crypto/openssl/crypto/asn1/
H A Dcharmap.pl13 # RFC2253 character properties
71 * Mask of various character properties
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql32 symlink_target, last_mod_time, properties, moved_here, inherited_props,
41 depth, symlink_target, last_mod_time, properties, moved_here,
56 symlink_target, last_mod_time, properties, file_external
63 depth, symlink_target, last_mod_time, properties, file_external,
93 moved_here, moved_to, last_mod_time, properties
102 symlink_target, properties, moved_to, moved_here
121 SELECT changelist, properties, conflict_data
133 depth, symlink_target, last_mod_time, properties, lock_token, lock_owner,
147 depth, symlink_target, last_mod_time, properties, lock_token, lock_owner,
162 SELECT local_relpath, changelist, properties, conflict_dat
[all...]
H A Dprops.h2 * props.h : properties
63 * The properties are checked against the node at LOCAL_ABSPATH (which
71 * Set *PREPARED_PROPS to the resulting canonicalized properties,
95 Return the new set of actual properties in *NEW_ACTUAL_PROPS.
101 If STATE is non-null, set *STATE to the state of the local properties
126 svn_boolean_t svn_wc__has_magic_property(const apr_array_header_t *properties);
/freebsd-10-stable/usr.bin/dtc/
H A Dfdt.hh361 * Class encapsulating a device tree node. Nodes may contain properties and
383 * The properties contained within this node.
385 std::vector<property*> properties; member in class:dtc::fdt::node
415 * Comparison function for properties, used when sorting the properties
416 * vector. Orders the properties based on their names.
441 * Sorts the node's properties and children into alphabetical order and
464 * Iterator type for properties of a node.
472 return properties.begin();
479 return properties
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dpasses.c308 register_one_dump_file (struct tree_opt_pass *pass, bool ipa, int properties)
324 else if (properties & PROP_trees)
338 register_dump_files_1 (struct tree_opt_pass *pass, bool ipa, int properties)
342 int new_properties = (properties | pass->properties_provided)
352 /* If we have a gate, combine the properties that we could have with
355 properties &= new_properties;
357 properties = new_properties;
363 return properties;
368 properties that are guaranteed to be available at the beginning of
372 register_dump_files (struct tree_opt_pass *pass, bool ipa, int properties)
307 register_one_dump_file(struct tree_opt_pass *pass, bool ipa, int properties) argument
337 register_dump_files_1(struct tree_opt_pass *pass, bool ipa, int properties) argument
371 register_dump_files(struct tree_opt_pass *pass, bool ipa, int properties) argument
[all...]
/freebsd-10-stable/usr.sbin/mfiutil/
H A Dmfi_config.c148 if (ld->properties.ld.v.target_id == target_id)
458 /* properties */
459 ld->properties.ld.v.target_id = find_next_volume(state);
460 ld->properties.ld.v.seq = 0;
461 ld->properties.default_cache_policy = MR_LD_CACHE_ALLOW_WRITE_CACHE |
463 ld->properties.access_policy = MFI_LD_ACCESS_RW;
464 ld->properties.disk_cache_policy = MR_PD_CACHE_UNCHANGED;
465 ld->properties.current_cache_policy = MR_LD_CACHE_ALLOW_WRITE_CACHE |
467 ld->properties.no_bgi = 0;
537 ld->properties
[all...]
/freebsd-10-stable/contrib/subversion/subversion/include/
H A Dsvn_props.h24 * @brief Subversion properties
54 * properties, in which case we use an array of these structures.
89 /** A structure to represent inherited properties.
96 * from which the properties in @a prop_hash are inherited. (For
111 * svn_string_t</tt>) of properties, returns an array of svn_prop_t
130 svn_prop_array_to_hash(const apr_array_header_t *properties,
144 * Return the value of property @a prop_name as it is in @a properties,
146 * in @a properties or @a properties is NULL, return NULL.
151 svn_prop_get_value(const apr_hash_t *properties,
[all...]
/freebsd-10-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_helpers.h27 /* list of methods, properties and signals registered with object */
30 const struct wpa_dbus_property_desc *properties; member in struct:wpa_dbus_object_desc
35 /* argument for method handlers and properties

Completed in 156 milliseconds

123