Lines Matching full:property
9 \- get property information for leaf device drivers
59 Device number associated with property or \fBDDI_DEV_T_ANY\fR as the
78 Property operator.
94 do not pass request to parent device information node if property not found
124 String containing the name of the property.
144 On exit, \fI*lengthp\fR will contain the property length. If \fIprop_op\fR is
156 The value that \fBddi_getprop()\fR returns if the property is not found.
161 devices. The routine searches the device's property list. If it does not find
162 the property at the device level, it examines the \fIflags\fR argument, and if
165 the device info tree. If it does find the property, but the property has been
167 either the property length, or both the length and value of the property to the
170 property cannot be found at all, \fBDDI_PROP_NOT_FOUND\fR is returned.
174 this property applies to. However, if the \fIdev\fR argument is
177 the property was created with). This property/dev match is done according to
178 the property search order which is to first search software properties created
184 Property operations are specified by the \fIprop_op\fR argument. If
186 length, \fI*lengthp,\fR to the property length and returns the value
188 this case. Property lengths are \fB0\fR for boolean properties,
195 \fI*lengthp\fR by the caller. If the requested property exists,
196 \fBddi_prop_op()\fR first sets \fI*lengthp\fR to the property length. It then
198 enough, copies the property value into that buffer, and returns
199 \fBDDI_PROP_SUCCESS.\fR If the named property exists but the buffer supplied is
203 If \fIprop_op\fR is \fBPROP_LEN_AND_VAL_ALLOC,\fR and the property is found,
204 \fBddi_prop_op()\fR sets \fI*lengthp\fR to the property length. It then
210 buffer, copies the property value into the buffer and returns
214 routine will wait until memory is available to copy the requested property.
235 The \fBddi_getproplen()\fR function returns the length of a given property. It
247 Property found and returned.
256 Property not found.
265 Property already explicitly undefined.
274 Property found, but unable to allocate memory. \fIlengthp\fR points to the
275 correct property length.
284 Property found, but the supplied buffer is too small. \fIlengthp\fR points to
285 the correct property length.
293 The value of the property or the value passed into the routine as
294 \fIdefvalue\fR if the property is not found. By convention, the value of zero