Home
last modified time | relevance | path

Searched refs:suffix (Results 226 – 250 of 418) sorted by relevance

12345678910>>...17

/openbmc/phosphor-pid-control/
H A Dtuning.md50 output. The configured name of the PID loop is used as the suffix, for both of
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/
H A Dtcl_8.6.14.bb41 EXTRA_OECONF = "--enable-threads --disable-rpath --enable-man-suffix"
/openbmc/qemu/util/
H A Dcutils.c169 static int64_t suffix_mul(char suffix, int64_t unit) in suffix_mul() argument
171 switch (qemu_toupper(suffix)) { in suffix_mul()
/openbmc/linux/Documentation/dev-tools/kunit/
H A Dstyle.rst64 suffix. ``qos`` is also ambiguous as a subsystem name, because several parts
193 non-KUnit tests, the suffix ``_kunit`` can also be used.
/openbmc/openbmc/poky/meta/recipes-core/busybox/
H A Dbusybox.inc416 for suffix in "" ".nosuid" ".suid"; do
417 if test -e ${sysconfdir}/busybox.links$suffix; then
423 busybox ln -s "${base_bindir}/busybox$suffix" $link
425 done < ${sysconfdir}/busybox.links$suffix
/openbmc/qemu/scripts/
H A Ddecodetree.py195 suffix = ''
197 suffix = 'ull'
199 suffix = 'u'
200 return whex(val) + suffix
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpreplay/tcpreplay/
H A D0001-configure.ac-unify-search-dirs-for-pcap-and-add-lib3.patch20 ${host_cpu} lib/${host_cpu} (without -${host_os} suffix)
/openbmc/qemu/tests/avocado/
H A Dtuxrun_baselines.py231 suffix='.qcow2') as qcow2:
/openbmc/qemu/tests/qemu-iotests/
H A Dtestenv.py243 for suffix, machine in machine_map:
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.c422 unsigned int suffix; in instruction_is_store() local
425 suffix = ppc_inst_val(instr); in instruction_is_store()
427 suffix = ppc_inst_suffix(instr); in instruction_is_store()
428 else if ((suffix & 0xfc000000) == 0x7c000000) in instruction_is_store()
430 return (suffix & mask) != 0; in instruction_is_store()
/openbmc/openbmc/meta-yadro/recipes-core/os-release/
H A Dos-release.bbappend14 # So do the release branches with -rc or -dev suffix in the latest tag.
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc7280-herobrine-crd.dts199 * BIOS_FLASH_WP_L (the '_L' suffix is misleading, the
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dbase.py328 suffix=".rules",
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/imagemagick/
H A Dimagemagick_7.1.1.bb22 EXTRA_OECONF = "--program-prefix= --program-suffix=.im7 --without-perl --enable-largefile"
/openbmc/linux/net/rds/
H A Dconnection.c76 #define rds_conn_info_set(var, test, suffix) do { \ argument
78 var |= RDS_INFO_CONNECTION_FLAG_##suffix; \
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-4.3.rst168 wish to have the ``.rootfs`` suffix used, you can just set
245 - The ``-crosssdk`` suffix and any :term:`MLPREFIX` were removed from
/openbmc/linux/Documentation/locking/
H A Dlocktypes.rst241 - The soft interrupt related suffix (_bh()) still disables softirq
302 suffix rules of spinlock_t apply accordingly. The implementation is fair,
410 Same applies to rwlock_t and the _irqsave() suffix variants.
/openbmc/openbmc/poky/meta/classes/
H A Darchiver.bbclass227 # URL parameter as suffix. We treat it as an error when
404 def create_tarball(d, srcdir, suffix, ar_outdir):
431 if suffix:
432 filename = '%s-%s.tar.%s' % (d.getVar('PF'), suffix, compression_method)
H A Dbuildhistory.bbclass961 suffix = "_" + name
963 suffix = ""
964 orig_srcrev = d.getVar('SRCREV%s' % suffix, False)
966 f.write('# SRCREV%s = "%s"\n' % (suffix, orig_srcrev))
967 f.write('SRCREV%s = "%s"\n' % (suffix, srcrev))
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate.py804 suffix = srcuri.split(':', 1)[0]
805 if suffix == 'gitsm':
806 suffix = 'git'
807 outfile = '%s_%s.bb' % (pn, suffix)
/openbmc/linux/drivers/bluetooth/
H A Dbtintel.c1926 const char *suffix) in btintel_get_fw_name() argument
1934 suffix); in btintel_get_fw_name()
1944 suffix); in btintel_get_fw_name()
2190 const char *suffix) in btintel_get_fw_name_tlv() argument
2200 suffix); in btintel_get_fw_name_tlv()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-modify-parameters.patch20 # Uncomment to install compressed man pages (possibly add extra suffix
/openbmc/bmcweb/
H A DOWNERS77 - suffix: _test.cpp
/openbmc/linux/drivers/video/fbdev/i810/
H A Di810_main.c1963 char *this_opt, *suffix = NULL; in i810fb_setup() local
1990 hsync1 = simple_strtoul(this_opt+7, &suffix, 0); in i810fb_setup()
1991 if (strncmp(suffix, "H", 1)) in i810fb_setup()
1994 hsync2 = simple_strtoul(this_opt+7, &suffix, 0); in i810fb_setup()
1995 if (strncmp(suffix, "H", 1)) in i810fb_setup()
/openbmc/linux/tools/usb/usbip/
H A DINSTALL123 with an extra prefix or suffix on their names by giving `configure' the
124 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.

12345678910>>...17