| /freebsd-12-stable/sys/contrib/libsodium/builds/ |
| D | Makefile.am | 4 msvc/properties/Common.props \ 5 msvc/properties/Debug.props \ 6 msvc/properties/DebugDEXE.props \ 7 msvc/properties/DebugDLL.props \ 8 msvc/properties/DebugLEXE.props \ 9 msvc/properties/DebugLIB.props \ 10 msvc/properties/DebugLTCG.props \ 11 msvc/properties/DebugSEXE.props \ 12 msvc/properties/DLL.props \ 13 msvc/properties/EXE.props \ [all …]
|
| /freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_create/ |
| D | zfs_create_test.sh | 39 . $(atf_get_srcdir)/properties.kshlib 50 . $(atf_get_srcdir)/properties.kshlib 67 . $(atf_get_srcdir)/properties.kshlib 78 . $(atf_get_srcdir)/properties.kshlib 95 . $(atf_get_srcdir)/properties.kshlib 106 . $(atf_get_srcdir)/properties.kshlib 123 . $(atf_get_srcdir)/properties.kshlib 134 . $(atf_get_srcdir)/properties.kshlib 151 . $(atf_get_srcdir)/properties.kshlib 162 . $(atf_get_srcdir)/properties.kshlib [all …]
|
| /freebsd-12-stable/contrib/wpa/wpa_supplicant/examples/ |
| D | 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 …]
|
| D | 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
|
| D | 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
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/ |
| D | temp_serializer.c | 563 properties_data_t properties; in svn_fs_x__serialize_properties() local 570 properties.count = apr_hash_count(hash); in svn_fs_x__serialize_properties() 571 properties.keys = apr_palloc(pool, sizeof(const char*) * (properties.count + 1)); in svn_fs_x__serialize_properties() 572 properties.values = apr_palloc(pool, sizeof(const svn_string_t *) * properties.count); in svn_fs_x__serialize_properties() 577 properties.keys[i] = apr_hash_this_key(hi); in svn_fs_x__serialize_properties() 578 properties.values[i] = apr_hash_this_val(hi); in svn_fs_x__serialize_properties() 582 context = svn_temp_serializer__init(&properties, in svn_fs_x__serialize_properties() 583 sizeof(properties), in svn_fs_x__serialize_properties() 584 properties.count * 100, in svn_fs_x__serialize_properties() 587 properties.keys[i] = ""; in svn_fs_x__serialize_properties() [all …]
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/ |
| D | 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 132 SELECT changelist, properties, conflict_data 144 depth, symlink_target, last_mod_time, properties, lock_token, lock_owner, 158 depth, symlink_target, last_mod_time, properties, lock_token, lock_owner, 173 SELECT local_relpath, changelist, properties, conflict_data [all …]
|
| D | wc-metadata.sql | 142 properties BLOB, field 400 properties BLOB, field 727 properties BLOB, field 737 wc_id, local_relpath, parent_relpath, properties, conflict_old, 747 properties BLOB, field 762 wc_id, local_relpath, parent_relpath, properties, conflict_old,
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/ |
| D | temp_serializer.c | 593 properties_data_t properties; in svn_fs_fs__serialize_properties() local 600 properties.count = apr_hash_count(hash); in svn_fs_fs__serialize_properties() 601 properties.keys = apr_palloc(pool, sizeof(const char*) * (properties.count + 1)); in svn_fs_fs__serialize_properties() 602 properties.values = apr_palloc(pool, sizeof(const svn_string_t *) * properties.count); in svn_fs_fs__serialize_properties() 607 properties.keys[i] = apr_hash_this_key(hi); in svn_fs_fs__serialize_properties() 608 properties.values[i] = apr_hash_this_val(hi); in svn_fs_fs__serialize_properties() 612 context = svn_temp_serializer__init(&properties, in svn_fs_fs__serialize_properties() 613 sizeof(properties), in svn_fs_fs__serialize_properties() 614 properties.count * 100, in svn_fs_fs__serialize_properties() 617 properties.keys[i] = ""; in svn_fs_fs__serialize_properties() [all …]
|
| /freebsd-12-stable/contrib/googletest/googletest/test/ |
| D | gtest_stress_test.cc | 70 const std::vector<TestProperty>& properties, in ExpectKeyAndValueWereRecordedForId() argument 74 std::find_if(properties.begin(), properties.end(), matches_key); in ExpectKeyAndValueWereRecordedForId() 75 ASSERT_TRUE(property != properties.end()) in ExpectKeyAndValueWereRecordedForId() 140 std::vector<TestProperty> properties; in TEST() local 144 properties.push_back(result->GetTestProperty(i)); in TEST() 150 ExpectKeyAndValueWereRecordedForId(properties, i, "string"); in TEST() 151 ExpectKeyAndValueWereRecordedForId(properties, i, "int"); in TEST()
|
| /freebsd-12-stable/lib/libutil/ |
| D | property.c | 46 static properties 49 properties n; in property_alloc() 51 if ((n = (properties)malloc(sizeof(struct _property))) == NULL) in property_alloc() 72 properties 75 properties head, ptr; in properties_read() 235 property_find(properties list, const char *name) in property_find() 248 properties_free(properties list) in properties_free() 250 properties tmp; in properties_free()
|
| /freebsd-12-stable/usr.sbin/bsdconfig/share/ |
| D | 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 …]
|
| /freebsd-12-stable/sys/dev/isci/scil/ |
| D | scif_sas_domain_states.c | 513 SCIC_PORT_PROPERTIES_T properties; in scif_sas_domain_discovering_state_enter() local 515 scic_port_get_properties(fw_domain->core_object, &properties); in scif_sas_domain_discovering_state_enter() 521 fw_domain, &properties.remote.sas_address in scif_sas_domain_discovering_state_enter() 530 &properties.remote.sas_address, in scif_sas_domain_discovering_state_enter() 531 &properties.remote.protocols in scif_sas_domain_discovering_state_enter() 536 if(properties.remote.protocols.u.bits.smp_target) in scif_sas_domain_discovering_state_enter()
|
| D | scic_phy.h | 286 SCIC_PHY_PROPERTIES_T * properties 308 SCIC_SAS_PHY_PROPERTIES_T * properties 330 SCIC_SATA_PHY_PROPERTIES_T * properties
|
| D | scic_sds_phy.c | 1106 SCIC_PHY_PROPERTIES_T * properties in scic_phy_get_properties() argument 1118 this_phy, properties in scic_phy_get_properties() 1126 memset(properties, 0, sizeof(SCIC_PHY_PROPERTIES_T)); in scic_phy_get_properties() 1133 properties->negotiated_link_rate = this_phy->max_negotiated_speed; in scic_phy_get_properties() 1136 properties->max_link_rate = SCI_SAS_600_GB; in scic_phy_get_properties() 1138 properties->max_link_rate = SCI_SAS_300_GB; in scic_phy_get_properties() 1140 properties->max_link_rate = SCI_SAS_150_GB; in scic_phy_get_properties() 1142 properties->index = this_phy->phy_index; in scic_phy_get_properties() 1143 properties->owning_port = scic_sds_phy_get_port(this_phy); in scic_phy_get_properties() 1145 scic_sds_phy_get_protocols(this_phy, &properties->transmit_iaf.protocols); in scic_phy_get_properties() [all …]
|
| /freebsd-12-stable/tests/sys/cddl/zfs/tests/inheritance/ |
| D | README.state | 35 # properties after the operation has been completed. 57 # the properties before <command> is executed. This 80 # (i.e. the properties are not reset back to their default values between 87 # The first simply verifies that the properties on the top level dataset 88 # were set locally, and that the middle and bottom datasets properties 91 # properties settings are to be verified. 100 # The block below describes the expected state of the properties after
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_client/ |
| D | import.c | 119 apr_hash_t *properties, in send_file_contents() argument 131 if (properties) in send_file_contents() 133 eol_style_val = apr_hash_get(properties, SVN_PROP_EOL_STYLE, in send_file_contents() 135 keywords_val = apr_hash_get(properties, SVN_PROP_KEYWORDS, in send_file_contents() 137 if (svn_hash_gets(properties, SVN_PROP_SPECIAL)) in send_file_contents() 233 apr_hash_t* properties; in import_file() local 248 SVN_ERR(svn_client__get_paths_auto_props(&properties, &mimetype, in import_file() 255 properties = apr_hash_make(pool); in import_file() 257 if (properties) in import_file() 259 for (hi = apr_hash_first(pool, properties); hi; hi = apr_hash_next(hi)) in import_file() [all …]
|
| D | 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 …]
|
| /freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_mount/ |
| D | zfs_mount_007_pos.ksh | 78 set -A properties "atime" "exec" "readonly" "setuid" 99 if [[ $prop == ${properties[$i]} ]]; then 124 for property in ${properties[@]}; do
|
| /freebsd-12-stable/contrib/gcc/ |
| D | 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()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/ |
| D | CommandObjectApropos.cpp | 73 std::vector<const Property *> properties; in DoExecute() local 75 GetDebugger().Apropos(search_word, properties); in DoExecute() 82 properties[i]->DumpDescription( in DoExecute()
|
| /freebsd-12-stable/usr.sbin/mfiutil/ |
| D | mfi_config.c | 150 if (ld->properties.ld.v.target_id == target_id) in mfi_config_lookup_volume() 461 ld->properties.ld.v.target_id = find_next_volume(state); in build_volume() 462 ld->properties.ld.v.seq = 0; in build_volume() 463 ld->properties.default_cache_policy = MR_LD_CACHE_ALLOW_WRITE_CACHE | in build_volume() 465 ld->properties.access_policy = MFI_LD_ACCESS_RW; in build_volume() 466 ld->properties.disk_cache_policy = MR_PD_CACHE_UNCHANGED; in build_volume() 467 ld->properties.current_cache_policy = MR_LD_CACHE_ALLOW_WRITE_CACHE | in build_volume() 469 ld->properties.no_bgi = 0; in build_volume() 539 ld->properties.ld.v.target_id); in build_volume() 752 state.volumes[i] = ld->properties.ld.v.target_id; in create_volume() [all …]
|
| /freebsd-12-stable/sys/dev/usb/ |
| D | usb_fdt_support.c | 106 static const char *properties[] = { in usb_fdt_get_mac_addr() local 113 for (i = 0; i < nitems(properties); ++i) { in usb_fdt_get_mac_addr() 114 proplen = OF_getprop(node, properties[i], mac, sizeof(mac)); in usb_fdt_get_mac_addr()
|
| /freebsd-12-stable/contrib/subversion/subversion/svn/schema/ |
| D | props.rnc | 24 start = properties 26 properties = element properties { target* | revprops }
|
| /freebsd-12-stable/contrib/dtc/Documentation/ |
| D | dt-object-internal.txt | 59 ... /* various properties and child nodes */ 88 ... /* various properties and child nodes */ 180 .... /* various properties for loader use; i.e. part id etc. */ 187 ... /* various properties and child nodes */ 201 ... /* properties */ 207 ... /* various properties and child nodes */ 241 .... /* various properties for loader use; i.e. part id etc. */ 257 ... /* various properties and child nodes */ 269 ... /* properties */ 284 ... /* various properties and child nodes */
|