Lines Matching defs:property
90 /* Return the length in bytes of property 'prop' at node 'node'.
113 /* Acquire a property 'prop' at node 'node' and place it in
142 /* Acquire an integer property and return its value. Returns -1
156 /* Acquire an integer property, upon error return the passed default
160 int prom_getintdefault(phandle node, const char *property, int deflt)
164 retval = prom_getint(node, property);
172 /* Acquire a boolean property, 1=TRUE 0=FALSE. */
184 /* Acquire a property whose value is a string, returns a null
236 /* Return the first property type for node 'node'.
261 /* Return the property type string after property type 'oprop'
263 * property types for this node.
325 /* Set property 'pname' at node 'node' to value 'value' which has a length