Home
last modified time | relevance | path

Searched refs:prefix (Results 26 – 50 of 1980) sorted by relevance

12345678910>>...80

/openbmc/openbmc/poky/meta/recipes-extended/ltp/
H A Dltp_20240129.bb54 export prefix = "/opt/${PN}"
68 install -d ${D}${prefix}/
77 rm -rf ${D}${prefix}/bin/STPfailure_report.pl
81 sed -e '/^memcg_stress/d' -i ${D}${prefix}/runtest/controllers
117prefix}/* ${prefix}/runtest/* ${prefix}/scenario_groups/* ${prefix}/testcases/bin/* ${prefix}/test…
120 INHIBIT_PACKAGE_STRIP_FILES = "${prefix}/testcases/bin/nm01 ${prefix}/testcases/bin/ldd01"
/openbmc/linux/tools/perf/trace/beauty/
H A Dmmap_prot.sh16 prefix="PROT"
19 …pace:]]*define[[:space:]]+%s_([[:alnum:]_]+)[[:space:]]+(0x[[:xdigit:]]+)[[:space:]]*.*' ${prefix}`
25 …xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef ${prefix}_%s\n#define ${prefix}_%s %s\n#endif\n…
30 …xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef ${prefix}_%s\n#define ${prefix}_%s %s\n#endif\n…
/openbmc/qemu/include/hw/
H A Dboards.h550 #define _MACHINE_VER_TYPE_NAME2(prefix, major, minor) \ argument
551 prefix "-" #major "." #minor TYPE_MACHINE_SUFFIX
553 #define _MACHINE_VER_TYPE_NAME3(prefix, major, minor, micro) \ argument
554 prefix "-" #major "." #minor "." #micro TYPE_MACHINE_SUFFIX
557 prefix "-" #major "." #minor "-" #tag TYPE_MACHINE_SUFFIX
562 #define MACHINE_VER_TYPE_NAME(prefix, ...) \ argument
587 #define _MACHINE_VER_SYM2(sym, prefix, major, minor) \ argument
588 prefix ## _machine_ ## major ## _ ## minor ## _ ## sym
590 #define _MACHINE_VER_SYM3(sym, prefix, major, minor, micro) \ argument
599 #define MACHINE_VER_SYM(sym, prefix, ...) \ argument
[all …]
/openbmc/qemu/util/
H A Dpath.c17 void init_paths(const char *prefix) in init_paths() argument
19 if (prefix[0] == '\0' || !strcmp(prefix, "/")) { in init_paths()
23 if (prefix[0] == '/') { in init_paths()
24 base = g_strdup(prefix); in init_paths()
27 base = g_build_filename(cwd, prefix, NULL); in init_paths()
/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/
H A Dpseudo.inc13 FILES:${PN} = "${prefix}/lib/pseudo/lib*/libpseudo.so ${bindir}/* ${localstatedir}/pseudo ${prefix}…
36 …${S}/configure ${PSEUDO_EXTRA_OPTS} --prefix=${prefix} --libdir=${prefix}/lib/pseudo/lib${SITEINFO…
38 …${S}/configure ${PSEUDO_EXTRA_OPTS} --prefix=${prefix} --libdir=${prefix}/lib/pseudo/lib --with-sq…
93 …./configure ${PSEUDO_EXTRA_OPTS} --prefix=${prefix} --libdir=${prefix}/lib/pseudo/lib --with-sqlit…
108 …./configure ${PSEUDO_EXTRA_OPTS} --prefix=${prefix} --libdir=${prefix}/lib/pseudo/lib --with-sqlit…
144 mkdir -p ${D}${prefix}/lib/pseudo/lib
145 cp lib/pseudo/lib/libpseudo.so ${D}${prefix}/lib/pseudo/lib/.
152 mkdir -p ${D}${prefix}/lib/pseudo/lib
153 cp lib/pseudo/lib/libpseudo.so ${D}${prefix}/lib/pseudo/lib/.
155 chrpath -d ${D}${prefix}/lib/pseudo/lib*/libpseudo.so
/openbmc/linux/tools/lib/
H A Dstring.c196 unsigned int words, prefix; in memchr_inv() local
206 prefix = (unsigned long)start % 8; in memchr_inv()
207 if (prefix) { in memchr_inv()
210 prefix = 8 - prefix; in memchr_inv()
211 r = check_bytes8(start, value, prefix); in memchr_inv()
214 start += prefix; in memchr_inv()
215 bytes -= prefix; in memchr_inv()
/openbmc/linux/samples/pktgen/
H A Dfunctions.sh216 local net prefix
219 IFS='/' read net prefix <<< $1
223 if [[ -n $prefix ]]; then
224 if ! (in_between $prefix 0 $bitlen); then
225 err 5 "Invalid prefix: /$prefix"
256 local net prefix
259 IFS='/' read net prefix <<< $1
262 if [[ -z $prefix ]]; then
273 local remain=$[ bitlen-prefix ]
284 min_mask="$(printf '1%.s' $(seq $prefix))$(printf '0%.s' $(seq $remain))"
[all …]
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_syncmap.c74 u64 prefix; member
163 if (likely(__sync_leaf_prefix(p, id) == p->prefix)) in i915_syncmap_is_later()
172 if (__sync_branch_prefix(p, id) == p->prefix) in i915_syncmap_is_later()
185 if (__sync_branch_prefix(p, id) != p->prefix) in i915_syncmap_is_later()
210 p->prefix = __sync_leaf_prefix(p, id); in __sync_alloc_leaf()
244 GEM_BUG_ON(__sync_leaf_prefix(p, id) == p->prefix); in __sync_set()
253 if (__sync_branch_prefix(p, id) == p->prefix) in __sync_set()
281 if (__sync_branch_prefix(p, id) != p->prefix) { in __sync_set()
294 next->prefix = __sync_branch_prefix(next, id); in __sync_set()
305 idx = p->prefix >> (above - SHIFT) & MASK; in __sync_set()
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-ssleay-perl/
H A Dno-exec-on-configure.patch10 my $prefix = $self->find_openssl_prefix;
11 - my $exec = $self->find_openssl_exec($prefix);
23 - $self->check_openssl_version($prefix, $exec);
24 - my $opts = $self->ssleay_get_build_opts($prefix, $exec);
25 + my $opts = $self->ssleay_get_build_opts($prefix);
33 - my ($self, $prefix, $exec) = @_;
34 + my ($self, $prefix) = @_;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A Dnmap-redefine-the-python-library-dir.patch21 - cd $(ZENMAPDIR) && $(PYTHON) setup.py --quiet install --prefix "$(prefix)" --force $(if $(DESTDIR…
22 + cd $(ZENMAPDIR) && $(PYTHON) setup.py --quiet install --prefix "$(prefix)" --install-lib="${PYTHO…
30 - cd $(NDIFFDIR) && $(PYTHON) setup.py install --prefix "$(prefix)" $(if $(DESTDIR),--root "$(DESTD…
31 + cd $(NDIFFDIR) && $(PYTHON) setup.py install --prefix "$(prefix)" --install-lib="${PYTHON_SITEPAC…
/openbmc/openbmc/meta-openpower/recipes-bsp/ecmd/
H A Dlibecmd_git.bb20 --without-pyecmd --install-path ${D}${prefix} --output-root ${B} --target ${TARGET_ARCH} \
37 mv ${D}${prefix}/help/** ${D}${datadir}/${BPN}/help
38 mv ${D}${prefix}/${TARGET_ARCH}/bin/** ${D}${bindir}
39 mv ${D}${prefix}/${TARGET_ARCH}/lib/** ${D}${libdir}
43 rmdir ${D}${prefix}/help \
44 ${D}${prefix}/${TARGET_ARCH}/lib \
45 ${D}${prefix}/${TARGET_ARCH}/bin \
46 ${D}${prefix}/${TARGET_ARCH}/perl \
47 ${D}${prefix}/${TARGET_ARCH}
/openbmc/linux/drivers/net/ethernet/sfc/
H A Def100_rx.c34 bool ef100_rx_buf_hash_valid(const u8 *prefix) in ef100_rx_buf_hash_valid() argument
36 return PREFIX_FIELD(prefix, RSS_HASH_VALID); in ef100_rx_buf_hash_valid()
39 static bool ef100_has_fcs_error(struct efx_channel *channel, u32 *prefix) in ef100_has_fcs_error() argument
44 rxclass = le16_to_cpu((__force __le16)PREFIX_FIELD(prefix, CLASS)); in ef100_has_fcs_error()
66 u32 *prefix; in __ef100_rx_packet() local
68 prefix = (u32 *)(eh - ESE_GZ_RX_PKT_PREFIX_LEN); in __ef100_rx_packet()
71 u32 mark = PREFIX_FIELD(prefix, USER_MARK); in __ef100_rx_packet()
77 if (ef100_has_fcs_error(channel, prefix) && in __ef100_rx_packet()
81 rx_buf->len = le16_to_cpu((__force __le16)PREFIX_FIELD(prefix, LENGTH)); in __ef100_rx_packet()
122 if (PREFIX_FIELD(prefix, NT_OR_INNER_L3_CLASS) == 1) { in __ef100_rx_packet()
[all …]
/openbmc/pyphosphor/obmc/utils/
H A Dmisc.py18 def org_dot_openbmc_match_strings(sep='.', prefix=''): argument
24 return [prefix + sep.join(y) for y in matches]
27 def org_dot_openbmc_match(name, sep='.', prefix=''): argument
28 names = org_dot_openbmc_match_strings(sep=sep, prefix=prefix)
/openbmc/linux/scripts/
H A Dsyscallhdr.sh36 prefix=
50 --prefix)
51 prefix=$2
86 echo "#define __NR_$prefix$name $nr"
92 echo "#define __NR_${prefix}syscalls $(($max + 1))"
/openbmc/linux/arch/riscv/include/asm/
H A Datomic.h54 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \ argument
56 void arch_atomic##prefix##_##op(c_type i, atomic##prefix##_t *v) \
88 #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix) \ in ATOMIC_OPS() argument
90 c_type arch_atomic##prefix##_fetch_##op##_relaxed(c_type i, \ in ATOMIC_OPS()
91 atomic##prefix##_t *v) \ in ATOMIC_OPS()
102 c_type arch_atomic##prefix##_fetch_##op(c_type i, atomic##prefix##_t *v) \
113 #define ATOMIC_OP_RETURN(op, asm_op, c_op, I, asm_type, c_type, prefix) \ argument
115 c_type arch_atomic##prefix##_##op##_return_relaxed(c_type i, \
116 atomic##prefix##_t *v) \
121 c_type arch_atomic##prefix##_##op##_return(c_type i, atomic##prefix##_t *v) \
[all …]
/openbmc/linux/drivers/s390/net/
H A Dsmsgiucv.c22 const char *prefix; member
79 if (strncmp(buffer + 8, cb->prefix, cb->len) == 0) { in smsg_message_pending()
88 int smsg_register_callback(const char *prefix, in smsg_register_callback() argument
96 cb->prefix = prefix; in smsg_register_callback()
97 cb->len = strlen(prefix); in smsg_register_callback()
105 void smsg_unregister_callback(const char *prefix, in smsg_unregister_callback() argument
115 strcmp(tmp->prefix, prefix) == 0) { in smsg_unregister_callback()
/openbmc/qemu/linux-user/
H A Dgen-vdso.c61 const char *prefix = "vdso"; in main() local
77 prefix = optarg; in main()
142 prefix); in main()
182 fprintf(outf, "static const unsigned %s_relocs[] = {\n", prefix); in main()
199 fprintf(outf, "static const VdsoImageInfo %s_image_info = {\n", prefix); in main()
200 fprintf(outf, " .image = %s_image,\n", prefix); in main()
201 fprintf(outf, " .relocs = %s_relocs,\n", prefix); in main()
202 fprintf(outf, " .image_size = sizeof(%s_image),\n", prefix); in main()
203 fprintf(outf, " .reloc_count = ARRAY_SIZE(%s_relocs),\n", prefix); in main()
/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_printer.cpp50 std::string prefix; in operator ()() local
54 prefix = "not("; in operator ()()
57 return std::format("{}{}{}", prefix, (*this)(x.operand), postfix); in operator ()()
62 std::string prefix; in operator ()() local
66 prefix = "("; in operator ()()
69 std::string out = std::format("{}{}{}", prefix, (*this)(x.first), postfix); in operator ()()
81 std::string prefix; in operator ()() local
85 prefix = "("; in operator ()()
88 std::string out = std::format("{}{}{}", prefix, (*this)(x.first), postfix); in operator ()()
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Drunqueue.py55 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir:
65 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir:
77 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir:
88 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir:
99 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir:
110 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir:
120 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir:
131 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir:
145 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir:
158 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir:
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsoc15_common.h113 #define WREG32_RLC_EX(prefix, reg, value, inst) \ argument
118 …uint32_t r0 = adev->reg_offset[GC_HWIP][inst][prefix##SCRATCH_REG0_BASE_IDX] + prefix##SCRATCH_REG…
119 …uint32_t r1 = adev->reg_offset[GC_HWIP][inst][prefix##SCRATCH_REG1_BASE_IDX] + prefix##SCRATCH_REG…
120 …uint32_t spare_int = adev->reg_offset[GC_HWIP][inst][prefix##RLC_SPARE_INT_BASE_IDX] + prefix##RLC…
151 #define WREG32_SOC15_RLC_SHADOW_EX(prefix, ip, inst, reg, value) \ argument
155 …uint32_t r2 = adev->reg_offset[GC_HWIP][inst][prefix##SCRATCH_REG1_BASE_IDX] + prefix##SCRATCH_REG…
156 …uint32_t r3 = adev->reg_offset[GC_HWIP][inst][prefix##SCRATCH_REG1_BASE_IDX] + prefix##SCRATCH_REG…
157 …uint32_t grbm_cntl = adev->reg_offset[GC_HWIP][inst][prefix##GRBM_GFX_CNTL_BASE_IDX] + prefix##GRB…
158 …uint32_t grbm_idx = adev->reg_offset[GC_HWIP][inst][prefix##GRBM_GFX_INDEX_BASE_IDX] + prefix##GRB…
178 #define WREG32_SOC15_RLC_EX(prefix, ip, inst, reg, value) \ argument
[all …]
/openbmc/qemu/scripts/
H A Dnsis.py56 prefix = os.path.splitdrive(args.prefix)[1]
61 os.path.join(destdir + prefix, "system-emulations.nsh"), "w"
63 os.path.join(destdir + prefix, "system-mui-text.nsh"), "w"
66 os.path.join(destdir + prefix, "qemu-system-*.exe")
92 dlldir = os.path.join(destdir + prefix, "dll")
95 for exe in glob.glob(os.path.join(destdir + prefix, "*.exe")):
115 "-DBINDIR=" + destdir + prefix,
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/
H A D0011-ltmain.in-Handle-prefix-map-compiler-options-correct.patch1 ltmain.in: Handle prefix-map compiler options correctly
3 If lto is enabled, we need the prefix-map variables to be passed to the linker
8 * build-aux/ltmain.in: Handle prefix-map compiler options
28 + # -f{file|debug|macro|profile}-prefix-map* needed for lto linking
34 … -specs=*|-fsanitize=*|-fuse-ld=*|-ffile-prefix-map=*|-fdebug-prefix-map=*|-fmacro-prefix-map=*|-f…
/openbmc/linux/tools/verification/dot2/
H A DMakefile3 prefix ?= /usr macro
4 bindir ?= $(prefix)/bin
5 mandir ?= $(prefix)/share/man
6 miscdir ?= $(prefix)/share/dot2
7 srcdir ?= $(prefix)/src
/openbmc/sdbusplus/src/
H A Dexception.cpp24 SdBusError::SdBusError(int error_in, const char* prefix, in SdBusError() argument
26 SdBusError(error_in, std::string(prefix), intf_in) in SdBusError()
29 SdBusError::SdBusError(int error_in, std::string&& prefix, in SdBusError() argument
43 populateMessage(std::move(prefix)); in SdBusError()
46 SdBusError::SdBusError(sd_bus_error* error_in, const char* prefix, in SdBusError() argument
53 populateMessage(std::string(prefix)); in SdBusError()
100 void SdBusError::populateMessage(std::string&& prefix) in populateMessage() argument
102 full_message = std::move(prefix); in populateMessage()
/openbmc/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-g12.dtsi17 sound-name-prefix = "TDM_A";
28 sound-name-prefix = "TDM_B";
39 sound-name-prefix = "TDM_C";
54 sound-name-prefix = "PDM";
104 sound-name-prefix = "TODDR_A";
119 sound-name-prefix = "TODDR_B";
134 sound-name-prefix = "TODDR_C";
149 sound-name-prefix = "FRDDR_A";
164 sound-name-prefix = "FRDDR_B";
179 sound-name-prefix = "FRDDR_C";
[all …]

12345678910>>...80