Home
last modified time | relevance | path

Searched refs:create_int_prop (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/efcode/upa/
H A Dupa.c68 create_int_prop(env, "#address-cells", 2); in _init()
69 create_int_prop(env, "#size-cells", 2); in _init()
/titanic_41/usr/src/lib/efcode/gp2/
H A Dgp2.c326 create_int_prop(env, "#address-cells", 2); in _init()
/titanic_41/usr/src/lib/efcode/jupiter/
H A Djupiter.c438 create_int_prop(env, "#address-cells", 2); in _init()
/titanic_41/usr/src/lib/efcode/include/fcode/
H A Dproto.h423 void create_int_prop(fcode_env_t *, char *, int);
/titanic_41/usr/src/lib/efcode/engine/
H A Dproperties.c44 create_int_prop(fcode_env_t *env, char *name, int val) in create_int_prop() function