Searched refs:property (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestMaxConsumers.java43 String property = System.getProperty(name);
44 if (property != null && property.length() != 0) {
46 value = Integer.parseInt(property);
57 Integer property = getIntegerProperty(MAX_CONSUMERS_PROPERTY_NAME);
58 int max = (property == null ? 0 : property);
59 int n = (property == null ? 11 : (max < 1 ? 1 : max));
/freebsd-9.3-release/lib/libc/locale/
H A Dwctype.c58 wctype_l(const char *property, locale_t locale) argument
99 len1 = strlen(property);
102 if (len1 == len2 && memcmp(property, p, len1) == 0)
110 wctype_t wctype(const char *property) argument
112 return wctype_l(property, 0);
/freebsd-9.3-release/contrib/dtc/
H A Dlivetree.c27 struct property *build_property(char *name, struct data val, char *label)
29 struct property *new = xmalloc(sizeof(*new));
41 struct property *chain_property(struct property *first, struct property *list)
49 struct property *reverse_properties(struct property *first)
51 struct property *p = first;
52 struct property *head = NULL;
53 struct property *nex
[all...]
H A Ddtc.h128 struct property { struct
132 struct property *next;
139 struct property *proplist;
160 struct property *build_property(char *name, struct data val, char *label);
161 struct property *chain_property(struct property *first, struct property *list);
162 struct property *reverse_properties(struct property *first);
164 struct node *build_node(struct property *proplis
[all...]
H A Dchecks.c52 struct node *node, struct property *prop);
117 struct property *prop;
182 struct property *prop;
190 FAIL(c, "\"%s\" property in %s is not a string",
199 struct property *prop;
207 FAIL(c, "\"%s\" property in %s is not a single cell",
235 struct property *prop, *prop2;
240 FAIL(c, "Duplicate property name %s in %s",
271 struct node *node, struct property *prop)
276 FAIL(c, "Bad character '%c' in property nam
[all...]
H A Dfstree.c52 struct property *prop;
H A Ddtc-parser.y49 struct property *prop;
50 struct property *proplist;
H A Dflattree.c57 void (*property)(void *, const char *); member in struct:emitter
114 .property = bin_emit_property,
237 .property = asm_emit_property,
259 struct property *prop;
280 emit->property(etarget, prop->label);
292 emit->property(etarget, NULL);
670 static struct property *flat_read_property(struct inbuf *dtbuf,
755 struct property *prop;
763 "subnodes preceding a property.\n");
H A Dtreesource.c193 static void write_propval(FILE *f, struct property *prop)
236 struct property *prop;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp1 //===--- SemaObjCProperty.cpp - Semantic Analysis for ObjC @property ------===//
10 // This file implements semantic analysis for Objective C @property and
33 /// getImpliedARCOwnership - Given a set of property attributes and a
55 // property type.
64 /// Check the internal consistency of a property declaration.
65 static void checkARCPropertyDecl(Sema &S, ObjCPropertyDecl *property) { argument
66 if (property->isInvalidDecl()) return;
69 = property->getPropertyAttributes();
71 = property->getType().getObjCLifetime();
77 = getImpliedARCOwnership(propertyKind, property
657 checkARCPropertyImpl(Sema &S, SourceLocation propertyImplLoc, ObjCPropertyDecl *property, ObjCIvarDecl *ivar) argument
735 setImpliedPropertyAttributeForReadOnlyProperty( ObjCPropertyDecl *property, ObjCIvarDecl *ivar) argument
834 ObjCPropertyDecl *property = 0; local
1392 DiagnosePropertyAccessorMismatch(ObjCPropertyDecl *property, ObjCMethodDecl *GetterMethod, SourceLocation Loc) argument
1515 ObjCPropertyDecl *property = *P; local
1853 ProcessPropertyDecl(ObjCPropertyDecl *property, ObjCContainerDecl *CD, ObjCPropertyDecl *redeclaredProperty, ObjCContainerDecl *lexicalDC) argument
[all...]
/freebsd-9.3-release/usr.bin/mkesdb/
H A Dyacc.y78 file : property
81 property : /* empty */ label
82 | property R_LN
83 | property name R_LN
84 | property encoding R_LN
85 | property variable R_LN
86 | property defcsid R_LN
87 | property invalid R_LN
/freebsd-9.3-release/lib/libutil/
H A DMakefile16 pidfile.c property.c pty.c pw_util.c quotafile.c realhostname.c \
30 _secure_path.3 uucplock.3 property.3 realhostname.3 \
37 MLINKS+= property.3 properties_read.3 property.3 properties_free.3
38 MLINKS+= property.3 property_find.3
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_crtc.c804 * drm_mode_create_scaling_mode_property - create scaling mode property
828 * drm_mode_create_dithering_property - create dithering property
851 * drm_mode_create_dirty_property - create dirty property
968 struct drm_property *property, *pt; local
981 list_for_each_entry_safe(property, pt, &dev->mode_config.property_list,
983 drm_property_destroy(dev, property);
2616 struct drm_property *property = NULL; local
2619 property = malloc(sizeof(struct drm_property), DRM_MEM_KMS,
2623 property->values = malloc(sizeof(uint64_t)*num_values, DRM_MEM_KMS,
2627 ret = drm_mode_object_get(dev, &property
2653 struct drm_property *property; local
2679 struct drm_property *property; local
2693 drm_property_add_enum(struct drm_property *property, int index, uint64_t value, const char *name) argument
2723 drm_property_destroy(struct drm_device *dev, struct drm_property *property) argument
2739 drm_connector_attach_property(struct drm_connector *connector, struct drm_property *property, uint64_t init_val) argument
2757 drm_connector_property_set_value(struct drm_connector *connector, struct drm_property *property, uint64_t value) argument
2774 drm_connector_property_get_value(struct drm_connector *connector, struct drm_property *property, uint64_t *val) argument
2796 struct drm_property *property; local
2996 struct drm_property *property; local
[all...]
H A Ddrm_crtc.h399 * @set_property: property for this connector may need update
422 int (*set_property)(struct drm_connector *connector, struct drm_property *property,
804 struct drm_property *property,
807 struct drm_property *property,
822 struct drm_property *property, uint64_t init_val);
832 extern void drm_property_destroy(struct drm_device *dev, struct drm_property *property);
833 extern int drm_property_add_enum(struct drm_property *property, int index,
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.h93 enum wpas_dbus_prop property);
95 enum wpas_dbus_bss_prop property,
138 enum wpas_dbus_prop property)
143 struct wpa_supplicant *wpa_s, enum wpas_dbus_bss_prop property,
137 wpas_dbus_signal_prop_changed(struct wpa_supplicant *wpa_s, enum wpas_dbus_prop property) argument
142 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_helpers.h37 /* property changed flags */
86 * struct wpa_dbus_property_desc - DBus property description
89 /* property name */
91 /* property interface */
93 /* property type signature in DBus type notation */
95 /* property getter function */
97 /* property setter function */
99 /* property access permissions */
142 const char *property);
H A Ddbus_new_helpers.c256 char *property; local
262 /* Second argument: property name (DBUS_TYPE_STRING) */
268 dbus_message_iter_get_basic(iter, &property);
271 /* compare property names and
273 if (!os_strncmp(property_dsc->dbus_property, property,
282 wpa_printf(MSG_DEBUG, "no property handler for %s.%s on %s",
283 interface, property,
286 "No such property");
637 "of property %s", __func__,
760 * automatically short time after first marking property a
805 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.c397 * wpas_dbus_signal_network_enabled_changed - Signals Enabled property changes
399 * @ssid: configured network which Enabled property has changed
401 * Sends PropertyChanged signals containing new value of Enabled property
655 * wpas_dbus_signal_prop_changed - Signals change of property
657 * @property: indicates which property has changed
660 * depending on which property has changed.
663 enum wpas_dbus_prop property)
671 switch (property) {
696 __func__, property);
662 wpas_dbus_signal_prop_changed(struct wpa_supplicant *wpa_s, enum wpas_dbus_prop property) argument
715 wpas_dbus_bss_signal_prop_changed(struct wpa_supplicant *wpa_s, enum wpas_dbus_bss_prop property, unsigned int id) argument
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_changelist.c46 * 'mountpoint' property, we record whether the filesystem was previously
48 * dataset after the property has been changed.
54 * < change property >
91 * If the property is 'mountpoint', go through and unmount filesystems as
124 * Do the property specific processing.
150 * If the property is 'mountpoint' or 'sharenfs', go through and remount and/or
224 * or sharenfs or sharesmb property is set.
320 * Given a gathered changelist for the 'sharenfs' or 'sharesmb' property,
401 char property[ZFS_MAXPROPLEN]; local
411 * property wil
541 char property[ZFS_MAXPROPLEN]; local
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Daudit-bsm.c185 scf_property_t *property = NULL; local
203 property = scf_property_create(handle);
204 if (property == NULL)
209 NULL, NULL, NULL, NULL, property, 0);
217 ret = scf_property_get_value(property, value);
226 scf_property_destroy(property);
/freebsd-9.3-release/usr.bin/mkcsmapper/
H A Dyacc.y121 file : property mapping lns
124 property : /* empty */ label
125 | property R_LN
126 | property name
127 | property type
128 | property src_zone
129 | property dst_invalid
130 | property dst_ilseq
131 | property dst_unit_bits
132 | property oob_mod
[all...]
/freebsd-9.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex236 Each property, after the \dtprop, has a 32-bit value giving an offset
237 from the beginning of the strings block at which the property name is
241 property value (as a 32-bit value) and then the data itself padded to
283 generally have an \texttt{interrupt-parent} property giving the
291 \phandle property. When the kernel generates a flattened tree from
292 OF, it adds a \phandle property to each node, containing the phandle
295 property.
305 node's \texttt{reg} property. In addition, nodes have a property,
312 \texttt{name} property fro
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dutil.py110 @property
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_hdmi.c399 struct drm_property *property,
406 ret = drm_connector_property_set_value(connector, property, val);
410 if (property == dev_priv->force_audio_property) {
431 if (property == dev_priv->broadcast_rgb_property) {
398 intel_hdmi_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t val) argument
/freebsd-9.3-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
372 if (property == rdev->mode_info.coherent_mode_property) {
394 if (property == rdev->mode_info.underscan_property) {
408 if (property == rdev->mode_info.underscan_hborder_property) {
422 if (property == rdev->mode_info.underscan_vborder_property) {
436 if (property == rdev->mode_info.tv_std_property) {
460 if (property == rdev->mode_info.load_detect_property) {
470 if (property == rdev->mode_info.tmds_pll_property) {
652 struct drm_property *property,
660 if (property !
651 radeon_lvds_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t value) argument
[all...]

Completed in 309 milliseconds

12