| /src/usr.sbin/memswitch/ |
| properties.c | 1 /* $NetBSD: properties.c,v 1.5 2015/09/21 08:04:43 isaki Exp $ */ 42 struct property properties[] = { variable in typeref:struct:property 334 int number_of_props = sizeof (properties) / sizeof (struct property);
|
| /src/sys/arch/evbmips/adm5120/ |
| autoconf.c | 100 prop_dictionary_t properties = adm5120_configuration.properties; local 102 if (properties == NULL) 106 (po = prop_dictionary_get(properties, "initial-gpio")) != NULL) { 115 (po = prop_dictionary_get(properties, "mac-address")) != NULL) {
|
| /src/external/bsd/kyua-cli/dist/cli/ |
| cmd_config.cpp | 49 /// \param properties The key/value map representing all the configuration 54 print_all(cmdline::ui* ui, const config::properties_map& properties) 56 for (config::properties_map::const_iterator iter = properties.begin(); 57 iter != properties.end(); iter++) 66 /// \param properties The key/value map representing all the configuration 72 print_some(cmdline::ui* ui, const config::properties_map& properties, 80 properties.find(*iter); 81 if (match == properties.end()) { 115 const config::properties_map properties = user_config.all_properties(); local 117 return print_all(ui, properties); [all...] |
| config_test.cpp | 104 const config::properties_map& properties = user_config.all_properties( local 107 properties.find("magic_value"); 108 ATF_REQUIRE(iter != properties.end());
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/ |
| macsignature.h | 21 char *properties; member in struct:mac_key_st
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/ |
| macsignature.h | 22 char *properties; member in struct:mac_key_st
|
| /src/external/gpl2/dtc/dist/tests/ |
| property_iterate.c | 25 uint32_t properties; local 32 * This property indicates the number of properties in our 35 prop = fdt_getprop(fdt, parent_offset, "test-properties", &len); 37 FAIL("Missing/invalid test-properties property at '%s'", 40 properties = fdt32_to_cpu(*prop); 50 if (count != properties) { 51 FAIL("Node '%s': Expected %d properties, got %d\n", 52 fdt_get_name(fdt, parent_offset, NULL), properties,
|
| /src/sys/arch/mips/adm5120/include/ |
| adm5120var.h | 85 prop_dictionary_t properties; member in struct:adm5120_config
|
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_mode_object.h | 39 * @properties: properties attached to this object, including values 45 * properties like @id and @type it provides two services: 47 * - It tracks attached properties and their values. This is used by &drm_crtc, 48 * &drm_plane and &drm_connector. Properties are attached by calling 60 struct drm_object_properties *properties; member in struct:drm_mode_object 71 * @count: number of valid properties, must be less than or equal to 77 * @properties: Array of pointers to &drm_property. 79 * NOTE: if we ever start dynamically destroying properties (ie. 84 struct drm_property *properties[DRM_OBJECT_MAX_PROPERTY] member in struct:drm_object_properties [all...] |
| drm_plane.h | 145 * User-space may set mutable zpos properties so that multiple active 339 * driver-private properties. For atomic drivers it is not used because 398 * standardized properties (even for extensions beyond the core set of 399 * properties which might not be implemented by all drivers) this 402 * Such driver-private properties should really only be implemented for 404 * standardize atomic extension and decode the properties used to expose 411 * driver-private atomic properties. 421 * Also since userspace controls in which order properties are set this 430 * asks for properties attached to this plane). No other validation is 450 * driver-private atomic properties 657 struct drm_object_properties properties; member in struct:drm_plane [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/property/ |
| property_local.h | 36 OSSL_PROPERTY_DEFINITION properties[1]; member in struct:ossl_property_list_st
|
| /src/crypto/external/bsd/openssl/dist/crypto/property/ |
| property_local.h | 34 OSSL_PROPERTY_DEFINITION properties[1]; member in struct:ossl_property_list_st
|
| /src/external/bsd/kyua-cli/dist/utils/config/ |
| tree.cpp | 227 /// properties. 240 properties_map properties; local 253 child.all_properties(properties, key); 256 throw value_error(F("Cannot export properties from a leaf node; " 262 for (properties_map::const_iterator iter = properties.begin(); 263 iter != properties.end(); ++iter) { 267 properties = stripped; 270 return properties;
|
| tree_test.cpp | 593 const config::properties_map properties = tree.all_properties(); local 594 ATF_REQUIRE(exp_properties == properties); 612 const config::properties_map properties = tree.all_properties(); local 613 ATF_REQUIRE(exp_properties == properties);
|
| /src/crypto/external/apache2/openssl/dist/providers/common/ |
| provider_util.c | 235 const char *properties, 277 if (properties != NULL) 279 (char *)properties, 0); 305 const char *properties = NULL; local 318 properties = p->data; 323 EVP_MAC *mac = EVP_MAC_fetch(libctx, macname, properties); 341 properties, NULL, 0))
|
| /src/crypto/external/bsd/openssl/dist/providers/common/ |
| provider_util.c | 229 const char *properties, 269 if (properties != NULL) 271 (char *)properties, 0); 298 const char *properties = NULL; local 310 properties = p->data; 315 EVP_MAC *mac = EVP_MAC_fetch(libctx, macname, properties); 333 properties, NULL, 0))
|
| /src/external/bsd/atf/dist/tools/ |
| atffile_test.cpp | 507 vars_map properties; local 508 properties["test-suite"] = "a test name"; 510 const tools::atffile atffile(config_vars, test_program_names, properties); 513 ATF_REQUIRE(properties == atffile.props());
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
| kfd_dbgdev.c | 185 struct queue_properties properties; local 190 properties.type = KFD_QUEUE_TYPE_DIQ; 193 &properties, &qid, NULL); 228 dbgdev->kq->queue->properties.queue_id);
|
| /src/usr.bin/audio/ctl/ |
| ctl.c | 67 static int properties, fullduplex, rerror; variable 94 { "properties", &properties, PROPS, READONLY }, 312 if (ioctl(fd, AUDIO_GETPROPS, &properties) < 0)
|
| /src/crypto/external/apache2/openssl/dist/crypto/store/ |
| store_local.h | 141 char *properties; member in struct:ossl_store_ctx_st 171 const char *properties);
|
| /src/crypto/external/bsd/openssl/dist/crypto/store/ |
| store_local.h | 140 char *properties; member in struct:ossl_store_ctx_st 170 const char *properties); 173 const char *properties);
|
| /src/external/bsd/wpa/dist/wpa_supplicant/dbus/ |
| dbus_new_helpers.h | 33 /* list of methods, properties and signals registered with object */ 36 const struct wpa_dbus_property_desc *properties; member in struct:wpa_dbus_object_desc 41 /* argument for method handlers and properties 110 #define WPA_DBUS_PROPERTIES_INTERFACE "org.freedesktop.DBus.Properties"
|
| /src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
| insns.cc | 658 vec_rtx_properties properties; local 659 properties.add_insn (rtl, true); 660 insn->set_properties (properties); 665 for (rtx_obj_reference ref : properties.refs ()) 679 for (rtx_obj_reference ref : properties.refs ())
|
| /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/ |
| changes.cc | 379 vec_rtx_properties properties; local 380 properties.add_insn (insn->rtl (), true); 383 for (rtx_obj_reference ref : properties.refs ()) 465 for (rtx_obj_reference ref : properties.refs ()) 519 // Record the new instruction-wide properties. 520 insn->set_properties (properties);
|
| insns.cc | 638 vec_rtx_properties properties; local 639 properties.add_insn (rtl, true); 640 insn->set_properties (properties); 645 for (rtx_obj_reference ref : properties.refs ()) 659 for (rtx_obj_reference ref : properties.refs ())
|