Home
last modified time | relevance | path

Searched refs:prop (Results 201 – 225 of 729) sorted by relevance

12345678910>>...30

/netbsd/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dloc.h101 bool dwarf2_evaluate_property (const struct dynamic_prop *prop,
124 const struct dynamic_prop *prop,
/netbsd/external/bsd/tcpdump/dist/
H A Dprint-isakmp.c1081 struct ikev1_pl_p prop; in ikev1_p_print() local
1088 UNALIGNED_MEMCPY(&prop, ext, sizeof(prop)); in ikev1_p_print()
1090 prop.p_no, PROTOIDSTR(prop.prot_id), prop.num_t)); in ikev1_p_print()
1091 if (prop.spi_size) { in ikev1_p_print()
1101 prop.prot_id, depth); in ikev1_p_print()
1994 struct ikev2_p prop; in ikev2_p_print() local
2005 UNALIGNED_MEMCPY(&prop, ext, sizeof(prop)); in ikev2_p_print()
2014 prop.p_no, PROTOIDSTR(prop.prot_id), in ikev2_p_print()
2015 prop.num_t, oprop_length)); in ikev2_p_print()
2018 if (prop.spi_size) { in ikev2_p_print()
[all …]
/netbsd/sys/arch/arm/acpi/
H A Dacpi_platform.c326 prop_dictionary_t prop = device_properties(self); in acpi_platform_device_register() local
357 prop_dictionary_set_bool(prop, in acpi_platform_device_register()
379 prop_dictionary_set_bool(prop, in acpi_platform_device_register()
/netbsd/sys/netipsec/
H A Dkey_debug.c183 const struct sadb_prop *prop = (const struct sadb_prop *)ext; in kdebug_sadb_prop() local
191 len = (PFKEY_UNUNIT64(prop->sadb_prop_len) - sizeof(*prop)) in kdebug_sadb_prop()
193 comb = (const void *)(prop + 1); in kdebug_sadb_prop()
194 printf(" sadb_prop { replay=%u", prop->sadb_prop_replay); in kdebug_sadb_prop()
/netbsd/regress/sys/fs/lfs/9994/
H A D9994_f.c60 char prop[] = "/\b-\b\\\b|\b"; in main() local
135 write(1, prop + 2 * p, 2); in main()
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddsl_prop.h107 void dsl_prop_nvlist_add_uint64(nvlist_t *nv, zfs_prop_t prop, uint64_t value);
109 zfs_prop_t prop, const char *value);
/netbsd/external/gpl2/dtc/dist/
H A DREADME28 >>> prop = fdt.get_property_by_offset(prop_offset)
29 >>> print('%s=%s' % (prop.name, prop.as_str()))
/netbsd/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_iter.c160 zfs_prop_t prop; in zfs_add_sort_column() local
162 if ((prop = zfs_name_to_prop(name)) == ZPROP_INVAL && in zfs_add_sort_column()
168 col->sc_prop = prop; in zfs_add_sort_column()
170 if (prop == ZPROP_INVAL) { in zfs_add_sort_column()
/netbsd/sys/arch/arm/nvidia/
H A Dtegra_cec.c132 prop_dictionary_t prop = device_properties(self); in tegra_cec_attach() local
182 prop_dictionary_get_string(prop, "hdmi-device", in tegra_cec_attach()
333 const prop_dictionary_t prop = device_properties(hdmidev); in tegra_cec_get_phys_addr() local
334 if (!prop_dictionary_get_uint16(prop, "physical-address", phys_addr)) in tegra_cec_get_phys_addr()
H A Dtegra_nouveau.c132 prop_dictionary_t prop = device_properties(self); in tegra_nouveau_attach() local
171 prop_dictionary_get_cstring(prop, "debug", &nouveau_debug); in tegra_nouveau_attach()
172 prop_dictionary_get_cstring(prop, "config", &nouveau_config); in tegra_nouveau_attach()
/netbsd/external/bsd/atf/dist/tools/
H A Datf-report_test.sh47 prop: test-suite = atf
58 prop: test-suite = atf
112 prop: test-suite = atf
389 prop: test-suite = atf
/netbsd/sys/arch/sun2/dev/
H A Dconsinit.c170 prom_get_device_args(const char *prop, char *dev, unsigned int dev_sz, in prom_get_device_args() argument
175 getpropstringA(prom_findroot(), (char *)prop, buffer, sizeof buffer); in prom_get_device_args()
/netbsd/crypto/external/cpl/trousers/dist/src/tcsd/
H A Dtcsd_conf.c719 scf_simple_prop_t *prop; in get_smf_prop() local
722 prop = scf_simple_prop_get(NULL, "svc:/application/security/tcsd:default", in get_smf_prop()
724 if (prop) { in get_smf_prop()
725 if ((val = scf_simple_prop_next_boolean(prop)) != NULL) in get_smf_prop()
727 scf_simple_prop_free(prop); in get_smf_prop()
729 if (prop == NULL || val == NULL) { in get_smf_prop()
/netbsd/crypto/external/bsd/openssl/dist/crypto/encode_decode/
H A Ddecoder_lib.c219 const OSSL_PROPERTY_DEFINITION *prop; in ossl_decoder_instance_new() local
242 prop = ossl_property_find_property(props, libctx, "input"); in ossl_decoder_instance_new()
243 decoder_inst->input_type = ossl_property_get_string_value(libctx, prop); in ossl_decoder_instance_new()
254 prop = ossl_property_find_property(props, libctx, "structure"); in ossl_decoder_instance_new()
255 if (prop != NULL) { in ossl_decoder_instance_new()
257 = ossl_property_get_string_value(libctx, prop); in ossl_decoder_instance_new()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dada-typeprint.c779 struct dynamic_prop *prop = type->dyn_prop (DYN_PROP_VARIANT_PARTS); in print_record_field_types() local
780 if (prop != nullptr) in print_record_field_types()
782 if (prop->kind () == PROP_TYPE) in print_record_field_types()
784 type = prop->original_type (); in print_record_field_types()
785 prop = type->dyn_prop (DYN_PROP_VARIANT_PARTS); in print_record_field_types()
787 gdb_assert (prop->kind () == PROP_VARIANT_PARTS); in print_record_field_types()
788 print_record_field_types_dynamic (*prop->variant_parts (), in print_record_field_types()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dada-typeprint.c779 struct dynamic_prop *prop = type->dyn_prop (DYN_PROP_VARIANT_PARTS); in print_record_field_types() local
780 if (prop != nullptr) in print_record_field_types()
782 if (prop->kind () == PROP_TYPE) in print_record_field_types()
784 type = prop->original_type (); in print_record_field_types()
785 prop = type->dyn_prop (DYN_PROP_VARIANT_PARTS); in print_record_field_types()
787 gdb_assert (prop->kind () == PROP_VARIANT_PARTS); in print_record_field_types()
788 print_record_field_types_dynamic (*prop->variant_parts (), in print_record_field_types()
/netbsd/sys/dev/acpi/
H A Dacpi_util.c1000 acpi_dsd_property(ACPI_HANDLE handle, const char *prop, ACPI_BUFFER *pbuf, ACPI_OBJECT_TYPE type, A… in acpi_dsd_property() argument
1031 if (strcmp(propkey->String.Pointer, prop) != 0) in acpi_dsd_property()
1047 acpi_dsd_integer(ACPI_HANDLE handle, const char *prop, ACPI_INTEGER *val) in acpi_dsd_integer() argument
1056 rv = acpi_dsd_property(handle, prop, &buf, ACPI_TYPE_INTEGER, &propval); in acpi_dsd_integer()
1066 acpi_dsd_string(ACPI_HANDLE handle, const char *prop, char **val) in acpi_dsd_string() argument
1075 rv = acpi_dsd_property(handle, prop, &buf, ACPI_TYPE_STRING, &propval); in acpi_dsd_string()
1085 acpi_dsd_bool(ACPI_HANDLE handle, const char *prop, bool *val) in acpi_dsd_bool() argument
1090 rv = acpi_dsd_integer(handle, prop, &ival); in acpi_dsd_bool()
/netbsd/crypto/external/bsd/libsaslc/dist/src/
H A Dmech.c115 if ((node->prop = saslc__dict_create()) == NULL) { in saslc__mech_list_create()
161 saslc__dict_destroy(node->prop); in saslc__mech_list_destroy()
/netbsd/games/adventure/
H A Dinit.c104 int place[101], prop[101], links[201]; variable
181 prop[i] = -1; in linkdata()
182 tally -= prop[i]; in linkdata()
/netbsd/sys/dev/fdt/
H A Dfdt_regulator.c91 fdtbus_regulator_acquire(int phandle, const char *prop) in fdtbus_regulator_acquire() argument
97 regulator_phandle = fdtbus_get_phandle(phandle, prop); in fdtbus_regulator_acquire()
/netbsd/sys/external/bsd/drm2/dist/drm/
H A Ddrm_atomic_uapi.c970 struct drm_property *prop, in drm_atomic_set_property() argument
976 if (!drm_property_change_valid_get(prop, prop_value, &ref)) in drm_atomic_set_property()
992 prop, prop_value); in drm_atomic_set_property()
1006 crtc_state, prop, prop_value); in drm_atomic_set_property()
1021 prop, prop_value); in drm_atomic_set_property()
1029 drm_property_change_valid_put(prop, ref); in drm_atomic_set_property()
1406 struct drm_property *prop; in drm_mode_atomic_ioctl() local
1414 prop = drm_mode_obj_find_prop_id(obj, prop_id); in drm_mode_atomic_ioctl()
1415 if (!prop) { in drm_mode_atomic_ioctl()
1430 obj, prop, prop_value); in drm_mode_atomic_ioctl()
/netbsd/crypto/external/bsd/openssh/dist/
H A Dkex.c320 kex_proposal_populate_entries(struct ssh *ssh, char *prop[PROPOSAL_MAX], in kex_proposal_populate_entries()
329 if (prop == NULL) in kex_proposal_populate_entries()
335 prop[i] = compat_kex_proposal(ssh, in kex_proposal_populate_entries()
340 prop[i] = xstrdup(ciphers ? ciphers : defprop[i]); in kex_proposal_populate_entries()
344 prop[i] = xstrdup(macs ? macs : defprop[i]); in kex_proposal_populate_entries()
348 prop[i] = xstrdup(comp ? comp : defprop[i]); in kex_proposal_populate_entries()
351 prop[i] = xstrdup(hkalgs ? hkalgs : defprop[i]); in kex_proposal_populate_entries()
354 prop[i] = xstrdup(defprop[i]); in kex_proposal_populate_entries()
360 kex_proposal_free_entries(char *prop[PROPOSAL_MAX]) in kex_proposal_free_entries()
365 free(prop[i]); in kex_proposal_free_entries()
/netbsd/sys/arch/arm/cortex/
H A Darmperiph.c177 prop_dictionary_t prop = device_properties(self); in armperiph_attach() local
180 if (prop_dictionary_get_uint32(prop, "cbar", &cbar_override)) in armperiph_attach()
/netbsd/external/apache2/llvm/dist/llvm/cmake/platforms/
H A DWinMsvc.cmake98 function(init_user_prop prop)
99 if(${prop})
100 set(ENV{_${prop}} "${${prop}}")
102 set(${prop} "$ENV{_${prop}}" PARENT_SCOPE)
/netbsd/sys/kern/
H A Dsys_sig.c385 int prop, error; in sigaction1() local
490 prop = sigprop[signum]; in sigaction1()
491 if ((nsa->sa_flags & ~SA_ALLBITS) || (prop & SA_CANTMASK)) { in sigaction1()
501 if ((prop & SA_NORESET) != 0) in sigaction1()
547 (nsa->sa_handler == SIG_DFL && (prop & SA_IGNORE) != 0)) { in sigaction1()

12345678910>>...30