Home
last modified time | relevance | path

Searched refs:find_property (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/efcode/engine/
H A Dproperties.c88 find_property(device_t *d, char *name) in find_property() function
126 return (find_property(d, propname)); in stack_find_property()
152 p = find_property(d, propname); in property()
174 p = find_property(d, propname); in lookup_package_property()
239 prop = find_property(dev, pname); in get_inherited_prop()
525 else if (p = find_property(phandle, previous)) in next_property()
H A Dpackage.c179 find_property(env->root_node, "device_type") == NULL) { in starfire_hack()
/titanic_41/usr/src/lib/efcode/include/fcode/
H A Dproto.h259 prop_t *find_property(device_t *, char *);