Searched refs:MYSELF (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/efcode/engine/
H A Dinstance.c44 *offset = ptr = MYSELF->device->data_size[init];
45 MYSELF->device->data_size[init] += n;
47 return (&MYSELF->device->init_data[ptr]);
49 return (&MYSELF->data[init][ptr]);
68 return (&MYSELF->data[which][offset]);
H A Dpackage.c43 if (!MYSELF)
44 forth_abort(env, "%s: MYSELF is NULL", fn);
54 if (MYSELF == NULL) /* Kludge for testing */
56 d = MYSELF->device;
221 parent = MYSELF->device;
223 MYSELF = create_ihandle(env, phandle, MYSELF);
240 instance_t *parent, *myself = MYSELF;
252 memcpy(mem, MYSELF->device->init_data, sizeof (fstack_t) * n);
256 parent = MYSELF
[all...]
H A Dproperties.c138 if (MYSELF) {
139 d = MYSELF->device;
235 ih = MYSELF;
260 if (MYSELF) {
263 p = stack_find_property(env, MYSELF->device);
280 PUSH(DS, (fstack_t)MYSELF);
541 if (MYSELF)
757 omyself = MYSELF;
758 MYSELF = NULL;
766 MYSELF
[all...]
H A Dinteractive.c169 MYSELF = 0;
176 MYSELF = new.myself;
186 new.myself = MYSELF;
H A Dactions.c70 return ((uchar_t *)MYSELF - *ptr);
H A Dforth.c2286 if (instance_mode && !MYSELF) {
2307 *dptr++ = MYSELF->data[INIT_DATA][offset++] = POP(DS);
2401 new->myself = MYSELF;
2441 MYSELF = efp->myself;
/illumos-gate/usr/src/lib/efcode/packages/
H A Dmemalloc.c100 MYSELF = open_instance_chain(env, env->root_node, 0);
101 if (MYSELF != NULL) {
108 close_instance_chain(env, MYSELF, 0);
110 MYSELF = 0;
H A Dpopulate.c200 MYSELF = open_instance_chain(env, env->root_node, 0);
201 if (MYSELF != NULL) {
209 close_instance_chain(env, MYSELF, 0);
211 MYSELF = 0;
/illumos-gate/usr/src/lib/efcode/include/fcdriver/
H A Dproto.h38 #define DEVICE_PRIVATE(e) (private_data_t *)(MYSELF->device->private)
/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dupload.c55 ih = MYSELF;
56 MYSELF = open_instance_chain(env, d, 0);
81 close_instance_chain(env, MYSELF, 0);
82 MYSELF = ih;
H A Dbuild_tree.c208 MYSELF = ih;
211 MYSELF = 0;
H A Dphandle.c151 current = MYSELF->device;
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h248 #define MYSELF (env->my_self) macro

Completed in 80 milliseconds