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

12

/freebsd-9.3-release/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-9.3-release/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
120 void properties_free(properties _list);
121 char *property_find(properties _list, const char *_name);
122 properties
/freebsd-9.3-release/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)
H A Dscic_sds_phy.c1104 SCIC_PHY_PROPERTIES_T * properties
1116 this_phy, properties
1124 memset(properties, 0, sizeof(SCIC_PHY_PROPERTIES_T));
1131 properties->negotiated_link_rate = this_phy->max_negotiated_speed;
1134 properties->max_link_rate = SCI_SAS_600_GB;
1136 properties->max_link_rate = SCI_SAS_300_GB;
1138 properties->max_link_rate = SCI_SAS_150_GB;
1140 properties->index = this_phy->phy_index;
1141 properties->owning_port = scic_sds_phy_get_port(this_phy);
1143 scic_sds_phy_get_protocols(this_phy, &properties
[all...]
H A Dscif_sas_remote_device.c188 SCIC_PORT_PROPERTIES_T properties; local
190 scic_port_get_properties(fw_device->domain->core_object, &properties);
193 if ( (sas_address->low == properties.remote.sas_address.low)
194 && (sas_address->high == properties.remote.sas_address.high) )
197 SCI_GET_BITS_SET_COUNT(properties.phy_mask, fw_device->device_port_width);
H A Dscic_sds_port.c963 SCIC_PORT_PROPERTIES_T * properties
972 port, properties
983 properties->index = this_port->logical_port_index;
984 properties->phy_mask = scic_sds_port_get_phys(this_port);
985 scic_sds_port_get_sas_address(this_port, &properties->local.sas_address);
986 scic_sds_port_get_protocols(this_port, &properties->local.protocols);
987 scic_sds_port_get_attached_sas_address(this_port, &properties->remote.sas_address);
988 scic_sds_port_get_attached_protocols(this_port, &properties->remote.protocols);
H A Dscic_sds_remote_device.c149 SCIC_PORT_PROPERTIES_T properties; local
169 scic_port_get_properties(this_device->owning_port, &properties);
171 SCI_GET_BITS_SET_COUNT(properties.phy_mask, this_device->device_port_width);
906 SCIC_SATA_PHY_PROPERTIES_T properties; local
909 scic_sata_phy_get_properties(phy, &properties);
912 signature_fis = &(properties.signature_fis);
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dcdrom.c64 static properties
68 properties n;
82 properties cd_attr = NULL;
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dcharmap.pl10 # RFC2253 character properties
68 * Mask of various character properties
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_helpers.h32 /* list of methods, properties and signals registered with object */
35 const struct wpa_dbus_property_desc *properties; member in struct:wpa_dbus_object_desc
40 /* argument for method handlers and properties
H A Ddbus_new.c36 * @properties: Whether to add second argument with object properties
41 const char *sig_name, int properties)
63 if (properties) {
150 * @properties: Whether to add second argument with object properties
156 const char *sig_name, int properties)
179 if (properties) {
297 * @properties: determines if add second argument with object properties
40 wpas_dbus_signal_interface(struct wpa_supplicant *wpa_s, const char *sig_name, int properties) argument
154 wpas_dbus_signal_bss(struct wpa_supplicant *wpa_s, const char *bss_obj_path, const char *sig_name, int properties) argument
301 wpas_dbus_signal_network(struct wpa_supplicant *wpa_s, int id, const char *sig_name, int properties) argument
804 wpas_dbus_register(struct wpa_dbus_object_desc *obj_desc, void *priv, WPADBusArgumentFreeFunction priv_free, const struct wpa_dbus_method_desc *methods, const struct wpa_dbus_property_desc *properties, const struct wpa_dbus_signal_desc *signals) argument
[all...]
H A Ddbus_new_introspect.c128 struct dl_list *list, const struct wpa_dbus_property_desc *properties)
132 for (dsc = properties; dsc && dsc->dbus_property; dsc++) {
145 * Iterates over all methods, signals, and properties registered with an
155 extract_interfaces_properties(list, obj_dsc->properties);
243 * Iterates over all methods, signals and properties registered with
127 extract_interfaces_properties( struct dl_list *list, const struct wpa_dbus_property_desc *properties) argument
H A Ddbus_new_helpers.c134 * get_all_properties - Responds for GetAll properties calls on object
136 * @interface: interface name which properties will be returned
137 * @property_dsc: list of object's properties
138 * Returns: Message with dict of variants as argument with properties values
140 * Iterates over all properties registered with object and execute getters
143 * with properties names as keys and theirs values as values.
163 props_num = fill_dict_with_properties(&dict_iter, obj_dsc->properties,
172 "No readable properties in "
260 property_dsc = obj_dsc->properties;
385 * of the special cases i.e. introspection call or properties ge
[all...]
/freebsd-9.3-release/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-9.3-release/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...]
H A Dmfi_show.c195 warn("Failed to get properties");
404 mfi_volume_name(fd, ld->properties.ld.v.target_id));
405 if (mfi_ld_get_info(fd, ld->properties.ld.v.target_id, &linfo,
413 if (ld->properties.name[0] != '\0')
414 printf(" <%s>", ld->properties.name);
502 switch (info.ld_config.properties.current_cache_policy &
519 if (info.ld_config.properties.name[0] != '\0')
520 printf(" <%s>", info.ld_config.properties.name);
/freebsd-9.3-release/sys/dev/mfi/
H A Dmfi_disk.c105 sc->ld_id = ld_info->ld_config.properties.ld.v.target_id;
142 if ( strlen(ld_info->ld_config.properties.name) == 0 ) {
150 ld_info->ld_config.properties.name, state);
/freebsd-9.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex76 Each node contains \emph{properties}, name--value pairs that give
78 and for some properties, they contain tables or other structured
133 particular, the following properties are desirable:
228 follows all of the properties of the node, each introduced with a
238 stored. Because it's common for many nodes to have properties with
255 properties that the kernel actually requires; the flattened tree
285 device. Parsing these and other interrupt related properties allows
308 \texttt{name} properties equal to \texttt{memory} and \texttt{pci},
432 will automatically generate \texttt{name} properties from the unit
445 \texttt{\{} ... \texttt{\};} block containing the node's properties
[all...]
/freebsd-9.3-release/contrib/one-true-awk/
H A DREADME74 with, though the underlying support has mysterious properties,

Completed in 332 milliseconds

12