Home
last modified time | relevance | path

Searched refs:sigs (Results 1 – 22 of 22) sorted by relevance

/openbmc/qemu/util/
H A Dcoroutine-sigaltstack.c156 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 Dp10-plugins.cpp180 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 Dmeta-extsdk-toolchain.bb13 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 Dmeta-world-pkgdata.bb26 sigfile = os.path.join(outdir, 'locked-sigs-pkgdata.inc')
/openbmc/openbmc/poky/scripts/
H A Dgen-lockedsig-cache68 sigs = [] variable
76 sigs.append(sig)
82 for s in sigs:
H A Dbblock160 sigs = getTaskSignatures(tinfoil, [pn], global_args.tasks)
161 for sig in sigs:
H A Dbuildhistory-diff116 args.report_all, args.report_ver, args.sigs,
/openbmc/openbmc/poky/scripts/lib/checklayer/
H A D__init__.py298 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 Dpopulate_sdk_ext.bbclass242 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 Dsiteinfo.bbclass219 … # 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 Dfitimage.py216 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 Dsstatetests.py768 def find_siginfo(pn, taskname, sigs=None): argument
773 ret = tinfoil.run_command("findSigInfo", pn, taskname, sigs)
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-diffsigs32 def find_siginfo(tinfoil, pn, taskname, sigs=None): argument
38 ret = tinfoil.run_command('findSigInfo', pn, taskname, sigs)
H A Dbitbake-dumpsig32 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 Dsstatesig.py84 sigs = {}
91 if pn not in sigs:
92 sigs[pn] = {}
93 sigs[pn][task] = [h, siggen_lockedsigs_var]
94 return sigs
H A Dbuildhistory_analysis.py527 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 Dcopy_buildsystem.py243 def write_sigs_file(fn, types, sigs): argument
248 lines = sigs[typename]
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcommand.py802 sigs = params[2]
804 res = bb.siggen.find_siginfo(pn, taskname, sigs, command.cooker.databuilder.mcdata[mc])
/openbmc/openbmc/poky/meta/classes/
H A Dbuildhistory.bbclass43 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 Dbuild-quality.rst309 ``conf/auto.conf``, ``conf/locked-sigs.inc``, and
/openbmc/u-boot/board/sandbox/
H A DREADME.sandbox92 The terminal is normally in what is called 'raw-with-sigs' mode. This means
/openbmc/u-boot/drivers/serial/
H A DKconfig636 -t raw-with-sigs Raw mode, Ctrl-C will terminate U-Boot