Searched refs:MYSELF (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/lib/efcode/engine/ |
H A D | package.c | 43 if (!MYSELF) in check_my_self() 54 if (MYSELF == NULL) /* Kludge for testing */ in get_number_of_parent_address_cells() 56 d = MYSELF->device; in get_number_of_parent_address_cells() 221 parent = MYSELF->device; in new_device() 223 MYSELF = create_ihandle(env, phandle, MYSELF); in new_device() 240 instance_t *parent, *myself = MYSELF; in finish_device() 252 memcpy(mem, MYSELF->device->init_data, sizeof (fstack_t) * n); in finish_device() 256 parent = MYSELF->parent; in finish_device() 258 FREE(MYSELF); in finish_device() 259 MYSELF = parent; in finish_device() [all …]
|
H A D | instance.c | 44 *offset = ptr = MYSELF->device->data_size[init]; in alloc_instance_data() 45 MYSELF->device->data_size[init] += n; in alloc_instance_data() 47 return (&MYSELF->device->init_data[ptr]); in alloc_instance_data() 49 return (&MYSELF->data[init][ptr]); in alloc_instance_data() 68 return (&MYSELF->data[which][offset]); in get_instance_address()
|
H A D | properties.c | 138 if (MYSELF) { in property() 139 d = MYSELF->device; in property() 235 ih = MYSELF; in get_inherited_prop() 260 if (MYSELF) { in delete_property() 263 p = stack_find_property(env, MYSELF->device); in delete_property() 280 PUSH(DS, (fstack_t)MYSELF); in get_my_property() 541 if (MYSELF) in get_property() 757 omyself = MYSELF; in dot_properties() 758 MYSELF = NULL; in dot_properties() 766 MYSELF = omyself; in dot_properties()
|
H A D | interactive.c | 169 MYSELF = 0; in do_interact() 176 MYSELF = new.myself; in do_interact() 186 new.myself = MYSELF; in do_interact()
|
H A D | actions.c | 70 return ((uchar_t *)MYSELF - *ptr); in get_internal_address()
|
H A D | forth.c | 2286 if (instance_mode && !MYSELF) { in make_common_access() 2307 *dptr++ = MYSELF->data[INIT_DATA][offset++] = POP(DS); in make_common_access() 2401 new->myself = MYSELF; in catch() 2441 MYSELF = efp->myself; in throw_from_fclib()
|
/titanic_44/usr/src/lib/efcode/packages/ |
H A D | memalloc.c | 100 MYSELF = open_instance_chain(env, env->root_node, 0); in install_openprom_nodes() 101 if (MYSELF != NULL) { in install_openprom_nodes() 108 close_instance_chain(env, MYSELF, 0); in install_openprom_nodes() 110 MYSELF = 0; in install_openprom_nodes()
|
H A D | populate.c | 200 MYSELF = open_instance_chain(env, env->root_node, 0); in install_package_nodes() 201 if (MYSELF != NULL) { in install_package_nodes() 209 close_instance_chain(env, MYSELF, 0); in install_package_nodes() 211 MYSELF = 0; in install_package_nodes()
|
/titanic_44/usr/src/lib/efcode/fcdriver/ |
H A D | upload.c | 55 ih = MYSELF; in create_node() 56 MYSELF = open_instance_chain(env, d, 0); in create_node() 81 close_instance_chain(env, MYSELF, 0); in create_node() 82 MYSELF = ih; in create_node()
|
H A D | build_tree.c | 208 MYSELF = ih; in build_tree() 211 MYSELF = 0; in build_tree()
|
H A D | phandle.c | 151 current = MYSELF->device; in allocate_phandle()
|
/titanic_44/usr/src/lib/efcode/include/fcdriver/ |
H A D | proto.h | 38 #define DEVICE_PRIVATE(e) (private_data_t *)(MYSELF->device->private)
|
/titanic_44/usr/src/lib/efcode/include/fcode/ |
H A D | engine.h | 248 #define MYSELF (env->my_self) macro
|