Lines Matching defs:property
87 /* Return the length in bytes of property 'prop' at node 'node'.
106 /* Acquire a property 'prop' at node 'node' and place it in
127 /* Acquire an integer property and return its value. Returns -1
141 /* Acquire an integer property, upon error return the passed default
144 int prom_getintdefault(phandle node, char *property, int deflt)
148 retval = prom_getint(node, property);
155 /* Acquire a boolean property, 1=TRUE 0=FALSE. */
166 /* Acquire a property whose value is a string, returns a null
217 /* Return the property type string after property type 'oprop'
219 * property types for this node.
278 /* Set property 'pname' at node 'node' to value 'value' which has a length