Lines Matching full:property
8 ddi_prop_get_int, ddi_prop_get_int64 \- lookup integer property
32 Device number associated with property or \fBDDI_DEV_T_ANY.\fR
41 Pointer to the device info node of device whose property list should be
58 Do not pass request to parent device information node if property not found.
79 String containing the name of the property.
88 An integer value that is returned if the property cannot be found.
95 for an integer property and, if found, returns the value of the property.
99 \fImatch_dev\fR, and the type of the data (integer). The property search order
137 that this property is associated with. However, if the \fImatch_dev\fR argument
140 \fImatch_dev\fR the property was created with. If a property was created with
142 property is with a \fImatch_dev\fR set to \fBDDI_DEV_T_ANY.\fR \fBPROM
147 \fIname\fR must always be set to the name of the property being looked up.
150 The return value of the routine is the value of the property. If the property
152 property.
155 \fBddi_prop_get_int64()\fR will not search the PROM for 64-bit property values.
158 property. If the property is not found, the argument \fBdefvalue\fR is
159 returned. If the property is found, but cannot be decoded into an \fBint\fR or
175 * Get the value of the integer "width" property, using
176 * our own default if no such property exists