| /linux/lib/zstd/common/ |
| H A D | error_private.c | 25 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 D | error_private.h | 35 #define PREFIX(name) ZSTD_error_##name macro 43 #define ZSTD_ERROR(name) ((size_t)-PREFIX(name))
|
| /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 …]
|
| H A D | rmap.c | 39 #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 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 | hil_mlc.c | 73 #define PREFIX "HIL MLC: " macro 252 printk(KERN_DEBUG PREFIX "new in slot %i\n", rc); in hilse_match() 264 printk(KERN_DEBUG PREFIX "same in slot %i\n", rc); in hilse_match() 271 printk(KERN_ERR PREFIX "Residual device slots exhausted, close some serios!\n"); in hilse_match() 421 printk(KERN_INFO PREFIX "Device name gotten: %16s\n", in hilse_take_rnm() 628 printk(KERN_DEBUG PREFIX "z%i \n {%i}", doze, mlc->seidx); in hilse_donode() 782 printk(KERN_DEBUG PREFIX " + "); in hil_mlcs_process() 795 pr_warn(PREFIX "HIL seems stuck - Disabling HIL MLC.\n"); in hil_mlcs_timer()
|
| /linux/sound/soc/generic/ |
| H A D | simple-card.c | 24 #define PREFIX "simple-audio-card," macro 137 simple_util_parse_convert(top, PREFIX, adata); in simple_parse_convert() 138 simple_util_parse_convert(node, PREFIX, adata); in simple_parse_convert() 204 of_property_read_u32(top, PREFIX "mclk-fs", &dai_props->mclk_fs); in simple_link_init() 206 of_property_read_u32(node, PREFIX "mclk-fs", &dai_props->mclk_fs); in simple_link_init() 208 of_property_read_u32(cpu, PREFIX "mclk-fs", &dai_props->mclk_fs); in simple_link_init() 210 of_property_read_u32(codec, PREFIX "mclk-fs", &dai_props->mclk_fs); in simple_link_init() 250 prefix = PREFIX; in simple_dai_link_of_dpcm() 291 PREFIX "prefix"); in simple_dai_link_of_dpcm() 332 prefix = PREFIX; in simple_dai_link_of() [all …]
|
| /linux/tools/power/x86/x86_energy_perf_policy/ |
| H A D | Makefile | 4 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 D | Makefile | 4 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/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() 216 printk(KERN_NOTICE PREFIX "no RFD magic found in '%s'\n", in scan_header() 223 printk(KERN_WARNING PREFIX "'%s': no empty erase unit found\n", in scan_header() 257 printk(KERN_WARNING PREFIX "error reading '%s' at " in rfd_ftl_readsect() 284 printk(KERN_ERR PREFIX "erase of region %llx,%llx on '%s' " in erase_block() 305 pr_err(PREFIX "'%s': unable to write RFD header at 0x%lx\n", in erase_block() 342 printk(KERN_ERR PREFIX "error reading '%s' at " in move_block_contents() 382 printk(KERN_ERR PREFIX "'%s': Unable to " in move_block_contents() [all …]
|
| /linux/tools/perf/tests/shell/ |
| H A D | test_java_symbol.sh | 32 elif [ -e "$PREFIX/lib64/libperf-jvmti.so" ]; then 33 LIBJVMTI=$PREFIX/lib64/libperf-jvmti.so 34 elif [ -e "$PREFIX/lib/libperf-jvmti.so" ]; then 35 LIBJVMTI=$PREFIX/lib/libperf-jvmti.so
|
| /linux/tools/bootconfig/scripts/ |
| H A D | ftrace2bconf.sh | 74 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 D | Makefile | 4 PREFIX ?= /usr macro 15 $(INSTALL) -D -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/$(BINDIR)/$(TARGET)
|
| /linux/tools/laptop/freefall/ |
| H A D | Makefile | 2 PREFIX ?= /usr macro 17 $(INSTALL) -D -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/$(SBINDIR)/$(TARGET)
|
| /linux/drivers/input/keyboard/ |
| H A D | hil_kbd.c | 43 #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 D | Makefile | 2 PREFIX ?= /usr macro 18 $(INSTALL) -D -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/$(SBINDIR)/$(TARGET)
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-feature.rst | 26 …** **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 D | reboot-mode.c | 14 #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 D | ether.c | 64 #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/translations/zh_CN/core-api/ |
| H A D | assoc_array.rst | 354 KEY PREFIX NODE 366 INDEX KEY PREFIX NODE 390 SLOT CONTENT INDEX KEY (PREFIX)
|
| /linux/Documentation/tools/rtla/ |
| H A D | Makefile | 8 PREFIX ?= /usr/share macro 9 MANDIR ?= $(PREFIX)/man
|
| /linux/Documentation/tools/rv/ |
| H A D | Makefile | 7 PREFIX ?= /usr/share macro 8 MANDIR ?= $(PREFIX)/man
|
| /linux/arch/loongarch/kernel/ |
| H A D | acpi.c | 34 #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 D | common.h | 17 #define PREFIX "6fire: " macro
|
| /linux/tools/usb/usbip/ |
| H A D | INSTALL | 109 `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
|