Searched defs:current_device (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/efcode/engine/
H A Dpackage.c146 env->current_device = d;
154 env->current_device = d;
225 ASSERT(env->current_device);
237 parent_dev = env->current_device->parent;
546 d = env->current_device;
686 current_device(fcode_env_t *env) function
688 PUSH(DS, (fstack_t)&env->current_device);
716 if (env->current_device)
717 push_a_string(env, get_path(env, env->current_device));
725 if (env->current_device) {
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-setup.c102 const char *current_device; variable
479 grub_util_warn (_("A %s%sfilesystem was detected in %s"), fs->name ? : "", fs->name ? " " : "", current_device);
1172 current_device = devicelist[i];
1185 current_device = arguments.device;
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dengine.h195 device_t *current_device; /* */ member in struct:FCODE_ENV
H A Dproto.h369 FNPROTO(current_device); variable

Completed in 29 milliseconds