Searched defs:build_id (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | views.py | 449 def builddashboard( request, build_id ): argument 557 def task( request, build_id, task_id ): argument 612 def recipe(request, build_id, recipe_id, active_tab="1"): argument 639 def recipe_packages(request, build_id, recipe_id): argument 688 def xhr_dirinfo(request, build_id, target_id): argument 701 def _get_dir_entries(build_id, target_id, start): argument 772 def dirinfo(request, build_id, target_id, file_path=None): argument 841 def configuration(request, build_id): argument 858 def configvars(request, build_id): argument 948 def bfile(request, build_id, package_id): argument [all …]
|
/openbmc/u-boot/drivers/tee/optee/ |
H A D | optee_smc.h | 110 unsigned long build_id; member
|
/openbmc/qemu/linux-headers/linux/ |
H A D | psp-sev.h | 199 __u32 build_id; /* Out */ member
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/ |
H A D | models.py | 1873 build_id = models.IntegerField(blank=True, null=True) variable in EventLogsImports
|
/openbmc/qemu/target/i386/ |
H A D | sev.c | 127 uint8_t build_id; member
|