Home
last modified time | relevance | path

Searched refs:is_default (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/
H A Dproject_url_tag.py31 if project.is_default:
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_project_page.py31 default_project.is_default = True
H A Dtest_all_projects_page.py36 self.default_project.is_default = True
73 self.project.is_default = False
H A Dtest_project_builds_page.py43 self.default_project.is_default = True
H A Dtest_landing_page.py31 self.project.is_default = True
H A Dtest_all_builds_page.py42 self.default_project.is_default = True
/openbmc/qemu/include/system/
H A Dblockdev.h32 bool is_default; /* Added by default_drive() ? */ member
/openbmc/qemu/hw/xtensa/
H A Dsim.c123 mc->is_default = true; in xtensa_sim_machine_init()
/openbmc/phosphor-networkd/test/
H A Dmeson.build65 is_default: true,
/openbmc/qemu/hw/sparc64/
H A Dniagara.c146 dinfo->is_default = 1; in niagara_init()
/openbmc/qemu/hw/alpha/
H A Ddp264.c213 mc->is_default = true; in clipper_machine_init()
/openbmc/qemu/hw/core/
H A Dmachine-qmp-cmds.c82 if (mc->is_default) { in qmp_query_machines()
84 info->is_default = true; in qmp_query_machines()
/openbmc/qemu/hw/microblaze/
H A Dpetalogix_s3adsp1800_mmu.c174 mc->is_default = true; in petalogix_s3adsp1800_machine_class_init()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dtypeaheads.py157 projects = Project.objects.exclude(is_default=True).order_by("name")
H A Dwidgets.py547 build['is_default_project_build'] = build_obj.project.is_default
H A Dtables.py864 q_default_with_builds = Q(is_default=True) & Q(num_builds__gt=0)
865 queryset = queryset.filter(Q(is_default=False) |
/openbmc/qemu/include/hw/i386/
H A Dpc.h334 mc->is_default = isdefault; \
/openbmc/qemu/hw/hppa/
H A Dmachine.c703 mc->is_default = true; in HP_B160L_machine_init_class_init()
739 mc->is_default = false; in HP_C3700_machine_init_class_init()
/openbmc/qemu/hw/m68k/
H A Dmcf5208.c398 mc->is_default = true; in mcf5208evb_machine_init()
/openbmc/qemu/hw/openrisc/
H A Dopenrisc_sim.c367 mc->is_default = true; in openrisc_sim_machine_init()
H A Dvirt.c553 mc->is_default = false; in openrisc_virt_machine_init()
/openbmc/qemu/hw/riscv/
H A Dspike.c352 mc->is_default = true; in spike_machine_class_init()
/openbmc/qemu/hw/ppc/
H A Dmac_oldworld.c416 mc->is_default = true; in heathrow_class_init()
/openbmc/qemu/include/hw/
H A Dboards.h291 bool is_default; member
/openbmc/qemu/system/
H A Dvl.c685 dinfo->is_default = true; in default_drive()
860 if (mc->is_default) { in find_default_machine()
1582 mc->is_default ? " (default)" : "", in machine_help_func()

12