Lines Matching full:property
83 name of property.
92 pointer to property value.
101 property length.
141 name of property.
181 name of property.
190 pointer to property value.
199 property length.
229 name of property.
248 specific property exists.
251 Property creation is done by creating a new property definition in the driver's
252 property list associated with \fIdip\fR.
255 Property definitions are stacked; they are added to the beginning of the
256 driver's property list when created. Thus, when searched for, the most recent
257 matching property definition will be found and its value will be return to the
268 \fBddi_prop_create()\fR adds a property to the device's property list. If the
269 property is not associated with any particular \fIdev\fR but is associated with
278 by the data structure representing the property being created.
280 Note that creating a property involves allocating memory for the property list,
281 the property name and the property value. If \fIflags\fR does not contain
294 \fBddi_prop_undefine()\fR is a special case of property creation where the
295 value of the property is set to undefined. This property has the effect of
296 terminating a property search at the current devinfo node, rather than allowing
300 lookup of 64-bit property value. See \fBddi_prop_op\fR(9F).
313 \fBddi_prop_modify()\fR modifies the length and the value of a property. If
314 \fBddi_prop_modify()\fR finds the property in the driver's property list,
315 allocates memory for the property value and returns \fBDDI_PROP_SUCCESS\fR. If
316 the property was not found, the function returns \fBDDI_PROP_NOT_FOUND\fR.
329 \fBddi_prop_remove()\fR unlinks a property from the device's property list. If
330 \fBddi_prop_remove()\fR finds the property (an exact match of both
331 \fIname\fR and \fIdev\fR), it unlinks the property, frees its memory, and
371 If an attempt is made to create a property with \fIdev\fR equal to
403 If an attempt is made to create a property with \fIdev\fR \fBDDI_DEV_T_ANY\fR
434 If an attempt is made to create a property with \fIdev\fR equal to
445 On property search failure.
466 If an attempt is made to create a property with \fIdev\fR equal to
477 On property search failure.
485 \fBExample 1 \fRCreating a Property
488 The following example creates a property called \fInblocks\fR for each