Lines Matching full:property

9 di_prop_type, di_prop_int64 \- access property values and attributes
56 Handle to a property returned by \fBdi_prop_next\fR(3DEVINFO).
77 These functions access information associated with property values and
82 The \fBdi_prop_bytes()\fR function returns the property data as a series of
87 property is associated. If the value is \fBDDI_DEV_T_NONE\fR, the property is
91 The \fBdi_prop_ints()\fR function returns the property data as a series of
95 The \fBdi_prop_int64()\fR function returns the property data as a series of
99 The \fBdi_prop_name()\fR function returns the name of the property.
102 The \fBdi_prop_strings()\fR function returns the property data as a
106 The \fBdi_prop_type()\fR function returns the type of the property. The type
107 determines the appropriate interface to access property values. The following
115 There is no interface to call since there is no property data associated with
116 boolean properties. The existence of the property defines a \fBTRUE\fR value.
125 Use \fBdi_prop_ints()\fR to access property data.
134 Use \fBdi_prop_int64()\fR to access property data.
143 Use \fBdi_prop_strings()\fR to access property data.
152 Use \fBdi_prop_bytes()\fR to access property data.
161 Use \fBdi_prop_bytes()\fR to access property data. Since the type of property
172 The property has been undefined by the driver. No property data is available.
180 indicating the number of entries in the property value buffer. See
186 the property.
190 name of the property.
205 Invalid argument. For example, the property type does not match the interface.