HomeSort by: relevance | last modified time | path
    Searched refs:property (Results 1 - 25 of 449) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.sbin/memswitch/
methods.h 35 int fill_uchar(struct property*);
36 int fill_ushort(struct property*);
37 int fill_ulong(struct property*);
39 int flush_uchar(struct property*);
40 int flush_ushort(struct property*);
41 int flush_ulong(struct property*);
42 int flush_dummy(struct property*);
44 int parse_dummy(struct property*, const char*);
45 int parse_uchar(struct property*, const char*);
46 int parse_ushort(struct property*, const char*)
    [all...]
memswitch.h 46 struct property;
48 typedef int (*parse_t)(struct property*, const char*);
49 typedef int (*print_t)(struct property*, char*);
50 typedef int (*fill_t)(struct property*);
51 typedef int (*flush_t)(struct property*);
53 struct property { struct
77 extern struct property properties[];
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-glade-3 29 <property name="visible">no</property>
30 <property name="title" translatable="yes">gedit: ASCII table</property>
31 <property name="type">GTK_WINDOW_TOPLEVEL</property>
32 <property name="modal">no</property>
33 <property name="allow_shrink">yes</property>
    [all...]
  /src/external/gpl2/dtc/dist/tests/
overlay_overlay_local_merge.dts 14 parent-property;
19 new-merged-property;
21 new-property;
27 new-root-node-property;
overlay_overlay.dts 14 test-int-property = <43>;
19 test-str-property = "foobar";
22 /* Test that we add a new property */
24 test-str-property-2 = "foobar2";
30 new-property;
36 new-property;
50 new-sub-test-property;
overlay_overlay_bypath.dts 14 test-int-property = <43>;
19 test-str-property = "foobar";
22 /* Test that we add a new property */
24 test-str-property-2 = "foobar2";
30 new-property;
36 new-property;
46 new-sub-test-property;
overlay_base.dts 12 test-int-property = <42>;
13 test-str-property = "foo";
16 sub-test-property;
19 long-test-path-property;
overlay_overlay_simple.dts 11 test-int-property = <43>;
overlay_base_manual_symbols.dts 13 test-int-property = <42>;
14 test-str-property = "foo";
17 sub-test-property;
overlay_bad_fixup_base.dtsi 15 test-property;
overlay_overlay_no_fixups.dts 15 test-int-property = <43>;
24 test-str-property = "foobar";
28 /* Test that we add a new property */
33 test-str-property-2 = "foobar2";
42 new-property;
52 new-property;
70 new-sub-test-property;
overlay_overlay_nosugar.dts 18 test-int-property = <43>;
27 test-str-property = "foobar";
31 /* Test that we add a new property */
36 test-str-property-2 = "foobar2";
46 new-property;
56 new-property;
82 new-sub-test-property;
overlay_overlay_manual_fixups.dts 20 test-int-property = <43>;
29 test-str-property = "foobar";
33 /* Test that we add a new property */
38 test-str-property-2 = "foobar2";
48 new-property;
58 new-property;
84 new-sub-test-property;
stringlist.c 21 const char *property)
38 * Note that the #address-cells property contains a small 32-bit
44 * that the property does not contain a valid string list it would
54 * necessarily parse the whole property value, which would be
61 const char *property, int count)
69 err = fdt_stringlist_count(fdt, offset, property);
71 FAIL("Couldn't count strings in property %s of node %s: %d\n",
72 property, path, err);
75 FAIL("String count for property %s of node %s is %d instead of %d\n",
76 path, property, err, count)
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/imx/
imx6ul-tx6ul-0010.dts 51 /delete-property/ mmc1;
  /src/external/mit/xorg/lib/xcb-util/property/
Makefile 3 XCBUTIL= property
5 SRCS= property.c
  /src/external/gpl3/gdb/dist/sim/common/
hw-properties.h 26 /* The following are valid property types. The property `array' is
70 const char *property);
78 HW_ADD_* will, if the property is not already present, add a
79 property to the device. Adding a property to a device after it has
82 HW_SET_* will always update (or create) the property so that it has
83 the specified value. Changing the type of a property is a checked
87 runtime error to either request a nonexistant property or to
88 request a property using the wrong type. Code locating a propert
    [all...]
hw-properties.c 33 /* property entries */
38 struct hw_property *property; member in struct:hw_property_data
58 const char *property)
61 ASSERT (property != NULL);
65 if (strcmp (entry->property->name, property) == 0)
75 const char *property,
91 if (strcmp ((*insertion_point)->property->name, property) == 0)
98 new_value->name = (char *) strdup (property);
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
hw-properties.h 26 /* The following are valid property types. The property `array' is
70 const char *property);
78 HW_ADD_* will, if the property is not already present, add a
79 property to the device. Adding a property to a device after it has
82 HW_SET_* will always update (or create) the property so that it has
83 the specified value. Changing the type of a property is a checked
87 runtime error to either request a nonexistant property or to
88 request a property using the wrong type. Code locating a propert
    [all...]
hw-properties.c 33 /* property entries */
38 struct hw_property *property; member in struct:hw_property_data
58 const char *property)
61 ASSERT (property != NULL);
65 if (strcmp (entry->property->name, property) == 0)
75 const char *property,
91 if (strcmp ((*insertion_point)->property->name, property) == 0)
98 new_value->name = (char *) strdup (property);
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
dde.d 35 @property ubyte reserved() { return cast(ubyte) (_bf & 0x3F); }
36 @property bool fBusy() { return cast(bool) (_bf & 0x40); }
37 @property bool fAck() { return cast(bool) (_bf & 0x80); }
39 @property ubyte reserved(ubyte r) {
44 @property bool fBusy(bool f) { _bf = cast(ubyte) ((_bf & ~0x40) | (f << 6)); return f; }
45 @property bool fAck(bool f) { _bf = cast(ubyte) ((_bf & ~0x80) | (f << 7)); return f; }
52 @property ushort reserved() { return cast(ushort) (_bf & 0x3FFF); }
53 @property bool fDeferUpd() { return cast(bool) (_bf & 0x4000); }
54 @property bool fAckReq() { return cast(bool) (_bf & 0x8000); }
56 @property ushort reserved(ushort r)
    [all...]
  /src/external/mit/xorg/lib/xcb-util/icccm/
Makefile 11 xcb-property ${.CURDIR}/../property \
17 CPPFLAGS+= -I${X11SRCDIR.xcb-util}/property
  /src/external/gpl3/gdb/dist/gdb/unittests/
memory-map-selftests.c 38 <property name="blocksize">1024</property>
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
memory-map-selftests.c 38 <property name="blocksize">1024</property>
  /src/sys/external/bsd/drm2/dist/drm/
drm_property.c 49 * property types and ranges.
55 * Property values are only 64bit. To support bigger piles of data (like gamma
56 * tables, color correction matrices or large structures) a property can instead
60 * per-object mapping from those names to the property ID used in the atomic
61 * IOCTL and in the get/set property IOCTL.
88 * drm_property_create - create a new property type
90 * @flags: flags specifying the property type
91 * @name: name of the property
94 * This creates a new generic drm property which can then be attached to a drm
95 * object with drm_object_attach_property(). The returned property object mus
106 struct drm_property *property = NULL; local
173 struct drm_property *property; local
222 struct drm_property *property; local
252 struct drm_property *property; local
342 struct drm_property *property; local
469 struct drm_property *property; local
    [all...]

Completed in 42 milliseconds

1 2 3 4 5 6 7 8 91011>>