/src/usr.bin/mkesdb/ |
yacc.y | 84 file : property 87 property : /* empty */ label 88 | property R_LN 89 | property name R_LN 90 | property encoding R_LN 91 | property variable R_LN 92 | property defcsid R_LN 93 | property invalid R_LN
|
/src/sys/dev/fdt/ |
fdt_ddb.c | 71 int property; variable in typeref:typename:int 73 fdt_for_each_property_offset(property, fdt, node) { 76 fdt_get_property_by_offset(fdt, property, &len);
|
/src/usr.sbin/acpitools/aml/ |
aml_name.h | 43 union aml_object *property; member in struct:aml_name
|
/src/usr.bin/mkcsmapper/ |
yacc.y | 126 file : property mapping lns 129 property : /* empty */ label 130 | property R_LN 131 | property name 132 | property type 133 | property src_zone 134 | property dst_invalid 135 | property dst_ilseq 136 | property dst_unit_bits 137 | property oob_mod [all...] |
/src/sys/external/bsd/drm2/dist/drm/ |
drm_mode_config.c | 474 struct drm_property *property, *pt; local in function:drm_mode_config_cleanup 501 list_for_each_entry_safe(property, pt, &dev->mode_config.property_list, 503 drm_property_destroy(dev, property);
|
drm_mode_object.c | 226 * drm_object_attach_property - attach a property to a modeset object 228 * @property: property to attach 229 * @init_val: initial value of the property 231 * This attaches the given property to the modeset object with the given initial 239 struct drm_property *property, 243 struct drm_device *dev = property->dev; 256 WARN(1, "Failed to attach object property (type: 0x%x). Please " 263 obj->properties->properties[count] = property; 270 * drm_object_property_set_value - set the value of a property 536 struct drm_property *property; local in function:drm_mode_obj_set_property_ioctl [all...] |
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 in function:drm_property_create 173 struct drm_property *property; local in function:drm_property_create_enum 222 struct drm_property *property; local in function:drm_property_create_bitmask 252 struct drm_property *property; local in function:property_create_range 342 struct drm_property *property; local in function:drm_property_create_object 469 struct drm_property *property; local in function:drm_mode_getproperty_ioctl [all...] |
/src/usr.sbin/memswitch/ |
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/sys/external/bsd/libfdt/dist/ |
fdt_overlay.c | 23 * property) instead of a path (target-path property). 26 * the phandle pointed by the target property 85 * target-path property in a node that contains a 108 * @name: Name of the property to modify (phandle or linux,phandle) 353 * @name: Name of the property holding the phandle reference in the overlay 355 * @poffset: Offset within the overlay property where the phandle is stored 415 * @property: Property offset in the overlay holding the list of fixups 418 * to in a __fixups__ property, and updates them to match the phandle 514 int property; local in function:overlay_fixup_phandles 561 int property; local in function:overlay_apply_node [all...] |