Home
last modified time | relevance | path

Searched refs:properties (Results 1 – 25 of 932) sorted by relevance

12345678910>>...38

/netbsd-src/sys/external/isc/libsodium/dist/builds/
H A DMakefile.am4 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 …]
H A DMakefile.in293 msvc/properties/Common.props \
294 msvc/properties/Debug.props \
295 msvc/properties/DebugDEXE.props \
296 msvc/properties/DebugDLL.props \
297 msvc/properties/DebugLEXE.props \
298 msvc/properties/DebugLIB.props \
299 msvc/properties/DebugLTCG.props \
300 msvc/properties/DebugSEXE.props \
301 msvc/properties/DLL.props \
302 msvc/properties/EXE.props \
[all …]
/netbsd-src/usr.sbin/memswitch/
H A Dmemswitch.c164 properties[i].class, properties[i].node); in show_single()
165 if (strcmp(name, fullname) == 0 || strcmp(name, properties[i].class) == 0) { in show_single()
166 properties[i].print(&properties[i], valuestr); in show_single()
186 properties[i].print(&properties[i], valuestr); in show_all()
189 properties[i].class, properties[i].node); in show_all()
232 if (strcmp(properties[i].class, class) == 0 && in modify_single()
233 strcmp(properties[i].node, node) == 0) { in modify_single()
234 if (properties[i].parse(&properties[i], value) < 0) { in modify_single()
237 properties[i].print(&properties[i], valuestr); in modify_single()
259 properties[i].class, properties[i].node); in help_single()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_queue.c55 pr_debug("Queue Type: %u\n", q->properties.type); in print_queue()
56 pr_debug("Queue Size: %llu\n", q->properties.queue_size); in print_queue()
57 pr_debug("Queue percent: %u\n", q->properties.queue_percent); in print_queue()
58 pr_debug("Queue Address: 0x%llX\n", q->properties.queue_address); in print_queue()
59 pr_debug("Queue Id: %u\n", q->properties.queue_id); in print_queue()
60 pr_debug("Queue Process Vmid: %u\n", q->properties.vmid); in print_queue()
61 pr_debug("Queue Read Pointer: 0x%px\n", q->properties.read_ptr); in print_queue()
62 pr_debug("Queue Write Pointer: 0x%px\n", q->properties.write_ptr); in print_queue()
63 pr_debug("Queue Doorbell Pointer: 0x%p\n", q->properties.doorbell_ptr); in print_queue()
64 pr_debug("Queue Doorbell Offset: %u\n", q->properties.doorbell_off); in print_queue()
[all …]
H A Dkfd_device_queue_manager.c148 q->doorbell_id = q->properties.queue_id; in allocate_doorbell()
149 } else if (q->properties.type == KFD_QUEUE_TYPE_SDMA || in allocate_doorbell()
150 q->properties.type == KFD_QUEUE_TYPE_SDMA_XGMI) { in allocate_doorbell()
159 q->doorbell_id = idx_offset[q->properties.sdma_engine_id] in allocate_doorbell()
160 + (q->properties.sdma_queue_id & 1) in allocate_doorbell()
162 + (q->properties.sdma_queue_id >> 1); in allocate_doorbell()
177 q->properties.doorbell_off = in allocate_doorbell()
191 q->properties.type == KFD_QUEUE_TYPE_SDMA || in deallocate_doorbell()
192 q->properties.type == KFD_QUEUE_TYPE_SDMA_XGMI) in deallocate_doorbell()
225 q->properties.vmid = allocated_vmid; in allocate_vmid()
[all …]
H A Dkfd_process_queue_manager.c42 if ((pqn->q && pqn->q->properties.queue_id == qid) || in get_queue_by_qid()
43 (pqn->kq && pqn->kq->queue->properties.queue_id == qid)) in get_queue_by_qid()
199 struct queue_properties *properties, in pqm_create_queue() argument
208 enum kfd_queue_type type = properties->type; in pqm_create_queue()
259 retval = init_user_queue(pqm, dev, &q, properties, f, *qid); in pqm_create_queue()
280 retval = init_user_queue(pqm, dev, &q, properties, f, *qid); in pqm_create_queue()
295 kq->queue->properties.queue_id = *qid; in pqm_create_queue()
321 (q->properties.doorbell_off * sizeof(uint32_t)) & in pqm_create_queue()
330 print_queue_properties(&q->properties); in pqm_create_queue()
391 pqn->q->properties.queue_id, retval); in pqm_destroy_queue()
[all …]
H A Dkfd_kernel_queue.c152 &kq->queue->properties); in kq_initialize()
158 &kq->queue->properties); in kq_initialize()
166 &kq->queue->properties, NULL); in kq_initialize()
205 if (kq->queue->properties.type == KFD_QUEUE_TYPE_HIQ && !hanging) in kq_uninitialize()
212 else if (kq->queue->properties.type == KFD_QUEUE_TYPE_DIQ) in kq_uninitialize()
228 kq->queue->properties.doorbell_ptr); in kq_uninitialize()
250 queue_size_dwords = kq->queue->properties.queue_size / 4; in kq_acquire_packet_buffer()
307 write_kernel_doorbell64(kq->queue->properties.doorbell_ptr, in kq_submit_packet()
311 write_kernel_doorbell(kq->queue->properties.doorbell_ptr, in kq_submit_packet()
321 (kq->queue->properties.queue_size / 4); in kq_rollback_packet()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsgfmt-properties-112 cat <<\EOF > mf-p-1-1.properties
19 cat <<\EOF > mf-p-1-2.properties
29 if ${MSGFMT} --properties-input -o LC_MESSAGES/gen.mo mf-p-1-1.properties mf-p-1-2.properties 2> /d…
37 ${MSGCAT} --properties-input --properties-output --use-first -o mf-p-1-s.properties mf-p-1-1.proper…
39 ${MSGFMT} --properties-input -o LC_MESSAGES/gen.mo mf-p-1-s.properties
H A Dmsgcat-properties-210 cat <<\EOF > mcat-p-2.properties
17 ${MSGCAT} --properties-input --properties-output -t Big5 -o mcat-p-2.out mcat-p-2.properties
22 ${DIFF} mcat-p-2.properties mcat-p-2.out >/dev/null
H A Dmsgconv-410 cat <<\EOF > mco-test4.properties
17 ${MSGCONV} --properties-input --properties-output -t Big5 -o mco-test4.out mco-test4.properties
22 ${DIFF} mco-test4.properties mco-test4.out >/dev/null
H A Dmsgexec-39 cat <<\EOF > mex-test3.properties
73 ========================= mex-test3.properties:17 =========================
77 ========================= mex-test3.properties:20 =========================
81 ========================= mex-test3.properties:23 =========================
H A Dmsgen-29 cat <<\EOF > men-test2.properties
19 ${MSGEN} --properties-input --properties-output -o men-test2.out men-test2.properties
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/examples/
H A Dwpas-dbus-new-signals.py37 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 …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_mode_object.c242 int count = obj->properties->count; in drm_object_attach_property()
263 obj->properties->properties[count] = property; in drm_object_attach_property()
264 obj->properties->values[count] = init_val; in drm_object_attach_property()
265 obj->properties->count++; in drm_object_attach_property()
296 for (i = 0; i < obj->properties->count; i++) { in drm_object_property_set_value()
297 if (obj->properties->properties[i] == property) { in drm_object_property_set_value()
298 obj->properties->values[i] = val; in drm_object_property_set_value()
321 for (i = 0; i < obj->properties->count; i++) { in __drm_object_property_get_value()
322 if (obj->properties->properties[i] == property) { in __drm_object_property_get_value()
323 *val = obj->properties->values[i]; in __drm_object_property_get_value()
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dcmd_config.cpp54 print_all(cmdline::ui* ui, const config::properties_map& properties) in print_all() argument
56 for (config::properties_map::const_iterator iter = properties.begin(); in print_all()
57 iter != properties.end(); iter++) in print_all()
72 print_some(cmdline::ui* ui, const config::properties_map& properties, in print_some() argument
80 properties.find(*iter); in print_some()
81 if (match == properties.end()) { in print_some()
115 const config::properties_map properties = user_config.all_properties(); in run() local
117 return print_all(ui, properties); in run()
119 return print_some(ui, properties, cmdline.arguments()); in run()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java-awt/po/
H A DMakefile.am93 $(MAKE) update-properties
176 $(MAKE) update-properties
212 update-properties: Makefile $(DOMAIN).pot $(POFILES)
214 …t --no-translator -l en --properties-output -o $(top_srcdir)/$(DOMAIN).properties || { rm -f $(top…
220 …$(MSGCAT) --properties-output -o $(top_srcdir)/$(DOMAIN)_$$lang.properties.tmp $(srcdir)/$${lang}.…
221 …mv $(top_srcdir)/$(DOMAIN)_$$lang.properties.tmp $(top_srcdir)/$(DOMAIN)_$$lang.properties || exit…
227 …t --no-translator -l en --properties-output -o $(top_srcdir)/$(DOMAIN).properties || { rm -f $(top…
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java-swing/po/
H A DMakefile.am93 $(MAKE) update-properties
176 $(MAKE) update-properties
212 update-properties: Makefile $(DOMAIN).pot $(POFILES)
214 …t --no-translator -l en --properties-output -o $(top_srcdir)/$(DOMAIN).properties || { rm -f $(top…
220 …$(MSGCAT) --properties-output -o $(top_srcdir)/$(DOMAIN)_$$lang.properties.tmp $(srcdir)/$${lang}.…
221 …mv $(top_srcdir)/$(DOMAIN)_$$lang.properties.tmp $(top_srcdir)/$(DOMAIN)_$$lang.properties || exit…
227 …t --no-translator -l en --properties-output -o $(top_srcdir)/$(DOMAIN).properties || { rm -f $(top…
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java/po/
H A DMakefile.am93 $(MAKE) update-properties
176 $(MAKE) update-properties
212 update-properties: Makefile $(DOMAIN).pot $(POFILES)
214 …t --no-translator -l en --properties-output -o $(top_srcdir)/$(DOMAIN).properties || { rm -f $(top…
220 …$(MSGCAT) --properties-output -o $(top_srcdir)/$(DOMAIN)_$$lang.properties.tmp $(srcdir)/$${lang}.…
221 …mv $(top_srcdir)/$(DOMAIN)_$$lang.properties.tmp $(top_srcdir)/$(DOMAIN)_$$lang.properties || exit…
227 …t --no-translator -l en --properties-output -o $(top_srcdir)/$(DOMAIN).properties || { rm -f $(top…
/netbsd-src/sys/arch/evbmips/adm5120/
H A Dautoconf.c100 prop_dictionary_t properties = adm5120_configuration.properties; in device_register() local
102 if (properties == NULL) in device_register()
106 (po = prop_dictionary_get(properties, "initial-gpio")) != NULL) { in device_register()
116 (po = prop_dictionary_get(properties, "mac-address")) != NULL) { in device_register()
H A Dmachdep.c194 parse_args(prop_dictionary_t properties, int argc, char **argv, in parse_args() argument
227 if (properties == NULL) in parse_args()
236 if (!prop_dictionary_set(properties, "initial-gpio", in parse_args()
246 if (properties == NULL) in parse_args()
253 if (!prop_dictionary_set(properties, "mac-address", pd)) { in parse_args()
419 if ((admc->properties = prop_dictionary_create()) == NULL) in cpu_startup()
421 parse_args(admc->properties, admc->argc, admc->argv, NULL); in cpu_startup()
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/
H A D20-test_rand_config.t21 properties => '',
27 properties => '',
33 properties => '',
47 properties => '',
53 properties => '',
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/property/
H A DREADME.md1 Selecting algorithm implementations by properties
14 * Providers will often give the same implementation properties to most or
38 values) of all properties and to reference these instead of duplicating
42 properties can be sorted by the string index which makes comparisons linear
46 properties are used and not algorithm properties, or at least these are
48 the property definition string, and algorithms with the same properties
55 properties are changed as doing so removes the need to index on both the
76 These convert ASCII strings into lists of properties. The resulting
82 contains the main APIs for defining and using properties.
93 parsed properties. It is used by property.c to improve performance when
/netbsd-src/external/gpl3/gdb/dist/sim/arm/
H A Darminit.c152 ARMul_SelectProcessor (ARMul_State * state, unsigned properties) in ARMul_SelectProcessor() argument
154 if (properties & ARM_Fix26_Prop) in ARMul_SelectProcessor()
167 state->is_v4 = (properties & (ARM_v4_Prop | ARM_v5_Prop)) ? HIGH : LOW; in ARMul_SelectProcessor()
168 state->is_v5 = (properties & ARM_v5_Prop) ? HIGH : LOW; in ARMul_SelectProcessor()
169 state->is_v5e = (properties & ARM_v5e_Prop) ? HIGH : LOW; in ARMul_SelectProcessor()
170 state->is_XScale = (properties & ARM_XScale_Prop) ? HIGH : LOW; in ARMul_SelectProcessor()
171 state->is_iWMMXt = (properties & ARM_iWMMXt_Prop) ? HIGH : LOW; in ARMul_SelectProcessor()
172 state->is_ep9312 = (properties & ARM_ep9312_Prop) ? HIGH : LOW; in ARMul_SelectProcessor()
173 state->is_v6 = (properties & ARM_v6_Prop) ? HIGH : LOW; in ARMul_SelectProcessor()
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dproperty_iterate.c25 uint32_t properties; in test_node() local
40 properties = fdt32_to_cpu(*prop); in test_node()
50 if (count != properties) { in test_node()
52 fdt_get_name(fdt, parent_offset, NULL), properties, in test_node()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A Devp_local.h267 const char *name, const char *properties,
274 int name_id, const char *properties,
281 const char *name, const char *properties,
301 const char *properties);
304 const char *properties);
307 const char *properties);
310 const char *properties);
313 const char *properties);

12345678910>>...38