Home
last modified time | relevance | path

Searched full:replaces (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/
H A Dperfetto.bb118 REPLACES="s/-Wl,--icf=all//g"
119 REPLACES=$REPLACES";s/-Werror//g"
120 REPLACES=$REPLACES";s/-fcolor-diagnostics//g"
121 REPLACES=$REPLACES";s/=format-security//g"
122 REPLACES=$REPLACES";s/-fdiagnostics-show-template-tree//g"
123 REPLACES=$REPLACES";s/-D_FORTIFY_SOURCE=2//g"
124 REPLACES=$REPLACES";s/-fuse-ld=\S*//g"
126 find . -name "*.ninja" | xargs sed $REPLACES -i
139 REPLACES="s:\S*clang++ :$HOST_CLANGXX :g"
140 REPLACES=$REPLACES";s:\S*clang :$HOST_CLANG :g"
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/
H A Dlogin6 # (Replaces the `FAIL_DELAY' setting from login.defs)
11 # Outputs an issue file prior to each login prompt (Replaces the
16 # (Replaces the `CONSOLE' setting from login.defs)
26 # (Replaces the `NOLOGINS_FILE' option from login.defs)
42 # (Replaces the `CONSOLE_GROUPS' option in login.defs)
47 # (Replaces the `PORTTIME_CHECKS_ENAB' option from login.defs
53 # (Replaces /etc/login.access file)
57 # (Replaces the use of /etc/limits in old login)
61 # (Replaces the `MOTD_FILE' option in login.defs)
65 # (Replaces the `MAIL_CHECK_ENAB' option from login.defs).
H A Dsu14 # (Replaces the `SU_WHEEL_ONLY' option from login.defs)
27 # (Replaces the `PORTTIME_CHECKS_ENAB' option from login.defs
49 # (Replaces the use of /etc/limits in old login)
/openbmc/qemu/tests/tcg/s390x/
H A Dprecise-smc-softmmu.S48 .fill 12 /* replaces padding and stpq */
49 agr %r1,%r1 /* replaces sgr */
51 .fill 12 /* replaces padding and stpq */
52 d %r0,zero /* replaces sgr */
H A Dprecise-smc-user.c26 "patch: .byte 0,0,0,0,0,0\n" /* replaces padding */ in main()
27 ".byte 0,0,0,0,0,0\n" /* replaces vstl */ in main()
28 "agr %[value],%[value]\n" /* replaces sgr */ in main()
/openbmc/linux/arch/loongarch/include/asm/
H A Dalternative-asm.h25 * present, early code in apply_alternatives() replaces @oldinstr with
55 * has @feature1, it replaces @oldinstr with @newinstr1. If CPU has
56 * @feature2, it replaces @oldinstr with @feature2.
/openbmc/linux/arch/s390/include/asm/
H A Dalternative-asm.h24 * present, early code in apply_alternatives() replaces @oldinstr with
39 * present, early code in apply_alternatives() replaces @oldinstr with
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-flakey.rst82 Replaces the 32nd byte of READ bios with the value 1::
86 Replaces the 224th byte of REQ_META (=32) bios with the value 0::
/openbmc/qemu/tests/qemu-iotests/
H A D041939 sync='full', node_name="repair0", replaces="img1",
951 sync='full', node_name="repair0", replaces="img1",
961 sync='full', node_name="repair0", replaces="img1",
974 sync='full', node_name="repair0", replaces="img1",
1000 replaces='img1',
1006 sync='full', node_name='repair0', replaces='img1',
1015 replaces='img1',
1022 replaces='img1',
1028 sync='full', replaces='img1',
1034 sync='full', node_name='repair0', replaces='img77',
[all …]
/openbmc/linux/tools/lib/perf/include/internal/
H A Drc_check.h32 /* Replaces "struct foo" so that the pointer may be interposed. */
59 /* Replaces "struct foo" so that the pointer may be interposed. */
/openbmc/linux/include/drm/
H A Ddrm_module.h55 * Each module may only use this macro once. Calling it replaces
118 * Each module may only use this macro once. Calling it replaces
/openbmc/linux/include/linux/
H A Disa.h74 * use this macro once, and calling it replaces module_init and module_exit.
88 * replaces module_init and module_exit.
H A Dplatform_device.h300 * calling it replaces module_init() and module_exit()
309 * calling it replaces device_initcall(). Note this is meant to be
318 * calling it replaces module_init() and module_exit()
335 * driver may only use this macro once, and using it replaces device_initcall.
/openbmc/linux/arch/mips/include/asm/
H A Dcdmm.h81 * calling it replaces module_init() and module_exit()
90 * driver may only use this macro once, and calling it replaces device_initcall
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw/
H A D0003-only-make-one-reference-to-env.patch27 of sys.executable and replaces it with "#! /usr/bin/env python3".
64 + # Distutils searches for the string of sys.executable and replaces it
/openbmc/openbmc/poky/meta/classes/
H A Dgo-vendor.bbclass20 vcs='git', replaces=None, pathmajor=None):
33 if replaces:
34 src_uri += ";go_module_replacement={}".format(replaces)
/openbmc/linux/Documentation/userspace-api/netlink/
H A Dc-code-gen.rst55 If ``name-prefix`` is specified it replaces the ``$family-$enum``
88 If ``name-prefix`` is specified it replaces the ``$family-CMD``
/openbmc/linux/drivers/gpu/drm/tilcdc/
H A DKconfig14 OMAP-L1xx. This driver replaces the FB_DA8XX fbdev driver.
/openbmc/linux/arch/x86/kernel/fpu/
H A Dxstate.h102 * If XSAVES is enabled, it replaces XSAVEC because it supports supervisor
105 * Otherwise if XSAVEC is enabled, it replaces XSAVEOPT because it supports
108 * Otherwise, if XSAVEOPT is enabled, XSAVEOPT replaces XSAVE because XSAVEOPT
/openbmc/linux/Documentation/livepatch/
H A Dsystem-state.rst9 Each new livepatch completely replaces any older one. It can keep,
138 - Free *state->data* from replaces livepatches when they are
/openbmc/linux/arch/powerpc/kernel/
H A Dcputable.c39 * use memcpy() instead of *t = *s so that GCC replaces it in set_cur_cpu_spec()
58 * so that GCC replaces it by __memcpy() when KASAN is active in setup_cpu_spec()
/openbmc/linux/arch/x86/include/asm/
H A Dalternative.h21 * The LOCK_PREFIX macro defined here replaces the LOCK and
375 * present, early code in apply_alternatives() replaces @oldinstr with
414 * has @feature1, it replaces @oldinstr with @newinstr1. If CPU has
415 * @feature2, it replaces @oldinstr with @feature2.
/openbmc/linux/include/rdma/
H A Drdma_cm_ib.h19 * connection and replaces the call to rdma_resolve_route.
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_drv.h93 * R200_EMIT_PP_AFS_0/1, R200_EMIT_PP_TXCTLALL_0-5 (replaces
95 * (replaces R200_EMIT_TFACTOR_0 (8 consts instead of 6)
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/burnia/
H A Dlibisoburn_1.5.6.bb12 # This replaces the xorriso recipe

12345678910>>...17