| /NextBSD/contrib/wpa/wpa_supplicant/examples/ |
| HD | wpas-dbus-new-signals.py | 37 def interfaceAdded(interface, properties): argument 38 print "InterfaceAdded(%s): Ifname=%s" % (interface, properties['Ifname']) 43 def propertiesChanged(properties): argument 44 for i in properties: 45 print "PropertiesChanged: %s=%s" % (i, properties[i]) 92 def bssAdded(bss, properties): argument 105 def networkAdded(network, properties): argument 114 def propertiesChangedInterface(properties): argument 115 for i in properties: 116 print "PropertiesChanged(interface): %s=%s" % (i, properties[i]) [all …]
|
| HD | wpas-dbus-new-wps.py | 16 def propertiesChanged(properties): argument 17 if properties.has_key("State"): 18 print "PropertiesChanged: State: %s" % (properties["State"]) 23 def bssAdded(bss, properties): argument
|
| HD | wpas-dbus-new.py | 36 def propertiesChanged(properties): argument 37 if properties.has_key("State"): 38 print "PropertiesChanged: State: %s" % (properties["State"]) 89 def bssAdded(bss, properties): argument
|
| /NextBSD/contrib/subversion/subversion/libsvn_wc/ |
| HD | wc-queries.sql | 32 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_data [all …]
|
| HD | wc-metadata.sql | 142 properties BLOB, field 406 properties BLOB, field 651 checksum, properties, translated_size, last_mod_time, 657 checksum, properties, translated_size, last_mod_time, 665 checksum, properties, translated_size, last_mod_time, 671 checksum, properties, translated_size, last_mod_time, 950 properties BLOB, field 960 wc_id, local_relpath, parent_relpath, properties, conflict_old, 970 properties BLOB, field 985 wc_id, local_relpath, parent_relpath, properties, conflict_old,
|
| HD | wc-checks.sql | 114 WHERE (a.properties IS NOT NULL 118 OR (a.conflict_data IS NULL AND a.properties IS NULL AND a.changelist IS NULL) 141 AND (properties IS NOT NULL 171 AND (properties IS NOT NULL
|
| /NextBSD/contrib/subversion/subversion/libsvn_fs_x/ |
| HD | temp_serializer.c | 573 properties_data_t properties; in svn_fs_x__serialize_properties() local 580 properties.count = apr_hash_count(hash); in svn_fs_x__serialize_properties() 581 properties.keys = apr_palloc(pool, sizeof(const char*) * (properties.count + 1)); in svn_fs_x__serialize_properties() 582 properties.values = apr_palloc(pool, sizeof(const char*) * properties.count); in svn_fs_x__serialize_properties() 587 properties.keys[i] = apr_hash_this_key(hi); in svn_fs_x__serialize_properties() 588 properties.values[i] = apr_hash_this_val(hi); in svn_fs_x__serialize_properties() 592 context = svn_temp_serializer__init(&properties, in svn_fs_x__serialize_properties() 593 sizeof(properties), in svn_fs_x__serialize_properties() 594 properties.count * 100, in svn_fs_x__serialize_properties() 597 properties.keys[i] = ""; in svn_fs_x__serialize_properties() [all …]
|
| /NextBSD/contrib/subversion/subversion/libsvn_fs_fs/ |
| HD | temp_serializer.c | 586 properties_data_t properties; in svn_fs_fs__serialize_properties() local 593 properties.count = apr_hash_count(hash); in svn_fs_fs__serialize_properties() 594 properties.keys = apr_palloc(pool, sizeof(const char*) * (properties.count + 1)); in svn_fs_fs__serialize_properties() 595 properties.values = apr_palloc(pool, sizeof(const char*) * properties.count); in svn_fs_fs__serialize_properties() 600 properties.keys[i] = apr_hash_this_key(hi); in svn_fs_fs__serialize_properties() 601 properties.values[i] = apr_hash_this_val(hi); in svn_fs_fs__serialize_properties() 605 context = svn_temp_serializer__init(&properties, in svn_fs_fs__serialize_properties() 606 sizeof(properties), in svn_fs_fs__serialize_properties() 607 properties.count * 100, in svn_fs_fs__serialize_properties() 610 properties.keys[i] = ""; in svn_fs_fs__serialize_properties() [all …]
|
| /NextBSD/lib/libutil/ |
| HD | property.c | 44 static properties 47 properties n; in property_alloc() 49 if ((n = (properties)malloc(sizeof(struct _property))) == NULL) in property_alloc() 70 properties 73 properties head, ptr; in properties_read() 233 property_find(properties list, const char *name) in property_find() 246 properties_free(properties list) in properties_free() 248 properties tmp; in properties_free()
|
| HD | libutil.h | 79 } *properties; typedef 122 void properties_free(properties _list); 123 char *property_find(properties _list, const char *_name); 124 properties
|
| /NextBSD/usr.sbin/bsdconfig/share/ |
| HD | struct.subr | 38 # Define a new `structure' type $type made up of the properties $member_name1 59 # access properties of a struct, but they are not equal (each method has its 62 # The primary method of accessing (both setting and getting) properties of any 112 # Access routine for getting, setting, unsetting, and testing properties of 118 # For getting properties of a struct (versus setting) there are two methods of 124 # For setting properties of a struct, sets the value of $property to $new_value 169 # Copy the properties of one struct to another. If struct $to_name does not 185 f_dprintf "f_struct_copy: copying properties from %s to %s" \ 187 local property properties from_value n=0 k=0 188 f_getvar "_struct_typedef_$type" properties [all …]
|
| /NextBSD/sys/dev/isci/scil/ |
| HD | scif_sas_domain_states.c | 511 SCIC_PORT_PROPERTIES_T properties; in scif_sas_domain_discovering_state_enter() local 513 scic_port_get_properties(fw_domain->core_object, &properties); in scif_sas_domain_discovering_state_enter() 519 fw_domain, &properties.remote.sas_address in scif_sas_domain_discovering_state_enter() 528 &properties.remote.sas_address, in scif_sas_domain_discovering_state_enter() 529 &properties.remote.protocols in scif_sas_domain_discovering_state_enter() 534 if(properties.remote.protocols.u.bits.smp_target) in scif_sas_domain_discovering_state_enter()
|
| HD | scic_phy.h | 284 SCIC_PHY_PROPERTIES_T * properties 306 SCIC_SAS_PHY_PROPERTIES_T * properties 328 SCIC_SATA_PHY_PROPERTIES_T * properties
|
| HD | scic_sds_phy.c | 1104 SCIC_PHY_PROPERTIES_T * properties in scic_phy_get_properties() argument 1116 this_phy, properties in scic_phy_get_properties() 1124 memset(properties, 0, sizeof(SCIC_PHY_PROPERTIES_T)); in scic_phy_get_properties() 1131 properties->negotiated_link_rate = this_phy->max_negotiated_speed; in scic_phy_get_properties() 1134 properties->max_link_rate = SCI_SAS_600_GB; in scic_phy_get_properties() 1136 properties->max_link_rate = SCI_SAS_300_GB; in scic_phy_get_properties() 1138 properties->max_link_rate = SCI_SAS_150_GB; in scic_phy_get_properties() 1140 properties->index = this_phy->phy_index; in scic_phy_get_properties() 1141 properties->owning_port = scic_sds_phy_get_port(this_phy); in scic_phy_get_properties() 1143 scic_sds_phy_get_protocols(this_phy, &properties->transmit_iaf.protocols); in scic_phy_get_properties() [all …]
|
| HD | scif_sas_remote_device.c | 188 SCIC_PORT_PROPERTIES_T properties; in scif_remote_device_da_construct() local 190 scic_port_get_properties(fw_device->domain->core_object, &properties); in scif_remote_device_da_construct() 193 if ( (sas_address->low == properties.remote.sas_address.low) in scif_remote_device_da_construct() 194 && (sas_address->high == properties.remote.sas_address.high) ) in scif_remote_device_da_construct() 197 SCI_GET_BITS_SET_COUNT(properties.phy_mask, fw_device->device_port_width); in scif_remote_device_da_construct()
|
| /NextBSD/contrib/subversion/subversion/libsvn_client/ |
| HD | copy_foreign.c | 68 apr_hash_t *properties; member 164 if (! db->properties) in dir_change_prop() 165 db->properties = apr_hash_make(db->pool); in dir_change_prop() 168 svn_hash_sets(db->properties, apr_pstrdup(db->pool, name), in dir_change_prop() 218 db->properties, in ensure_added() 249 apr_hash_t *properties; member 311 if (! fb->properties) in file_change_prop() 312 fb->properties = apr_hash_make(fb->pool); in file_change_prop() 315 svn_hash_sets(fb->properties, apr_pstrdup(fb->pool, name), in file_change_prop() 379 SVN_ERR(svn_wc_add_from_disk3(eb->wc_ctx, fb->local_abspath, fb->properties, in file_close()
|
| HD | import.c | 90 apr_hash_t *properties, in send_file_contents() argument 104 if (properties) in send_file_contents() 106 eol_style_val = apr_hash_get(properties, SVN_PROP_EOL_STYLE, in send_file_contents() 108 keywords_val = apr_hash_get(properties, SVN_PROP_KEYWORDS, in send_file_contents() 110 if (svn_hash_gets(properties, SVN_PROP_SPECIAL)) in send_file_contents() 203 apr_hash_t* properties; in import_file() local 218 SVN_ERR(svn_client__get_paths_auto_props(&properties, &mimetype, in import_file() 225 properties = apr_hash_make(pool); in import_file() 227 if (properties) in import_file() 229 for (hi = apr_hash_first(pool, properties); hi; hi = apr_hash_next(hi)) in import_file() [all …]
|
| HD | add.c | 153 get_auto_props_for_pattern(apr_hash_t *properties, in get_auto_props_for_pattern() argument 175 svn_string_create_empty(apr_hash_pool_get(properties)); in get_auto_props_for_pattern() 180 svn_hash_sets(properties, propname, propval_str); in get_auto_props_for_pattern() 189 svn_client__get_paths_auto_props(apr_hash_t **properties, in svn_client__get_paths_auto_props() argument 201 *properties = apr_hash_make(result_pool); in svn_client__get_paths_auto_props() 213 get_auto_props_for_pattern(*properties, mimetype, &have_executable, in svn_client__get_paths_auto_props() 249 apr_hash_set(*properties, SVN_PROP_MIME_TYPE, in svn_client__get_paths_auto_props() 260 apr_hash_set(*properties, SVN_PROP_EXECUTABLE, in svn_client__get_paths_auto_props() 277 apr_hash_t *properties; in add_file() local 289 properties = apr_hash_make(pool); in add_file() [all …]
|
| /NextBSD/contrib/gcc/ |
| HD | passes.c | 307 register_one_dump_file (struct tree_opt_pass *pass, bool ipa, int properties) in register_one_dump_file() argument 323 else if (properties & PROP_trees) in register_one_dump_file() 337 register_dump_files_1 (struct tree_opt_pass *pass, bool ipa, int properties) in register_dump_files_1() argument 341 int new_properties = (properties | pass->properties_provided) in register_dump_files_1() 354 properties &= new_properties; in register_dump_files_1() 356 properties = new_properties; in register_dump_files_1() 362 return properties; in register_dump_files_1() 371 register_dump_files (struct tree_opt_pass *pass, bool ipa, int properties) in register_dump_files() argument 373 pass->properties_required |= properties; in register_dump_files() 375 register_dump_files_1 (pass, ipa, properties); in register_dump_files()
|
| /NextBSD/usr.sbin/mfiutil/ |
| HD | mfi_config.c | 148 if (ld->properties.ld.v.target_id == target_id) in mfi_config_lookup_volume() 459 ld->properties.ld.v.target_id = find_next_volume(state); in build_volume() 460 ld->properties.ld.v.seq = 0; in build_volume() 461 ld->properties.default_cache_policy = MR_LD_CACHE_ALLOW_WRITE_CACHE | in build_volume() 463 ld->properties.access_policy = MFI_LD_ACCESS_RW; in build_volume() 464 ld->properties.disk_cache_policy = MR_PD_CACHE_UNCHANGED; in build_volume() 465 ld->properties.current_cache_policy = MR_LD_CACHE_ALLOW_WRITE_CACHE | in build_volume() 467 ld->properties.no_bgi = 0; in build_volume() 537 ld->properties.ld.v.target_id); in build_volume() 750 state.volumes[i] = ld->properties.ld.v.target_id; in create_volume() [all …]
|
| /NextBSD/contrib/subversion/subversion/svn/schema/ |
| HD | props.rnc | 24 start = properties 26 properties = element properties { target* | revprops }
|
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectApropos.cpp | 127 std::vector<const Property *> properties; in DoExecute() local 128 … const size_t num_properties = m_interpreter.GetDebugger().Apropos(search_word, properties); in DoExecute() 134 … properties[i]->DumpDescription (m_interpreter, result.GetOutputStream(), 0, dump_qualified_name); in DoExecute()
|
| /NextBSD/contrib/gcc/doc/ |
| HD | options.texi | 16 * Option properties:: Supported option properties 35 @xref{Option properties}. 44 a space-separated list of option properties (@pxref{Option properties}) 79 @node Option properties 80 @section Option properties 82 The second field of an option record can specify the following properties: 116 allowed to have both of these properties. 135 If the option uses the @code{Mask} or @code{InverseMask} properties,
|
| /NextBSD/contrib/wpa/wpa_supplicant/examples/p2p/ |
| HD | p2p_group_add.py | 29 def GroupStarted(properties): argument 30 if properties.has_key("group_object"): 32 % properties["group_object"]
|
| /NextBSD/share/examples/tests/tests/plain/ |
| HD | Kyuafile | 35 -- in which specific run-time properties can be passed to the tests below. 43 -- any metadata properties in here. These have the exact same meaning as 44 -- their ATF counterparts. These properties are often useful to define
|