Searched defs:property (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-10.0-release/usr.bin/mkesdb/
H A Dyacc.y81 property : /* empty */ label
/freebsd-10.0-release/lib/libc/locale/
H A Dwctype.c58 wctype_l(const char *property, locale_t locale) argument
110 wctype_t wctype(const char *property) argument
/freebsd-10.0-release/usr.bin/mkcsmapper/
H A Dyacc.y124 property : /* empty */ label
[all...]
/freebsd-10.0-release/contrib/dtc/
H A Ddtc.h135 struct property { struct
[all...]
H A Dfdtget.c206 show_data_for_item(const void *blob, struct display_info *disp, int node, const char *property) argument
[all...]
H A Dfdtput.c134 store_key_value(void *blob, const char *node_name, const char *property, const char *buf, int len) argument
[all...]
H A Dflattree.c57 void (*property)(void *, struct label *labels); member in struct:emitter
/freebsd-10.0-release/contrib/subversion/subversion/svn/
H A Dlog-cmd.c816 const char *property = svn__apr_hash_index_key(hi); local
/freebsd-10.0-release/crypto/openssh/
H A Daudit-bsm.c185 scf_property_t *property = NULL; local
/freebsd-10.0-release/sys/dev/drm2/i915/
H A Dintel_hdmi.c398 intel_hdmi_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t val) argument
H A Dintel_crt.c494 intel_crt_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t value) argument
H A Dintel_lvds.c580 intel_lvds_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t value) argument
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_changelist.c401 char property[ZFS_MAXPROPLEN]; local
541 char property[ZFS_MAXPROPLEN]; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSettings.cpp458 const Property *property = m_interpreter.GetDebugger().GetValueProperties()->GetPropertyAtPath (&m_exe_ctx, will_modify, property_path); local
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueProperties.cpp231 const Property *property = GetPropertyAtIndex(NULL, false, idx); local
241 const Property *property = GetPropertyAtIndex(NULL, false, idx); local
297 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); local
306 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); local
329 const Property *property = GetPropertyAtIndex (exe_ctx, true, idx); local
352 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); local
365 const Property *property = GetPropertyAtIndex (exe_ctx, true, idx); local
381 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); local
390 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); local
403 const Property *property = GetPropertyAtIndex (exe_ctx, true, idx); local
417 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); local
431 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); local
445 const Property *property = GetPropertyAtIndex (exe_ctx, true, idx); local
458 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); local
471 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); local
484 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); local
497 const Property *property = GetPropertyAtIndex (exe_ctx, true, idx); local
510 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); local
523 const Property *property = GetPropertyAtIndex (exe_ctx, true, idx); local
546 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); local
559 const Property *property = GetPropertyAtIndex (exe_ctx, true, idx); local
612 const Property *property = GetPropertyAtIndex(exe_ctx, false, i); local
661 const Property *property = NULL; local
699 const Property *property = ProtectedGetPropertyAtIndex(i); local
705 const Property *property = ProtectedGetPropertyAtIndex(i); local
718 const Property *property = ProtectedGetPropertyAtIndex(i); local
[all...]
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c236 char *property; local
871 wpa_dbus_mark_property_changed(struct wpas_dbus_priv *iface, const char *path, const char *interface, const char *property) argument
[all...]
H A Ddbus_new.h240 wpas_dbus_signal_prop_changed(struct wpa_supplicant *wpa_s, enum wpas_dbus_prop property) argument
245 wpas_dbus_bss_signal_prop_changed( struct wpa_supplicant *wpa_s, enum wpas_dbus_bss_prop property, unsigned int id) argument
H A Ddbus_new.c1721 wpas_dbus_signal_prop_changed(struct wpa_supplicant *wpa_s, enum wpas_dbus_prop property) argument
1782 wpas_dbus_bss_signal_prop_changed(struct wpa_supplicant *wpa_s, enum wpas_dbus_bss_prop property, unsigned int id) argument
[all...]
/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dradeon_connectors.c364 static int radeon_connector_set_property(struct drm_connector *connector, struct drm_property *property, argument
651 radeon_lvds_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t value) argument
[all...]
/freebsd-10.0-release/usr.bin/dtc/
H A Dfdt.hh227 class property class in namespace:dtc::fdt
290 property(string k, string l=string()) : key(k), label(l), valid(true) function in class:dtc::fdt::property
295 property(property &p) : key(p.key), label(p.label), values(p.values), function in class:dtc::fdt::property
[all...]
H A Dfdt.cc348 property::property(input_buffer &structs, input_buffer &strings) function in class:dtc::fdt::property
406 property::property(input_buffer &input, function in class:dtc::fdt::property
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dadd.c95 split_props(apr_array_header_t **props, const char *property, apr_pool_t *pool) argument
526 char *property = APR_ARRAY_IDX(autoprops, i, char *); local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1581 void ObjCImplDecl::addPropertyImplementation(ObjCPropertyImplDecl *property) { argument
1735 Create(ASTContext &C, DeclContext *DC, SourceLocation atLoc, SourceLocation L, ObjCPropertyDecl *property, Kind PK, ObjCIvarDecl *ivar, SourceLocation ivarLoc) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp65 static void checkARCPropertyDecl(Sema &S, ObjCPropertyDecl *property) { argument
616 checkARCPropertyImpl(Sema &S, SourceLocation propertyImplLoc, ObjCPropertyDecl *property, ObjCIvarDecl *ivar) argument
694 setImpliedPropertyAttributeForReadOnlyProperty( ObjCPropertyDecl *property, ObjCIvarDecl *ivar) argument
721 DiagnoseClassAndClassExtPropertyMismatch(Sema &S, ObjCInterfaceDecl *ClassDecl, ObjCPropertyDecl *property) argument
809 ObjCPropertyDecl *property = 0; local
1339 DiagnosePropertyAccessorMismatch(ObjCPropertyDecl *property, ObjCMethodDecl *GetterMethod, SourceLocation Loc) argument
1566 ObjCPropertyDecl *property = *P; local
1904 ProcessPropertyDecl(ObjCPropertyDecl *property, ObjCContainerDecl *CD, ObjCPropertyDecl *redeclaredProperty, ObjCContainerDecl *lexicalDC) argument
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dprops.c2302 const svn_prop_t *property = &APR_ARRAY_IDX(properties, i, svn_prop_t); local
[all...]

Completed in 251 milliseconds

12