/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 | 21 - ./init/adduser.sh ${OSSEC_USER} ${OSSEC_USER_MAIL} ${OSSEC_USER_REM} ${OSSEC_GROUP} ${PREFIX} 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/linux/lib/zstd/common/ |
H A D | error_private.c | 24 case PREFIX(no_error): return "No error detected"; in ERR_getErrorString() 25 case PREFIX(GENERIC): return "Error (generic)"; in ERR_getErrorString() 26 case PREFIX(prefix_unknown): return "Unknown frame descriptor"; in ERR_getErrorString() 27 case PREFIX(version_unsupported): return "Version not supported"; in ERR_getErrorString() 28 case PREFIX(frameParameter_unsupported): return "Unsupported frame parameter"; in ERR_getErrorString() 29 … case PREFIX(frameParameter_windowTooLarge): return "Frame requires too much memory for decoding"; in ERR_getErrorString() 30 case PREFIX(corruption_detected): return "Corrupted block detected"; in ERR_getErrorString() 31 case PREFIX(checksum_wrong): return "Restored data doesn't match checksum"; in ERR_getErrorString() 32 case PREFIX(parameter_unsupported): return "Unsupported parameter"; in ERR_getErrorString() 33 case PREFIX(parameter_outOfBound): return "Parameter is out of bound"; in ERR_getErrorString() [all …]
|
/openbmc/linux/tools/power/pm-graph/ |
H A D | Makefile | 2 PREFIX ?= /usr macro 9 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph 10 install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 11 install bootgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 12 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph/config 13 install -m 644 config/cgskip.txt $(DESTDIR)$(PREFIX)/lib/pm-graph/config 14 install -m 644 config/freeze-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 15 install -m 644 config/freeze.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 16 install -m 644 config/freeze-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 17 install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config [all …]
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | hugetlb-read-hwpoison.c | 16 #define PREFIX " ... " macro 61 printf(PREFIX ERROR_PREFIX "check fail: buf[%lu] = %u != %u\n", in verify_chunk() 78 printf(PREFIX PREFIX "init val=%u with offset=0x%lx\n", val, offset); in seek_read_hugepage_filemap() 79 printf(PREFIX PREFIX "expect to read 0x%lx bytes of data in total\n", in seek_read_hugepage_filemap() 82 perror(PREFIX ERROR_PREFIX "seek failed"); in seek_read_hugepage_filemap() 89 printf(PREFIX PREFIX "read reach end of the file\n"); in seek_read_hugepage_filemap() 92 perror(PREFIX ERROR_PREFIX "read failed"); in seek_read_hugepage_filemap() 101 printf(PREFIX PREFIX "actually read 0x%lx bytes of data in total\n", in seek_read_hugepage_filemap() 115 printf(PREFIX PREFIX "expect to read 0x%lx bytes of data in total\n", in read_hugepage_filemap() 120 printf(PREFIX PREFIX "read reach end of the file\n"); in read_hugepage_filemap() [all …]
|
/openbmc/openbmc/poky/meta/recipes-bsp/libacpi/files/ |
H A D | libacpi_fix_for_x32.patch | 18 @mkdir -p ${DESTDIR}${PREFIX}/include 19 @cp -f libacpi.h ${DESTDIR}${PREFIX}/include 20 @chmod 644 ${DESTDIR}${PREFIX}/include/libacpi.h 21 - @echo installing library to ${DESTDIR}${PREFIX}/lib 22 - @mkdir -p ${DESTDIR}${PREFIX}/lib 23 - @cp -f libacpi.a ${DESTDIR}${PREFIX}/lib 24 - @chmod 644 ${DESTDIR}${PREFIX}/lib/libacpi.a 25 - @cp -f ${SONAME} ${DESTDIR}${PREFIX}/lib/ 26 - @chmod 644 ${DESTDIR}${PREFIX}/lib/${SONAME} 27 - @ln -s ${SONAME} ${DESTDIR}${PREFIX}/lib/libacpi.so [all …]
|
/openbmc/u-boot/test/fs/ |
H A D | fs-test.sh | 168 PREFIX="fat" 175 PREFIX="ext4" 187 PREFIX="" 197 PREFIX="host " 227 ${PREFIX}ls host${SUFFIX} $6 229 ${PREFIX}ls host${SUFFIX} invalid_d 235 ${PREFIX}size host${SUFFIX} ${FPATH}$FILE_SMALL 239 ${PREFIX}size host${SUFFIX} ${FPATH}SUBDIR/../$FILE_SMALL 245 ${PREFIX}size host${SUFFIX} ${FPATH}$FILE_BIG 254 ${PREFIX}load host${SUFFIX} $addr ${FPATH}$FILE_SMALL [all …]
|
/openbmc/openbmc/meta-security/recipes-security/isic/files/ |
H A D | isic-0.07-make.patch | 16 - $(INSTALL) -m 0755 -d $(PREFIX)/bin 17 - $(INSTALL) -m 0755 -c $(BINS) $(PREFIX)/bin 18 - $(INSTALL) -m 0755 -d $(PREFIX)/man/man1 19 - ${INSTALL} -m 0755 -c $(MAN) $(PREFIX)/man/man1 20 + $(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/bin 21 + $(INSTALL) -m 0755 -c $(BINS) $(DESTDIR)$(PREFIX)/bin 22 + $(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/share/man/man1 23 + ${INSTALL} -m 0755 -c $(MAN) $(DESTDIR)$(PREFIX)/share/man/man1
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmping/files/ |
H A D | 0001-Makefile-tweak-install-dir.patch | 21 install -D asmping $(DESTDIR)$(PREFIX)/bin/asmping 22 install -D ssmpingd $(DESTDIR)$(PREFIX)/bin/ssmpingd 23 install -D mcfirst $(DESTDIR)$(PREFIX)/bin/mcfirst 24 - install -D ssmping.1 $(DESTDIR)$(PREFIX)/man/man1/ssmping.1 25 - install -D asmping.1 $(DESTDIR)$(PREFIX)/man/man1/asmping.1 26 - install -D mcfirst.1 $(DESTDIR)$(PREFIX)/man/man1/mcfirst.1 27 + install -D ssmping.1 $(DESTDIR)$(PREFIX)/share/man/man1/ssmping.1 28 + install -D asmping.1 $(DESTDIR)$(PREFIX)/share/man/man1/asmping.1 29 + install -D mcfirst.1 $(DESTDIR)$(PREFIX)/share/man/man1/mcfirst.1
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/ |
H A D | 0001-skip-checking-LIB32-and-LIB64-if-they-point-to-the-s.patch | 17 @@ -196,7 +196,6 @@ REALLIB32 = $(realpath $(PREFIX)/$(LIB32)) 18 REALLIB64 = $(realpath $(PREFIX)/$(LIB64)) 19 ifneq ($(realpath $(PREFIX)),) 21 …PREFIX)/$(LIB32) to $(REALLIB32)) and LIB64 ($(PREFIX)/$(LIB64) to $(REALLIB64)) are resolving to …
|
/openbmc/linux/drivers/input/serio/ |
H A D | hp_sdc_mlc.c | 45 #define PREFIX "HP SDC MLC: " macro 69 printk(KERN_WARNING PREFIX "HIL Overflow!\n"); in hp_sdc_mlc_isr() 107 printk(KERN_DEBUG PREFIX "err code %x\n", data); in hp_sdc_mlc_isr() 111 printk(KERN_WARNING PREFIX "Bastard SDC reconfigured loop!\n"); in hp_sdc_mlc_isr() 124 printk(KERN_WARNING PREFIX "Bastard SDC decided to reconfigure loop!\n"); in hp_sdc_mlc_isr() 128 printk(KERN_WARNING PREFIX "Unknown HIL Error status (%x)!\n", data); in hp_sdc_mlc_isr() 312 printk(KERN_INFO PREFIX "Registering the System Domain Controller's HIL MLC.\n"); in hp_sdc_mlc_init() 326 printk(KERN_WARNING PREFIX "Failed to register MLC structure with hil_mlc\n"); in hp_sdc_mlc_init() 331 printk(KERN_WARNING PREFIX "Request for raw HIL ISR hook denied\n"); in hp_sdc_mlc_init() 333 printk(KERN_ERR PREFIX "Failed to unregister MLC structure with hil_mlc.\n" in hp_sdc_mlc_init() [all …]
|
H A D | hp_sdc.c | 89 #define PREFIX "HP SDC: " macro 261 printk(KERN_INFO PREFIX "HP SDC reports successful PUP.\n"); in hp_sdc_isr() 282 printk(KERN_WARNING PREFIX "NMI !\n"); in hp_sdc_nmisr() 292 printk(KERN_WARNING PREFIX "HIL NMI\n"); in hp_sdc_nmisr() 321 printk(KERN_WARNING PREFIX "read timeout (%lldus)!\n", in hp_sdc_tasklet() 623 printk(KERN_WARNING PREFIX "No free slot to add transaction.\n"); in __hp_sdc_enqueue_transaction() 627 printk(KERN_WARNING PREFIX "Transaction add failed: transaction already queued?\n"); in __hp_sdc_enqueue_transaction() 887 pr_info(PREFIX "HP SDC at 0x%08lx, IRQ %d (NMI IRQ %d)\n", in hp_sdc_init() 920 printk(KERN_WARNING PREFIX ": %s SDC IO=0x%p IRQ=0x%x NMI=0x%x\n", in hp_sdc_init() 990 printk(KERN_WARNING PREFIX "Error unregistering HP SDC"); in hp_sdc_exit() [all …]
|
/openbmc/linux/tools/power/x86/x86_energy_perf_policy/ |
H A D | Makefile | 4 PREFIX := /usr macro 25 install -d $(DESTDIR)$(PREFIX)/bin 26 install $(BUILD_OUTPUT)/x86_energy_perf_policy $(DESTDIR)$(PREFIX)/bin/x86_energy_perf_policy 27 install -d $(DESTDIR)$(PREFIX)/share/man/man8 28 install -m 644 x86_energy_perf_policy.8 $(DESTDIR)$(PREFIX)/share/man/man8
|
/openbmc/linux/tools/power/x86/turbostat/ |
H A D | Makefile | 4 PREFIX ?= /usr macro 27 install -d $(DESTDIR)$(PREFIX)/bin 28 install $(BUILD_OUTPUT)/turbostat $(DESTDIR)$(PREFIX)/bin/turbostat 29 install -d $(DESTDIR)$(PREFIX)/share/man/man8 30 install -m 644 turbostat.8 $(DESTDIR)$(PREFIX)/share/man/man8
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dca/dcadec/ |
H A D | 0001-define-BASELIB-make-variable.patch | 21 PREFIX ?= /usr/local 23 BINDIR ?= $(PREFIX)/bin 24 -LIBDIR ?= $(PREFIX)/lib 25 +LIBDIR ?= $(PREFIX)/$(BASELIB) 26 INCLUDEDIR ?= $(PREFIX)/include
|
/openbmc/linux/sound/usb/bcd2000/ |
H A D | bcd2000.c | 20 #define PREFIX "snd-bcd2000: " macro 106 bcd2000_dump_buffer(PREFIX "received from device: ", buf, buf_len); in bcd2000_midi_handle_input() 119 bcd2000_dump_buffer(PREFIX "sending to userspace: ", in bcd2000_midi_handle_input() 159 bcd2000_dump_buffer(PREFIX "sending to device: ", in bcd2000_midi_send() 165 dev_err(&bcd2k->dev->dev, PREFIX in bcd2000_midi_send() 213 PREFIX "output urb->status: %d\n", urb->status); in bcd2000_output_complete() 229 PREFIX "input urb->status: %i\n", urb->status); in bcd2000_input_complete() 241 dev_err(&bcd2k->dev->dev, PREFIX in bcd2000_input_complete() 273 dev_err(&bcd2k->dev->dev, PREFIX in bcd2000_init_device() 282 dev_err(&bcd2k->dev->dev, PREFIX in bcd2000_init_device() [all …]
|
/openbmc/linux/sound/soc/generic/ |
H A D | simple-card.c | 23 #define PREFIX "simple-audio-card," macro 125 asoc_simple_parse_convert(top, PREFIX, adata); in simple_parse_convert() 126 asoc_simple_parse_convert(node, PREFIX, adata); in simple_parse_convert() 141 snprintf(prop, sizeof(prop), "%smclk-fs", PREFIX); in simple_parse_mclk_fs() 230 prefix = PREFIX; in simple_dai_link_of_dpcm() 271 PREFIX "prefix"); in simple_dai_link_of_dpcm() 317 prefix = PREFIX; in simple_dai_link_of() 371 node = of_get_child_by_name(top, PREFIX "dai-link"); in __simple_for_each_link() 377 add_devs = of_get_child_by_name(top, PREFIX "additional-devs"); in __simple_for_each_link() 395 PREFIX "codec" : "codec"); in __simple_for_each_link() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/dediprog-flasher/dediprog-flasher/ |
H A D | 0002-Makefile-add-conditional-stripping.patch | 29 install -v -o 0 -g 0 -m 755 -d $(DESTDIR)$(PREFIX)/bin $(DESTDIR)$(PREFIX)/share/DediProg 30 echo -n "install: " && install -v -o 0 -g 0 -m 0755 $(PROGRAM) $(DESTDIR)$(PREFIX)/bin/$(PROGRAM) 32 strip $(DESTDIR)$(PREFIX)/bin/$(PROGRAM) 34 install -v -o 0 -g 0 -m 755 -d $(DESTDIR)$(PREFIX)/share/DediProg 35 …echo -n "install: " && install -v -o 0 -g 0 -m 0644 ChipInfoDb.dedicfg $(DESTDIR)$(PREFIX)/share/D…
|
/openbmc/linux/sound/soc/ti/ |
H A D | omap3pandora.c | 24 #define PREFIX "ASoC omap3pandora: " macro 42 pr_err(PREFIX "can't set codec system clock\n"); in omap3pandora_hw_params() 51 pr_err(PREFIX "can't set cpu system clock\n"); in omap3pandora_hw_params() 57 pr_err(PREFIX "can't set SRG clock divider\n"); in omap3pandora_hw_params() 233 pr_err(PREFIX "Platform device allocation failed\n"); in omap3pandora_soc_init() 241 pr_err(PREFIX "Unable to add platform device\n"); in omap3pandora_soc_init() 261 pr_err(PREFIX "Failed to get DAC regulator from %s: %ld\n", in omap3pandora_soc_init()
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | test_java_symbol.sh | 29 elif [ -e "$PREFIX/lib64/libperf-jvmti.so" ]; then 30 LIBJVMTI=$PREFIX/lib64/libperf-jvmti.so 31 elif [ -e "$PREFIX/lib/libperf-jvmti.so" ]; then 32 LIBJVMTI=$PREFIX/lib/libperf-jvmti.so
|
/openbmc/linux/drivers/mtd/ |
H A D | rfd_ftl.c | 30 #define PREFIX "rfd_ftl: " macro 124 printk(KERN_WARNING PREFIX in build_block_map() 132 printk(KERN_WARNING PREFIX in build_block_map() 217 printk(KERN_NOTICE PREFIX "no RFD magic found in '%s'\n", in scan_header() 224 printk(KERN_WARNING PREFIX "'%s': no empty erase unit found\n", in scan_header() 258 printk(KERN_WARNING PREFIX "error reading '%s' at " in rfd_ftl_readsect() 285 printk(KERN_ERR PREFIX "erase of region %llx,%llx on '%s' " in erase_block() 306 pr_err(PREFIX "'%s': unable to write RFD header at 0x%lx\n", in erase_block() 343 printk(KERN_ERR PREFIX "error reading '%s' at " in move_block_contents() 383 printk(KERN_ERR PREFIX "'%s': Unable to " in move_block_contents() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tiobench/tiobench-0.3.3/ |
H A D | tiobench-makefile.patch | 33 -PREFIX=/usr/local 34 +PREFIX?=/usr/local 35 BINDIR=$(PREFIX)/bin 37 +DOCDIR=$(PREFIX)/share/doc/$(DISTNAME)
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | acpi.c | 39 #define PREFIX "ACPI: " macro 309 printk(KERN_INFO PREFIX "Local APIC address %p\n", ipi_base_addr); in acpi_parse_madt() 582 printk(KERN_ERR PREFIX "Can't find MADT\n"); in early_acpi_boot_init() 589 printk(KERN_ERR PREFIX in early_acpi_boot_init() 623 printk(KERN_ERR PREFIX "Can't find MADT\n"); in acpi_boot_init() 631 printk(KERN_ERR PREFIX in acpi_boot_init() 636 printk(KERN_ERR PREFIX "Error parsing LAPIC NMI entry\n"); in acpi_boot_init() 642 printk(KERN_ERR PREFIX in acpi_boot_init() 651 printk(KERN_ERR PREFIX in acpi_boot_init() 656 printk(KERN_ERR PREFIX in acpi_boot_init() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libsquish/libsquish/ |
H A D | 0001-Add-support-for-variable-libdir.patch | 42 sed 's|@PREFIX@|$(PREFIX)|' $@.in > $@ 52 INSTALL_DIR ?= @PREFIX@ 60 prefix=@PREFIX@
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | scons.bbclass | 18 …${STAGING_BINDIR_NATIVE}/scons --directory=${S} --clean PREFIX=${prefix} prefix=${prefix} ${EXTRA_… 27 …${STAGING_BINDIR_NATIVE}/scons --directory=${S} ${PARALLEL_MAKE} PREFIX=${prefix} prefix=${prefix}… 32 …${STAGING_BINDIR_NATIVE}/scons --directory=${S} install_root=${D}${prefix} PREFIX=${prefix} prefix…
|