Searched refs:create_int_prop (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/efcode/upa/ |
H A D | upa.c | 68 create_int_prop(env, "#address-cells", 2); in _init() 69 create_int_prop(env, "#size-cells", 2); in _init()
|
/titanic_44/usr/src/lib/efcode/gp2/ |
H A D | gp2.c | 326 create_int_prop(env, "#address-cells", 2); in _init()
|
/titanic_44/usr/src/lib/efcode/jupiter/ |
H A D | jupiter.c | 438 create_int_prop(env, "#address-cells", 2); in _init()
|
/titanic_44/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 423 void create_int_prop(fcode_env_t *, char *, int);
|
/titanic_44/usr/src/lib/efcode/engine/ |
H A D | properties.c | 44 create_int_prop(fcode_env_t *env, char *name, int val) in create_int_prop() function
|