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

/osnet-11/usr/src/lib/efcode/include/fcdriver/
H A Dproto.h36 #define CURRENT_DEVICE(e) (e)->current_device
/osnet-11/usr/src/lib/efcode/engine/
H A Dproperties.c141 d = env->current_device;
377 adr_cells = get_num_addr_cells(env, env->current_device->parent);
543 else if (env->current_device) {
546 REVERT_PHANDLE(env, d, env->current_device);
626 if (env->current_device != NULL &&
627 env->current_device->parent != NULL) {
628 pcells = get_num_size_cells(env, env->current_device->parent);
629 pcells += get_num_addr_cells(env, env->current_device->parent);
647 if (env->current_device == NULL) {
651 n = get_num_addr_cells(env, env->current_device);
[all...]
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...]
H A Denv.c722 if (path && env->current_device) {
723 dpath = get_path(env, env->current_device);
/osnet-11/usr/src/lib/efcode/fcdriver/
H A Dfcdebug.c47 if (env->current_device) {
48 p = env->current_device->private;
H A Dbuild_tree.c176 env->attachment_pt = current = attach = env->current_device;
207 ih = open_instance_chain(env, env->current_device, 0);
/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
/osnet-11/usr/src/lib/efcode/packages/
H A Dpopulate.c206 builtin_driver_device = env->current_device;
/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/gp2/
H A Dgp2.c323 ASSERT(env->current_device);
/osnet-11/usr/src/lib/efcode/jupiter/
H A Djupiter.c435 ASSERT(env->current_device);
/osnet-11/usr/src/lib/efcode/pci/
H A Dpci.c364 ASSERT(env->current_device);

Completed in 46 milliseconds