/openbmc/openbmc/meta-security/recipes-ids/ossec/files/ |
H A D | 0002-Makefile-don-t-set-uid-gid.patch | 30 - $(call INSTALL_CMD,0550,root,0) ossec-agentd ${PREFIX}/bin 31 - $(call INSTALL_CMD,0550,root,0) agent-auth ${PREFIX}/bin 32 + $(call INSTALL_CMD,0550) ossec-agentd ${PREFIX}/bin 33 + $(call INSTALL_CMD,0550) agent-auth ${PREFIX}/bin 35 - $(call INSTALL_CMD,0750,${OSSEC_USER},${OSSEC_GROUP}) -d ${PREFIX}/queue/rids 36 + $(call INSTALL_CMD,0750) -d ${PREFIX}/queue/rids 44 - $(call INSTALL_CMD,0550,root,${OSSEC_GROUP}) -d ${PREFIX}/ 45 - $(call INSTALL_CMD,0750,${OSSEC_USER},${OSSEC_GROUP}) -d ${PREFIX}/logs 46 - $(call INSTALL_CMD,0660,${OSSEC_USER},${OSSEC_GROUP}) /dev/null ${PREFIX}/logs/ossec.log 48 - $(call INSTALL_CMD,0550,root,0) -d ${PREFIX}/bin [all …]
|
H A D | 0001-Makefile-drop-running-scrips-install.patch | 22 $(call INSTALL_CMD,0550,root,${OSSEC_GROUP}) -d ${PREFIX}/ 23 $(call INSTALL_CMD,0750,${OSSEC_USER},${OSSEC_GROUP}) -d ${PREFIX}/logs 24 $(call INSTALL_CMD,0660,${OSSEC_USER},${OSSEC_GROUP}) /dev/null ${PREFIX}/logs/ossec.log 26 $(call INSTALL_CMD,0550,root,${OSSEC_GROUP}) -d ${PREFIX}/var 27 $(call INSTALL_CMD,0770,root,${OSSEC_GROUP}) -d ${PREFIX}/var/run 34 …$(call INSTALL_CMD,0660,${OSSEC_USER},${OSSEC_GROUP}) /dev/null ${PREFIX}/logs/active-responses.log
|
/openbmc/u-boot/arch/arm/ |
H A D | config.mk | 20 PLATFORM_RELFLAGS += $(call cc-option, -msoft-float) \ 21 $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) 24 LLVM_RELFLAGS := $(call cc-option,-mllvm,) \ 25 $(call cc-option,-mno-movt,) 38 AFLAGS_IMPLICIT_IT := $(call as-option,-Wa$(comma)-mimplicit-it=always) 40 $(call cc-option, -mthumb -mthumb-interwork,\ 41 $(call cc-option,-marm,)\ 42 $(call cc-option,-mno-thumb-interwork,)\ 45 PF_CPPFLAGS_ARM := $(call cc-option,-marm,) \ 46 $(call cc-option,-mno-thumb-interwork,) [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/beep/files/ |
H A D | 0001-beep-library-Make-it-compatible-with-c99.patch | 59 @@ -155,7 +155,6 @@ $(eval $(call CHECK_CFLAGS,common_CFLAGS 60 $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Wall)) 61 $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Wextra)) 62 $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Weverything)) 63 -$(eval $(call CHECK_CFLAGS,common_CFLAGS,-Werror)) 64 $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Wno-padded)) 65 $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Werror=format-security)) 66 $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Wno-disabled-macro-expansion)) 67 @@ -169,11 +168,6 @@ $(eval $(call CHECK_CFLAGS,CFLAGS,-fanal 68 $(eval $(call CHECK_CFLAGS,CFLAGS,-fstack-protector-strong)) [all …]
|
/openbmc/qemu/pc-bios/optionrom/ |
H A D | Makefile | 16 quiet-command = $(call quiet-@,$2 $@)$1 25 cc-option = if $(call cc-test, $1); then \ 32 $(quiet-@)($(call cc-option,-fcf-protection=none); \ 33 $(call cc-option,-fno-pie); \ 34 $(call cc-option,-no-pie); \ 35 $(call cc-option,-fno-stack-protector); \ 36 $(call cc-option,-Wno-array-bounds)) 3> config-cc.mak 44 $(call quiet-command,$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<,Assembling) 47 $(call quiet-command,$(CC) $(CPPFLAGS) $(CFLAGS) -c $< -o $@,Compiling) 50 $(call quiet-command,$(CC) $(CFLAGS) $(LDFLAGS) -s -o $@ $^,Linking) [all …]
|
/openbmc/openbmc-test-automation/bin/ |
H A D | process_plug_in_packages.py | 31 + " one or more call point programs. Each of these call point" 35 + " %(prog)s will check for the presence of the specified call" 38 + " caller to set any environment variables needed by the call" 39 + " point programs.\n\nAfter each call point program" 44 + "<shell return code value of last call point program - this" 46 + " that if a call point program returns a value it will be" 49 + " reserved for errors in calling the call point program" 50 + " rather than errors generated by the call point program.>", 67 help="The call point program name. This value must not include the" 79 + " equals 0x00000200, it means that for each plug-in call point that" [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0003-64-bit-multilib-hack.patch | 49 -MULTILIB_OSDIRNAMES = mabi.lp64=../lib64$(call if_multiarch,:aarch64$(AARCH_BE)-linux-gnu) 50 -MULTIARCH_DIRNAME = $(call if_multiarch,aarch64$(AARCH_BE)-linux-gnu) 52 +#MULTILIB_OSDIRNAMES = mabi.lp64=../lib64$(call if_multiarch,:aarch64$(AARCH_BE)-linux-gnu) 53 +#MULTIARCH_DIRNAME = $(call if_multiarch,aarch64$(AARCH_BE)-linux-gnu) 55 -MULTILIB_OSDIRNAMES += mabi.ilp32=../libilp32$(call if_multiarch,:aarch64$(AARCH_BE)-linux-gnu_ilp… 56 +#MULTILIB_OSDIRNAMES += mabi.ilp32=../libilp32$(call if_multiarch,:aarch64$(AARCH_BE)-linux-gnu_il… 82 -MULTILIB_OSDIRNAMES = m64=../lib64$(call if_multiarch,:x86_64-linux-gnu) 83 …ard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib)$(call if_multiarch,:i386-… 84 -MULTILIB_OSDIRNAMES+= mx32=../libx32$(call if_multiarch,:x86_64-linux-gnux32) 101 - ../lib32$(call if_multiarch,:mips64$(MIPS_EL)-linux-gnuabin32$(MIPS_SOFT)) \ [all …]
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | Makefile | 17 quiet-command = $(call quiet-@,$2 $@)$1 21 $(call set-vpath, $(SRC_PATH)) 27 $(call quiet-command,$(CC) $(EXTRA_CFLAGS) $(QEMU_DGFLAGS) $(CFLAGS) \ 31 $(call quiet-command,$(CCAS) $(EXTRA_CFLAGS) $(QEMU_DGFLAGS) $(CFLAGS) \ 53 cc-option = if $(call cc-test, $1); then \ 58 $(quiet-@)($(call cc-option,-Wno-stringop-overflow); \ 59 $(call cc-option,-fno-stack-protector); \ 60 $(call cc-option,-Wno-array-bounds); \ 61 $(call cc-option,-Wno-gnu); \ 62 $(call cc-option,-march=z900,-march=z10)) 3> config-cc.mak [all …]
|
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | Makefile.target | 29 $(call run-test,$<, $(QEMU) $(QEMU_OPTS) $<) 30 $(call conditional-diff-out,$<,$(SRC_PATH)/tests/tcg/$(TARGET_NAME)/$<.ref) 61 $(call skip-test, $<, "flaky on CI?") 63 $(call skip-test, $<, "flaky on CI?") 67 $(call run-test, test-mmap, $(QEMU) $<, $< (default)) 73 $(call run-test, $@, $(GDB_SCRIPT) \ 80 $(call run-test, $@, $(GDB_SCRIPT) \ 87 $(call run-test, $@, $(GDB_SCRIPT) \ 94 $(call run-test, $@, $(GDB_SCRIPT) \ 101 $(call run-test, $@, $(GDB_SCRIPT) \ [all …]
|
/openbmc/qemu/tests/tcg/aarch64/ |
H A D | Makefile.target | 18 $(call run-test,$<,$(QEMU) $<) 19 $(call diff-out,$<,$(AARCH64_SRC)/fcvt.ref) 23 fnia=`$(call cc-test,-fno-integrated-as) && echo -fno-integrated-as`; \ 24 $(call cc-option,-march=armv8.1-a+sve, CROSS_CC_HAS_SVE); \ 25 $(call cc-option,-march=armv8.1-a+sve2, CROSS_CC_HAS_SVE2); \ 26 $(call cc-option,-march=armv8.2-a, CROSS_CC_HAS_ARMV8_2); \ 27 $(call cc-option,-march=armv8.3-a, CROSS_CC_HAS_ARMV8_3); \ 28 $(call cc-option,-march=armv8.5-a, CROSS_CC_HAS_ARMV8_5); \ 29 $(call cc-option,-mbranch-protection=standard, CROSS_CC_HAS_ARMV8_BTI); \ 30 $(call cc-option,-march=armv8.5-a+memtag, CROSS_CC_HAS_ARMV8_MTE); \ [all …]
|
H A D | Makefile.softmmu-target | 32 $(call cc-option,-march=armv8.3-a, CROSS_CC_HAS_ARMV8_3); \ 33 $(call cc-option,-march=armv8.5-a+memtag, CROSS_CC_HAS_ARMV8_MTE)) 3> config-cc.mak 64 $(call skip-test, $<, "MANUAL ONLY") 67 $(call skip-test, $<, "MANUAL ONLY") 77 $(call run-test, $<, \ 85 $(call run-test, $<, \ 100 $(call skip-test, "BUILD of $@", "missing compiler support") 102 $(call skip-test, "RUN of pauth-3", "not built") 118 $(call run-test, $@, $(GDB_SCRIPT) \ 128 $(call skip-test "RUN of gdbstub-mte", "GDB does not support MTE in baremetal!") [all …]
|
/openbmc/qemu/ |
H A D | Makefile | 19 # Usage: $(call quiet-command,command and args,"NAME","args to print") 27 quiet-command = $(quiet-@)$(call quiet-command-run,$1,$2,$3) 175 $(error Please call configure before running make) 188 …$(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C $(dir $@) V="$(V)" TARGET_DIR="$(dir $@)" $(no… 235 $(call quiet-command, \ 238 $(call quiet-command, \ 245 $(call quiet-command, \ 250 $(call quiet-command, \ 257 $(call quiet-command, \ 260 $(call quiet-command, \ [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_robot_plug_in.py | 20 …Call the external validate_plug_ins.py program which validates the plug-in dir paths given to it. … 34 "Validate plug ins call failed. See" 59 …Call the external process_plug_in_packages.py to process the plug-in packages. Return the followi… 66 … call_point The call point program to be called for each plug-in package (e.g. 70 … means that for each plug-in call point that runs, a 0x00000200 will not 73 … if the call point program from any plug-in directory fails. Conversely, 74 … if it is set to false, this program will run the call point program from 76 … Typical example cases where you'd want to run all plug-in call points 77 … regardless of success or failure would be "cleanup" or "ffdc" call points. 78 …stop_on_non_zero_rc If this parm is set to 1 and a plug-in call point program returns … [all …]
|
/openbmc/qemu/tests/tcg/ |
H A D | Makefile.target | 48 quiet-command = $(call quiet-@,$2,$3)$1 51 cc-option = if $(call cc-test, $1); then \ 57 run-test = $(call quiet-command, timeout -s KILL --foreground $(TIMEOUT) $2 > $1.out, \ 60 run-test = $(call quiet-command, timeout -s KILL --foreground $(TIMEOUT) $2, \ 67 diff-out = $(call quiet-command, diff -q $1.out $2 || \ 79 $(call diff-out,$1,$2), \ 80 $(call skip-test,"$1 check","no reference")) 188 $(EXTRA_RUNS_WITH_PLUGIN),$(call extract-test,$(test))) 203 $(eval _plugin := $(word $(call mod_plus_one, $(_idx), $(NUM_PLUGINS)), $(PLUGINS))) \ 209 $(eval $(f): $(call extract-test,$(f)) $(call extract-plugin,$(f)))) [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
H A D | 0010-Always-use-devmapper.patch | 31 -ifneq ($(call check_func,dm_task_no_flush,$(devmapper_incdir)/libdevmapper.h),0) 35 -ifneq ($(call check_func,dm_task_get_errno,$(devmapper_incdir)/libdevmapper.h),0) 39 -ifneq ($(call check_func,dm_task_set_cookie,$(devmapper_incdir)/libdevmapper.h),0) 43 -ifneq ($(call check_func,udev_monitor_set_receive_buffer_size,$(libudev_incdir)/libudev.h),0) 47 -ifneq ($(call check_func,dm_task_deferred_remove,$(devmapper_incdir)/libdevmapper.h),0) 51 -ifneq ($(call check_func,dm_hold_control_dev,$(devmapper_incdir)/libdevmapper.h),0) 55 -ifneq ($(call check_var,ELS_DTAG_LNK_INTEGRITY,$(kernel_incdir)/scsi/fc/fc_els.h),0) 69 ifneq ($(call check_func,mnt_unref_cache,$(libmount_h)),0)
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
H A D | Makefile | 14 # Specify the target for use in elftosb call 57 $(call if_changed,mkalign_mxs) 58 $(call if_changed,mkivt_mxs,$(CONFIG_SPL_TEXT_BASE),\ 62 $(call if_changed,mkalign_mxs) 63 $(call if_changed,mkivt_mxs,$(CONFIG_SYS_TEXT_BASE),\ 67 $(call if_changed,mkcsfreq_mxs,$(CONFIG_SPL_TEXT_BASE),0x8000) 70 $(call if_changed,mkcsfreq_mxs,$(CONFIG_SYS_TEXT_BASE),0x40001000) 73 $(call if_changed,mkcst_mxs) 77 $(call if_changed,mkimage) 81 $(call if_changed,mkimage)
|
/openbmc/u-boot/scripts/ |
H A D | Kbuild.include | 47 # $(call filechk,sample) 73 # Usage: CROSS_COMPILE := $(call cc-cross-prefix, m68k-linux-gnu- m68k-linux-) 87 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise) 102 # Usage: cflags-y += $(call as-option,-Wa$(comma)-isa=foo,) 104 as-option = $(call try-run,\ 108 # Usage: cflags-y += $(call as-instr,instr,option1,option2) 110 as-instr = $(call try-run,\ 114 # Usage: cflags-y += $(call cc-option,-march=winchip-c6,-march=i586) 116 cc-option = $(call try-run,\ 120 # Usage: flag := $(call cc-option-yn,-march=winchip-c6) [all …]
|
H A D | Makefile.extrawarn | 10 # $(call cc-option, -W...) handles gcc -W.. options which 24 warning-1 += $(call cc-option, -Wmissing-prototypes) 26 warning-1 += $(call cc-option, -Wmissing-include-dirs) 27 warning-1 += $(call cc-option, -Wunused-but-set-variable) 28 warning-1 += $(call cc-disable-warning, missing-field-initializers) 35 warning-2 += $(call cc-option, -Wlogical-op) 36 warning-2 += $(call cc-option, -Wmissing-field-initializers) 46 warning-3 += $(call cc-option, -Wpacked-bitfield-compat) 47 warning-3 += $(call cc-option, -Wvla)
|
/openbmc/qemu/util/ |
H A D | defer-call.c | 7 * This API defers a function call within a defer_call_begin()/defer_call_end() 14 * defer_call(my_func, my_obj); <-- deferred my_func(my_obj) call 25 #include "qemu/defer-call.h" 27 /* A function call that has been deferred until defer_call_end() */ 57 * Call @fn(@opaque) immediately if not within a 60 * Otherwise defer the call until the end of the outermost 63 * defer_call_end() so that accumulated calls are batched into a single call. 71 /* Call immediately if we're not deferring calls */ in defer_call() 127 * There must have been a matching defer_call_begin() call in the same thread 128 * prior to this defer_call_end() call.
|
/openbmc/qemu/rust/qemu-api/src/ |
H A D | callbacks.rs | 12 /// pointers) the type itself contains all necessary information to call the 13 /// function. This trait provides a `call` function that doesn't require `self`, 19 /// `F::call` or passing it to another function via `func::<F>`. 34 /// F::call((unsafe { &*(opaque.cast::<T>()) }, )) 60 /// F::call((s,)) 69 /// used, except to decide what is `F` and what `F::call` does. 76 /// # F::call((s,)) 88 /// Some(F::call((s,))) 97 /// Invoking `F::call` will then be a run-time error. 102 /// # F::call((s,)) [all …]
|
/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | config_secure.mk | 49 $(call if_changed,mkomapsecimg) 55 $(call if_changed,mkomapsecimg) 62 $(call if_changed,mkomapsecimg) 66 $(call if_changed,mkomapsecimg) 72 $(call if_changed,mkomapsecimg) 81 $(call if_changed,mkomapsecimg) 88 $(call if_changed,mkomapsecimg) 97 $(call if_changed,mkomapsecimg) 113 $(call if_changed,omapsecureimg) 116 $(call if_changed,omapsecureimg) [all …]
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | start64.S | 18 call board_init_f_alloc_reserve 21 call board_init_f_init_reserve 24 call board_init_f 25 call board_init_f_r
|
/openbmc/qemu/pc-bios/vof/ |
H A D | Makefile | 10 quiet-command = $(call quiet-@,$2 $@)$1 15 $(call quiet-command, $(CC) $(EXTRA_CFLAGS) -c -o $@ $<,Assembling) 18 $(call quiet-command, $(CC) $(EXTRA_CFLAGS) -c -fno-stack-protector -o $@ $<,Compiling) 21 $(call quiet-command, $(LD) -nostdlib -e_start -T$(SRC_DIR)/vof.lds -EB -o $@ $^,Linking) 24 …$(call quiet-command, $(OBJCOPY) -O binary -j .text -j .data -j .toc -j .got2 $^ $@,Extracting raw…
|
/openbmc/qemu/tests/tcg/arm/ |
H A D | Makefile.target | 13 $(call cc-option,-fno-integrated-as, CROSS_CC_HAS_FNIA)) 3> config-cc.mak 28 $(call run-test,fcvt,$(QEMU) $<) 29 $(call diff-out,fcvt,$(ARM_SRC)/fcvt.ref) 46 $(call run-test,$<,$(QEMU) $< 2> $<.err) 57 $(call skip-test, $<, "MANUAL ONLY") 69 $(call run-test, $<, $(QEMU) $(QEMU_OPTS) $<) 70 $(call diff-out, sha1-vector, sha1.out)
|
/openbmc/rest-dbus/resources/ |
H A D | style.css | 18 #method-call-ui { 25 #method-call-ui th, #method-call-ul td { 29 #method-call-ui th {
|