errbuf             48 arch/mips/boot/tools/relocs.c 	char errbuf[128];
errbuf             55 arch/mips/boot/tools/relocs.c 		regerror(err, &sym_regex_c, errbuf, sizeof(errbuf));
errbuf             56 arch/mips/boot/tools/relocs.c 		die("%s", errbuf);
errbuf           1066 arch/powerpc/kernel/rtas.c 	char *buff_copy, *errbuf = NULL;
errbuf           1129 arch/powerpc/kernel/rtas.c 		errbuf = __fetch_rtas_last_error(buff_copy);
errbuf           1134 arch/powerpc/kernel/rtas.c 		if (errbuf)
errbuf           1135 arch/powerpc/kernel/rtas.c 			log_error(errbuf, ERR_TYPE_RTAS_LOG, 0);
errbuf            118 arch/x86/tools/relocs.c         char errbuf[128];
errbuf            135 arch/x86/tools/relocs.c 			regerror(err, &sym_regex_c[i], errbuf, sizeof(errbuf));
errbuf            136 arch/x86/tools/relocs.c 			die("%s", errbuf);
errbuf            504 drivers/net/ethernet/sfc/mcdi.c 	MCDI_DECLARE_BUF_ERR(errbuf);
errbuf            546 drivers/net/ethernet/sfc/mcdi.c 		err_len = min(sizeof(errbuf), data_len);
errbuf            547 drivers/net/ethernet/sfc/mcdi.c 		efx->type->mcdi_read_response(efx, errbuf, hdr_len,
errbuf            548 drivers/net/ethernet/sfc/mcdi.c 					      sizeof(errbuf));
errbuf            549 drivers/net/ethernet/sfc/mcdi.c 		efx_mcdi_display_error(efx, async->cmd, async->inlen, errbuf,
errbuf            656 drivers/net/ethernet/sfc/mcdi.c 	MCDI_DECLARE_BUF_ERR(errbuf);
errbuf            706 drivers/net/ethernet/sfc/mcdi.c 		err_len = min(sizeof(errbuf), data_len);
errbuf            716 drivers/net/ethernet/sfc/mcdi.c 		efx->type->mcdi_read_response(efx, errbuf, hdr_len, err_len);
errbuf            734 drivers/net/ethernet/sfc/mcdi.c 			efx_mcdi_display_error(efx, cmd, inlen, errbuf, err_len,
errbuf             67 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y static char errbuf[255];
errbuf            720 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 			snprintf(errbuf, sizeof(errbuf),
errbuf            723 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 			stop(errbuf, EX_DATAERR);
errbuf            814 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 			snprintf(errbuf, sizeof(errbuf), "%s%d", SRAM_SYMNAME,
errbuf            943 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 			snprintf(errbuf, sizeof(errbuf),
errbuf            948 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 			stop(errbuf, EX_DATAERR);
errbuf           1629 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		snprintf(errbuf, sizeof(errbuf), "Undefined register %s",
errbuf           1631 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		stop(errbuf, EX_DATAERR);
errbuf           1638 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		snprintf(errbuf, sizeof(errbuf),
errbuf           1641 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		stop(errbuf, EX_DATAERR);
errbuf           1823 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		snprintf(errbuf, sizeof(errbuf),
errbuf           1826 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		stop(errbuf, EX_DATAERR);
errbuf           1840 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		snprintf(errbuf, sizeof(errbuf),
errbuf           1843 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		stop(errbuf, EX_DATAERR);
errbuf           1879 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		snprintf(errbuf, sizeof(errbuf),
errbuf           1883 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		stop(errbuf, EX_DATAERR);
errbuf           1901 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 				snprintf(errbuf, sizeof(errbuf),
errbuf           1905 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 				stop(errbuf, EX_DATAERR);
errbuf             78 drivers/usb/host/uhci-hcd.c static char *errbuf;
errbuf            480 drivers/usb/host/uhci-hcd.c 				if (debug > 1 && errbuf) {
errbuf            482 drivers/usb/host/uhci-hcd.c 					uhci_sprint_schedule(uhci, errbuf,
errbuf            484 drivers/usb/host/uhci-hcd.c 					lprintk(errbuf);
errbuf            877 drivers/usb/host/uhci-hcd.c 	errbuf = kmalloc(ERRBUF_LEN, GFP_KERNEL);
errbuf            878 drivers/usb/host/uhci-hcd.c 	if (!errbuf)
errbuf            915 drivers/usb/host/uhci-hcd.c 	kfree(errbuf);
errbuf            935 drivers/usb/host/uhci-hcd.c 	kfree(errbuf);
errbuf           1199 drivers/usb/host/uhci-q.c 				if (debug > 1 && errbuf) {
errbuf           1201 drivers/usb/host/uhci-q.c 					uhci_show_qh(uhci, urbp->qh, errbuf,
errbuf           1203 drivers/usb/host/uhci-q.c 					lprintk(errbuf);
errbuf             76 tools/perf/builtin-ftrace.c 	char errbuf[512];
errbuf             93 tools/perf/builtin-ftrace.c 			 name, str_error_r(errno, errbuf, sizeof(errbuf)));
errbuf            110 tools/perf/builtin-ftrace.c 			 val, name, str_error_r(errno, errbuf, sizeof(errbuf)));
errbuf            500 tools/perf/builtin-ftrace.c 		char errbuf[512];
errbuf            502 tools/perf/builtin-ftrace.c 		target__strerror(&ftrace.target, ret, errbuf, 512);
errbuf            503 tools/perf/builtin-ftrace.c 		pr_err("%s\n", errbuf);
errbuf           1345 tools/perf/builtin-kvm.c 	char errbuf[BUFSIZ];
errbuf           1422 tools/perf/builtin-kvm.c 		target__strerror(&kvm->opts.target, err, errbuf, BUFSIZ);
errbuf           1423 tools/perf/builtin-kvm.c 		ui__warning("%s", errbuf);
errbuf           1419 tools/perf/builtin-record.c 		char errbuf[BUFSIZ];
errbuf           1421 tools/perf/builtin-record.c 		bpf__strerror_apply_obj_config(err, errbuf, sizeof(errbuf));
errbuf           1423 tools/perf/builtin-record.c 			 errbuf);
errbuf           2274 tools/perf/builtin-record.c 	char errbuf[BUFSIZ];
errbuf           2371 tools/perf/builtin-record.c 		bpf__strerror_setup_stdout(rec->evlist, err, errbuf, sizeof(errbuf));
errbuf           2373 tools/perf/builtin-record.c 			 errbuf);
errbuf           2424 tools/perf/builtin-record.c 		target__strerror(&rec->opts.target, err, errbuf, BUFSIZ);
errbuf           2425 tools/perf/builtin-record.c 		ui__warning("%s\n", errbuf);
errbuf           2432 tools/perf/builtin-record.c 		target__strerror(&rec->opts.target, err, errbuf, BUFSIZ);
errbuf           2433 tools/perf/builtin-record.c 		ui__error("%s", errbuf);
errbuf           1262 tools/perf/builtin-top.c 			char errbuf[BUFSIZ];
errbuf           1263 tools/perf/builtin-top.c 			const char *err = str_error_r(-ret, errbuf, sizeof(errbuf));
errbuf           1394 tools/perf/builtin-top.c 	char errbuf[BUFSIZ];
errbuf           1616 tools/perf/builtin-top.c 		target__strerror(target, status, errbuf, BUFSIZ);
errbuf           1617 tools/perf/builtin-top.c 		ui__warning("%s\n", errbuf);
errbuf           1624 tools/perf/builtin-top.c 		target__strerror(target, status, errbuf, BUFSIZ);
errbuf           1625 tools/perf/builtin-top.c 		ui__error("%s\n", errbuf);
errbuf           1636 tools/perf/builtin-top.c 			  errno == ENOENT ? "No such process" : str_error_r(errno, errbuf, sizeof(errbuf)));
errbuf           3366 tools/perf/builtin-trace.c 		char errbuf[BUFSIZ];
errbuf           3368 tools/perf/builtin-trace.c 		bpf__strerror_apply_obj_config(err, errbuf, sizeof(errbuf));
errbuf           3370 tools/perf/builtin-trace.c 			 errbuf);
errbuf           3522 tools/perf/builtin-trace.c 	char errbuf[BUFSIZ];
errbuf           3525 tools/perf/builtin-trace.c 	tracing_path__strerror_open_tp(errno, errbuf, sizeof(errbuf), "sched", "sched_stat_runtime");
errbuf           3529 tools/perf/builtin-trace.c 	tracing_path__strerror_open_tp(errno, errbuf, sizeof(errbuf), "raw_syscalls", "sys_(enter|exit)");
errbuf           3533 tools/perf/builtin-trace.c 	perf_evlist__strerror_mmap(evlist, errno, errbuf, sizeof(errbuf));
errbuf           3537 tools/perf/builtin-trace.c 	perf_evlist__strerror_open(evlist, errno, errbuf, sizeof(errbuf));
errbuf           3540 tools/perf/builtin-trace.c 	fprintf(trace->output, "%s\n", errbuf);
errbuf           3547 tools/perf/builtin-trace.c 		str_error_r(errno, errbuf, sizeof(errbuf)));
errbuf            679 tools/perf/tests/code-reading.c 				char errbuf[512];
errbuf            680 tools/perf/tests/code-reading.c 				perf_evlist__strerror_open(evlist, errno, errbuf, sizeof(errbuf));
errbuf            681 tools/perf/tests/code-reading.c 				pr_debug("perf_evlist__open() failed!\n%s\n", errbuf);
errbuf             32 tools/perf/tests/openat-syscall-all-cpus.c 	char errbuf[BUFSIZ];
errbuf             49 tools/perf/tests/openat-syscall-all-cpus.c 		tracing_path__strerror_open_tp(errno, errbuf, sizeof(errbuf), "syscalls", "sys_enter_openat");
errbuf             50 tools/perf/tests/openat-syscall-all-cpus.c 		pr_debug("%s\n", errbuf);
errbuf             23 tools/perf/tests/openat-syscall.c 	char errbuf[BUFSIZ];
errbuf             32 tools/perf/tests/openat-syscall.c 		tracing_path__strerror_open_tp(errno, errbuf, sizeof(errbuf), "syscalls", "sys_enter_openat");
errbuf             33 tools/perf/tests/openat-syscall.c 		pr_debug("%s\n", errbuf);
errbuf            689 tools/perf/util/parse-events.c 	char errbuf[BUFSIZ];
errbuf            694 tools/perf/util/parse-events.c 		snprintf(errbuf, sizeof(errbuf),
errbuf            712 tools/perf/util/parse-events.c 		bpf__strerror_probe(obj, err, errbuf, sizeof(errbuf));
errbuf            718 tools/perf/util/parse-events.c 		bpf__strerror_load(obj, err, errbuf, sizeof(errbuf));
errbuf            724 tools/perf/util/parse-events.c 		snprintf(errbuf, sizeof(errbuf),
errbuf            732 tools/perf/util/parse-events.c 	parse_state->error->str = strdup(errbuf);
errbuf            748 tools/perf/util/parse-events.c 		char errbuf[BUFSIZ];
errbuf            752 tools/perf/util/parse-events.c 			snprintf(errbuf, sizeof(errbuf),
errbuf            754 tools/perf/util/parse-events.c 			errbuf[BUFSIZ - 1] = '\0';
errbuf            757 tools/perf/util/parse-events.c 			parse_state->error->str = strdup(errbuf);
errbuf            764 tools/perf/util/parse-events.c 						 &error_pos, err, errbuf,
errbuf            765 tools/perf/util/parse-events.c 						 sizeof(errbuf));
errbuf            773 tools/perf/util/parse-events.c 			parse_state->error->str = strdup(errbuf);
errbuf            828 tools/perf/util/parse-events.c 		char errbuf[BUFSIZ];
errbuf            833 tools/perf/util/parse-events.c 			snprintf(errbuf, sizeof(errbuf),
errbuf            838 tools/perf/util/parse-events.c 						   -err, errbuf,
errbuf            839 tools/perf/util/parse-events.c 						   sizeof(errbuf));
errbuf            842 tools/perf/util/parse-events.c 		parse_state->error->str = strdup(errbuf);