Lines Matching full:property
8 ldi_prop_get_int, ldi_prop_get_int64 \- Lookup integer property
46 when the property was created. Indicates any dev_t value (including
47 DDI_DEV_T_NONE) associated with a possible property match satisfies the
57 Do not pass request to parent device information node if property not found.
78 String containing the property name.
87 Integer value that is returned if the property is not found.
94 for an integer property associated with a device represented by the layered
95 driver handle. If the integer property is found, the functions return the
96 property value.
100 the layered handle, the property name, and type of the data (integer).
103 The property search order is as follows:
139 the layered handle (ldi_handle_t) is used as a part of the property match
141 behalf of the consumers of the ldi property look up functions.
144 However, if the LDI_DEV_T_ANY flag is used, the ldi property lookup functions
145 match the request regardless of the dev_t value associated with the property at
146 the time of its creation. If a property was created with a dev_t set to
147 DDI_DEV_T_NONE, the only way to look up this property is with the LDI_DEV_T_ANY
151 name must always be set to the name of the property being looked up.
154 The return value of the routine is the value of property. If the property is
155 not found, the argument defvalue is returned as the property value.
158 \fBldi_prop_get_int64()\fR does not search the PROM for 64-bit property values.
160 \fBldi_prop_get_int()\fR and \fBldi_prop_get_int64()\fR return the property
161 value. If the property is not found, the argument \fBdefvalue\fR is returned.
162 If the property is found, but cannot be decoded into an int or an int64_t,
175 * Get the value of the integer "timeout" property, using
176 * our own default if no such property exists