Home
last modified time | relevance | path

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

12

/linux/lib/zstd/common/
H A Derror_private.c25 case PREFIX(no_error): return "No error detected"; in ERR_getErrorString()
26 case PREFIX(GENERIC): return "Error (generic)"; in ERR_getErrorString()
27 case PREFIX(prefix_unknown): return "Unknown frame descriptor"; in ERR_getErrorString()
28 case PREFIX(version_unsupported): return "Version not supported"; in ERR_getErrorString()
29 case PREFIX(frameParameter_unsupported): return "Unsupported frame parameter"; in ERR_getErrorString()
30 … case PREFIX(frameParameter_windowTooLarge): return "Frame requires too much memory for decoding"; in ERR_getErrorString()
31 case PREFIX(corruption_detected): return "Data corruption detected"; in ERR_getErrorString()
32 case PREFIX(checksum_wrong): return "Restored data doesn't match checksum"; in ERR_getErrorString()
33 …case PREFIX(literals_headerWrong): return "Header of Literals' block doesn't respect format specif… in ERR_getErrorString()
34 case PREFIX(parameter_unsupported): return "Unsupported parameter"; in ERR_getErrorString()
[all …]
H A Derror_private.h35 #define PREFIX(name) ZSTD_error_##name macro
43 #define ZSTD_ERROR(name) ((size_t)-PREFIX(name))
/linux/tools/testing/selftests/mm/
H A Dhugetlb-read-hwpoison.c16 #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 …]
H A Drmap.c39 #define PREFIX "kst_rmap" macro
333 snprintf(data->filename, MAX_FILENAME_LEN, "%s%s", PREFIX, suffixes[SHM]); in TEST_F()
358 snprintf(data->filename, MAX_FILENAME_LEN, "%s%s", PREFIX, suffixes[NORM_FILE]); in TEST_F()
/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()
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 …]
/linux/tools/power/x86/x86_energy_perf_policy/
H A DMakefile4 PREFIX := /usr macro
29 install -d $(DESTDIR)$(PREFIX)/bin
30 install $(BUILD_OUTPUT)/x86_energy_perf_policy $(DESTDIR)$(PREFIX)/bin/x86_energy_perf_policy
31 install -d $(DESTDIR)$(PREFIX)/share/man/man8
32 install -m 644 x86_energy_perf_policy.8 $(DESTDIR)$(PREFIX)/share/man/man8
/linux/tools/power/x86/turbostat/
H A DMakefile4 PREFIX ?= /usr macro
31 install -d $(DESTDIR)$(PREFIX)/bin
32 install $(BUILD_OUTPUT)/turbostat $(DESTDIR)$(PREFIX)/bin/turbostat
33 install -d $(DESTDIR)$(PREFIX)/share/man/man8
34 install -m 644 turbostat.8 $(DESTDIR)$(PREFIX)/share/man/man8
/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
/linux/drivers/media/i2c/
H A Dsaa6588.c52 #define PREFIX "saa6588: " macro
147 dprintk(PREFIX "Read: buffer empty.\n"); in block_from_buf()
152 dprintk(PREFIX "Read: "); in block_from_buf()
225 dprintk(PREFIX "New block: "); in block_to_buf()
260 dprintk(PREFIX "read error!\n"); in saa6588_i2c_poll()
373 dprintk(PREFIX "writing: 0w=0x%02x 1w=0x%02x 2w=0x%02x\n", in saa6588_configure()
378 printk(PREFIX "i2c i/o error: rc == %d (should be 3)\n", rc); in saa6588_configure()
/linux/tools/bootconfig/scripts/
H A Dftrace2bconf.sh74 emit_kv $PREFIX.event.kprobes.$event.probes += $args
80 emit_kv $PREFIX.event.synthetic.$event.fields = `echo $fields | sed "s/;/,/g"`
117 emit_kv $PREFIX.event.$group.$event.actions += \'$action\'
/linux/tools/debugging/
H A DMakefile4 PREFIX ?= /usr macro
15 $(INSTALL) -D -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/$(BINDIR)/$(TARGET)
/linux/tools/laptop/freefall/
H A DMakefile2 PREFIX ?= /usr macro
17 $(INSTALL) -D -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/$(SBINDIR)/$(TARGET)
/linux/drivers/input/keyboard/
H A Dhil_kbd.c43 #define PREFIX "HIL: " macro
133 printk(KERN_WARNING PREFIX "Device sent unknown record %x\n", p); in hil_dev_handle_command_response()
214 printk(KERN_WARNING PREFIX in hil_dev_handle_ptr_events()
269 printk(KERN_WARNING PREFIX "errored HIL packet\n"); in hil_dev_process_err()
349 printk(KERN_INFO PREFIX "HIL keyboard found (did = 0x%02x, lang = %s)\n", in hil_dev_keyboard_setup()
435 printk(KERN_INFO PREFIX in hil_dev_pointer_setup()
438 printk(KERN_INFO PREFIX in hil_dev_pointer_setup()
513 printk(KERN_INFO PREFIX in hil_dev_connect()
/linux/tools/wmi/
H A DMakefile2 PREFIX ?= /usr macro
18 $(INSTALL) -D -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/$(SBINDIR)/$(TARGET)
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-feature.rst26 …** **feature probe** [*COMPONENT*] [**full**] [**unprivileged**] [**macros** [**prefix** *PREFIX*]]
35 bpftool feature probe [kernel] [full] [macros [prefix *PREFIX*]]
47 is used to define a *PREFIX*, the provided string will be used as a prefix
62 bpftool feature probe dev *NAME* [full] [macros [prefix *PREFIX*]]
/linux/drivers/power/reset/
H A Dreboot-mode.c14 #define PREFIX "mode-" macro
76 size_t len = strlen(PREFIX); in reboot_mode_register()
82 if (strncmp(prop->name, PREFIX, len)) in reboot_mode_register()
/linux/drivers/usb/gadget/legacy/
H A Dether.c64 #define PREFIX "RNDIS/" macro
66 #define PREFIX "" macro
174 [USB_GADGET_PRODUCT_IDX].s = PREFIX DRIVER_DESC,
482 MODULE_DESCRIPTION(PREFIX DRIVER_DESC);
/linux/Documentation/tools/rtla/
H A DMakefile8 PREFIX ?= /usr/share macro
9 MANDIR ?= $(PREFIX)/man
/linux/Documentation/tools/rv/
H A DMakefile7 PREFIX ?= /usr/share macro
8 MANDIR ?= $(PREFIX)/man
/linux/Documentation/translations/zh_CN/core-api/
H A Dassoc_array.rst354 KEY PREFIX NODE
366 INDEX KEY PREFIX NODE
390 SLOT CONTENT INDEX KEY (PREFIX)
/linux/arch/loongarch/kernel/
H A Dacpi.c34 #define PREFIX "ACPI: " macro
68 pr_warn(PREFIX "nr_cpus limit of %i reached." in set_processor_mask()
359 pr_info(PREFIX "Unable to map lapic to logical cpu number\n"); in acpi_map_cpu()
/linux/sound/usb/6fire/
H A Dcommon.h17 #define PREFIX "6fire: " macro
/linux/tools/usb/usbip/
H A DINSTALL109 `configure' the option `--prefix=PREFIX'.
113 pass the option `--exec-prefix=PREFIX' to `configure', the package uses
114 PREFIX as the prefix for installing programs and libraries.
124 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
177 `configure' looks for `PREFIX/share/config.site' if it exists, then
178 `PREFIX/etc/config.site' if it exists. Or, you can set the
/linux/tools/lib/perf/
H A Dlibperf.pc.template3 prefix=@PREFIX@
/linux/tools/lib/bpf/
H A Dlibbpf.pc.template3 prefix=@PREFIX@

12