Home
last modified time | relevance | path

Searched refs:PREFIX (Results 1 – 25 of 181) sorted by relevance

12345678

/openbmc/openbmc/meta-security/recipes-ids/ossec/files/
H A D0002-Makefile-don-t-set-uid-gid.patch55 + $(call INSTALL_CMD,0550) -d ${PREFIX}/
56 + $(call INSTALL_CMD,0750) -d ${PREFIX}/logs
59 + $(call INSTALL_CMD,0550) -d ${PREFIX}/bin
73 + $(call INSTALL_CMD,0550) -d ${PREFIX}/lua
85 + $(call INSTALL_CMD,0550) -d ${PREFIX}/queue
92 + $(call INSTALL_CMD,0550) -d ${PREFIX}/etc
103 + $(call INSTALL_CMD,1550) -d ${PREFIX}/tmp
159 + $(call INSTALL_CMD,0550) -d ${PREFIX}/var
219 cp ${PREFIX}/rules/local_rules.xml ${PREFIX}/rules/local_rules.xml.installbackup
223 + $(call INSTALL_CMD,0640) ${PREFIX}/rules/local_rules.xml.installbackup ${PREFIX}/rules/local_rule…
[all …]
H A D0001-Makefile-drop-running-scrips-install.patch21 - ./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 Derror_private.c24 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()
30 case PREFIX(corruption_detected): return "Corrupted block detected"; in ERR_getErrorString()
32 case PREFIX(parameter_unsupported): return "Unsupported parameter"; in ERR_getErrorString()
34 case PREFIX(init_missing): return "Context should be init first"; in ERR_getErrorString()
42 case PREFIX(dictionary_wrong): return "Dictionary mismatch"; in ERR_getErrorString()
45 case PREFIX(srcSize_wrong): return "Src size is incorrect"; in ERR_getErrorString()
51 case PREFIX(srcBuffer_wrong): return "Source buffer is wrong"; in ERR_getErrorString()
[all …]
/openbmc/linux/tools/power/pm-graph/
H A DMakefile2 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
25 install -d $(DESTDIR)$(PREFIX)/bin
29 install -d $(DESTDIR)$(PREFIX)/share/man/man8
37 rm -f $(DESTDIR)$(PREFIX)/bin/bootgraph
38 rm -f $(DESTDIR)$(PREFIX)/bin/sleepgraph
48 rm -f $(DESTDIR)$(PREFIX)/lib/pm-graph/*
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/pm-graph/pm-graph/
H A D0001-Makefile-fix-multilib-build-failure.patch19 PREFIX ?= /usr
30 - install -d $(DESTDIR)$(PREFIX)/lib/pm-graph
33 - install -d $(DESTDIR)$(PREFIX)/lib/pm-graph/config
61 install -d $(DESTDIR)$(PREFIX)/bin
67 install -d $(DESTDIR)$(PREFIX)/share/man/man8
70 rm -f $(DESTDIR)$(PREFIX)/bin/bootgraph
71 rm -f $(DESTDIR)$(PREFIX)/bin/sleepgraph
73 - rm -f $(DESTDIR)$(PREFIX)/lib/pm-graph/config/*
80 - rm -f $(DESTDIR)$(PREFIX)/lib/pm-graph/*
82 - rmdir $(DESTDIR)$(PREFIX)/lib/pm-graph; \
[all …]
/openbmc/linux/tools/testing/selftests/mm/
H A Dhugetlb-read-hwpoison.c16 #define PREFIX " ... " macro
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()
123 perror(PREFIX ERROR_PREFIX "read failed"); in read_hugepage_filemap()
[all …]
/openbmc/openbmc/poky/meta/recipes-bsp/libacpi/files/
H A Dlibacpi_fix_for_x32.patch18 @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}
36 @mkdir -p ${DESTDIR}${PREFIX}/bin
[all …]
/openbmc/qemu/tests/tcg/cris/libc/
H A Dcheck_openpf3.c11 #ifndef PREFIX
12 #define PREFIX macro
26 unlink (PREFIX "testfoo2.tmp"); in main()
33 if (rename (PREFIX "testfoo1.tmp", PREFIX "testfoo2.tmp") != 0) in main()
36 if (stat (PREFIX "testfoo2.tmp", &buf) != 0 in main()
44 if (unlink (PREFIX "testfoo2.tmp") != 0) in main()
/openbmc/u-boot/test/fs/
H A Dfs-test.sh168 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
245 ${PREFIX}size host${SUFFIX} ${FPATH}$FILE_BIG
254 ${PREFIX}load host${SUFFIX} $addr ${FPATH}$FILE_SMALL
306 ${PREFIX}load host${SUFFIX} $addr ${FPATH}$FILE_SMALL
[all …]
/openbmc/openbmc/meta-security/recipes-security/isic/files/
H A Disic-0.07-make.patch16 - $(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 D0001-Makefile-tweak-install-dir.patch21 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 Dskip-checking-LIB32-and-LIB64-if-they-point-to-the-s.patch17 @@ -177,7 +177,6 @@ REALLIB32 = $(realpath $(PREFIX)/$(LIB32))
18 REALLIB64 = $(realpath $(PREFIX)/$(LIB64))
19 ifneq ($(realpath $(PREFIX)),)
21PREFIX)/$(LIB32) to $(REALLIB32)) and LIB64 ($(PREFIX)/$(LIB64) to $(REALLIB64)) are resolving to …
/openbmc/linux/tools/power/x86/x86_energy_perf_policy/
H A DMakefile4 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 DMakefile4 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/linux/drivers/input/serio/
H A Dhp_sdc_mlc.c45 #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()
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()
346 printk(KERN_ERR PREFIX "Failed to release the raw HIL ISR hook.\n" in hp_sdc_mlc_exit()
[all …]
H A Dhp_sdc.c89 #define PREFIX "HP SDC: " macro
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()
887 pr_info(PREFIX "HP SDC at 0x%08lx, IRQ %d (NMI IRQ %d)\n", in hp_sdc_init()
990 printk(KERN_WARNING PREFIX "Error unregistering HP SDC"); in hp_sdc_exit()
1029 printk(KERN_WARNING PREFIX "No SDC found.\n"); in hp_sdc_register()
1061 printk(KERN_INFO PREFIX "New style SDC\n"); in hp_sdc_register()
1075 printk(KERN_INFO PREFIX "Revision: %s\n", str); in hp_sdc_register()
1077 printk(KERN_INFO PREFIX "TI SN76494 beeper present\n"); in hp_sdc_register()
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dca/dcadec/
H A D0001-define-BASELIB-make-variable.patch21 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 Dbcd2000.c20 #define PREFIX "snd-bcd2000: " macro
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()
322 dev_err(&bcd2k->dev->dev, PREFIX "usb_alloc_urb failed\n"); in bcd2000_init_midi()
[all …]
/openbmc/linux/sound/soc/generic/
H A Dsimple-card.c23 #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()
395 PREFIX "codec" : "codec"); in __simple_for_each_link()
402 PREFIX "plat" : "plat"); in __simple_for_each_link()
525 ret = asoc_simple_parse_widgets(card, PREFIX); in simple_parse_of()
[all …]
/openbmc/linux/sound/soc/ti/
H A Domap3pandora.c24 #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 Dtest_java_symbol.sh29 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/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tiobench/tiobench-0.3.3/
H A Dtiobench-makefile.patch33 -PREFIX=/usr/local
34 +PREFIX?=/usr/local
35 BINDIR=$(PREFIX)/bin
37 +DOCDIR=$(PREFIX)/share/doc/$(DISTNAME)
/openbmc/linux/drivers/mtd/
H A Drfd_ftl.c30 #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()
258 printk(KERN_WARNING PREFIX "error reading '%s' at " in rfd_ftl_readsect()
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()
565 printk(KERN_ERR PREFIX "error writing '%s' at " in mark_sector_deleted()
637 printk(KERN_ERR PREFIX "error writing '%s' at 0x%lx\n", in do_writesect()
656 printk(KERN_ERR PREFIX "error writing '%s' at 0x%lx\n", in do_writesect()
[all …]
/openbmc/linux/arch/ia64/kernel/
H A Dacpi.c39 #define PREFIX "ACPI: " macro
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()
660 printk(KERN_ERR PREFIX "Error parsing NMI SRC entry\n"); in acpi_boot_init()
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dscons.bbclass18 …${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…

12345678