/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/ |
H A D | perfetto.bb | 118 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 D | login | 6 # (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 D | su | 14 # (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 D | precise-smc-softmmu.S | 48 .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 D | precise-smc-user.c | 26 "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 D | alternative-asm.h | 25 * 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 D | alternative-asm.h | 24 * 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 D | dm-flakey.rst | 82 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 D | 041 | 939 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 D | rc_check.h | 32 /* 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 D | drm_module.h | 55 * 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 D | isa.h | 74 * use this macro once, and calling it replaces module_init and module_exit. 88 * replaces module_init and module_exit.
|
H A D | platform_device.h | 300 * 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 D | cdmm.h | 81 * 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 D | 0003-only-make-one-reference-to-env.patch | 27 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 D | go-vendor.bbclass | 20 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 D | c-code-gen.rst | 55 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 D | Kconfig | 14 OMAP-L1xx. This driver replaces the FB_DA8XX fbdev driver.
|
/openbmc/linux/arch/x86/kernel/fpu/ |
H A D | xstate.h | 102 * 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 D | system-state.rst | 9 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 D | cputable.c | 39 * 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 D | alternative.h | 21 * 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 D | rdma_cm_ib.h | 19 * connection and replaces the call to rdma_resolve_route.
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_drv.h | 93 * 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 D | libisoburn_1.5.6.bb | 12 # This replaces the xorriso recipe
|