| /openbmc/qemu/util/ |
| H A D | coroutine-sigaltstack.c | 156 sigset_t sigs; in qemu_coroutine_new() local 183 sigemptyset(&sigs); in qemu_coroutine_new() 184 sigaddset(&sigs, SIGUSR2); in qemu_coroutine_new() 185 pthread_sigmask(SIG_BLOCK, &sigs, &osigs); in qemu_coroutine_new() 218 sigfillset(&sigs); in qemu_coroutine_new() 219 sigdelset(&sigs, SIGUSR2); in qemu_coroutine_new() 221 sigsuspend(&sigs); in qemu_coroutine_new()
|
| /openbmc/openpower-hw-diags/analyzer/plugins/ |
| H A D | p10-plugins.cpp | 180 auto sigs = io_servData.getIsolationData().getSignatureList(); in channel_timeout() local 186 auto itr = std::find_if(sigs.begin(), sigs.end(), [&](const auto& t) { in channel_timeout() 190 if (sigs.end() != itr) in channel_timeout() 193 itr = std::find_if(++itr, sigs.end(), [&](const auto& t) { in channel_timeout() 200 if (sigs.end() != itr) in channel_timeout()
|
| /openbmc/openbmc/poky/meta/recipes-core/meta/ |
| H A D | meta-extsdk-toolchain.bb | 13 LOCKED_SIGS_INDIR = "${WORKDIR}/locked-sigs" 18 do_locked_sigs[sstate-outputdirs] = "${STAGING_DIR}/${PACKAGE_ARCH}/${PN}/locked-sigs" 27 sigfile = os.path.join(outdir, 'locked-sigs-extsdk-toolchain.inc')
|
| H A D | meta-world-pkgdata.bb | 26 sigfile = os.path.join(outdir, 'locked-sigs-pkgdata.inc')
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | gen-lockedsig-cache | 68 sigs = [] variable 76 sigs.append(sig) 82 for s in sigs:
|
| H A D | bblock | 160 sigs = getTaskSignatures(tinfoil, [pn], global_args.tasks) 161 for sig in sigs:
|
| H A D | buildhistory-diff | 116 args.report_all, args.report_ver, args.sigs,
|
| /openbmc/openbmc/poky/scripts/lib/checklayer/ |
| H A D | __init__.py | 298 sigs = {} 347 sigs[s.group('task')] = s.group('hash') 350 if not sigs: 353 return (sigs, tune2tasks)
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | populate_sdk_ext.bbclass | 242 unlockedsigs = os.path.join(baseoutpath, 'conf', 'unlocked-sigs.inc') 363 # Warn if the sigs in the locked-signature file don't match 405 f.write('require conf/locked-sigs.inc\n') 406 f.write('require conf/unlocked-sigs.inc\n') 466 sigfile = d.getVar('WORKDIR') + '/locked-sigs.inc' 467 lockedsigs_pruned = baseoutpath + '/conf/locked-sigs.inc' 468 #nativesdk-only sigfile to merge into locked-sigs.inc 508 lockedsigs_base = d.getVar('WORKDIR') + '/locked-sigs-base.inc' 509 lockedsigs_copy = d.getVar('WORKDIR') + '/locked-sigs-copy.inc' 513 … d.getVar('STAGING_DIR_HOST') + '/world-pkgdata/locked-sigs-pkgdata.inc', [all …]
|
| H A D | siteinfo.bbclass | 219 … # We need sstate sigs for native/cross not to vary upon arch so we can't depend on the site files.
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | fitimage.py | 216 sigs = {} 229 if not itsdotpath in sigs: 230 sigs[itsdotpath] = {} 234 sigs[itsdotpath][key.rstrip()] = value.lstrip().rstrip(';') 243 self.logger.debug("sigs:\n%s\n" % pprint.pformat(sigs, indent=4)) 245 for its_path, values in sigs.items():
|
| H A D | sstatetests.py | 768 def find_siginfo(pn, taskname, sigs=None): argument 773 ret = tinfoil.run_command("findSigInfo", pn, taskname, sigs)
|
| /openbmc/openbmc/poky/bitbake/bin/ |
| H A D | bitbake-diffsigs | 32 def find_siginfo(tinfoil, pn, taskname, sigs=None): argument 38 ret = tinfoil.run_command('findSigInfo', pn, taskname, sigs)
|
| H A D | bitbake-dumpsig | 32 def find_siginfo(tinfoil, pn, taskname, sigs=None): argument 38 ret = tinfoil.run_command('findSigInfo', pn, taskname, sigs)
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | sstatesig.py | 84 sigs = {} 91 if pn not in sigs: 92 sigs[pn] = {} 93 sigs[pn][task] = [h, siggen_lockedsigs_var] 94 return sigs
|
| H A D | buildhistory_analysis.py | 527 sigs = {} 531 sigs[linesplit[0]] = linesplit[2] 535 return sigs 616 sigs=False, sigsdiff=False, exclude_path=None): argument 624 if sigs or sigsdiff:
|
| H A D | copy_buildsystem.py | 243 def write_sigs_file(fn, types, sigs): argument 248 lines = sigs[typename]
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | command.py | 802 sigs = params[2] 804 res = bb.siggen.find_siginfo(pn, taskname, sigs, command.cooker.databuilder.mcdata[mc])
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | buildhistory.bbclass | 43 BUILDHISTORY_SDK_FILES ?= "conf/local.conf conf/bblayers.conf conf/auto.conf conf/locked-sigs.inc c… 741 # Create sigs file
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | build-quality.rst | 309 ``conf/auto.conf``, ``conf/locked-sigs.inc``, and
|
| /openbmc/u-boot/board/sandbox/ |
| H A D | README.sandbox | 92 The terminal is normally in what is called 'raw-with-sigs' mode. This means
|
| /openbmc/u-boot/drivers/serial/ |
| H A D | Kconfig | 636 -t raw-with-sigs Raw mode, Ctrl-C will terminate U-Boot
|